vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   attachment problem (https://vborg.vbsupport.ru/showthread.php?t=33914)

GT2002 01-08-2002 01:21 PM

Here is what i get whenever attaching a large file "No forum specified. If you followed a valid link, please notify the webmaster"

my my.cnf configuration

set-variables = max_allowed_packet=2400000M

my php.ini

; Maximum allowed size for uploaded files.
upload_max_filesize = 2000000000M

i also did

In functions.php, replace this:

code:-------------------------------------------------------------------------------- if ($maxattachsize!=0 and $filesize>$maxattachsize) {
// too big!
eval("standarderror(\"".gettemplate("error_attacht oobig")."\");");
exit;
}
if ($filesize!=$attachment_size) {--------------------------------------------------------------------------------

with this:

code:-------------------------------------------------------------------------------- if ($maxattachsize!=0 and $filesize>$maxattachsize and $bbuserinfo[usergroupid]!=6) {
// too big!
eval("standarderror(\"".gettemplate("error_attacht oobig")."\");");
exit;
}
if ($filesize!=$attachment_size and $bbuserinfo[usergroupid]!=6) {--------------------------------------------------------------------------------

can someone help please???

Thanks in advance

Psychdrone 01-08-2002 10:50 PM

My god damn newbies (almost 99.9% sure that this is not a registered user) Have been posting alllllllllllllll over the board lately!

Dude your not gonna get any support! ;)

Steve Machol 01-08-2002 11:00 PM

GT2002, please go to this page and enter your username, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you.

starman 03-06-2002 03:21 PM

i have tried and tried to get vbb
to upload and attach files 1mb in size...

it does not do so....

i have tried changing
all the varables and still no go.

we get told . login to the members page.....

well i dont want to purchase something
that does not work to start with

maybe if someone would help people
instead of locking everything down
then more may purchase.

i just want a product thats going to work.

Admin 03-06-2002 03:24 PM

If you don't want to purchase it, you can't get support.


All times are GMT. The time now is 11:22 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01804 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete