vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

crouzmind 08-26-2009 11:52 AM

1 Attachment(s)
i have installed on vbulletin 3.8.1 and every thing if fine when i upload the file then file upload successfully added and after that when i try to download the file and click on the category then nothing show on the category page .

see the attachments . and please guide me about this . its very urgent .

RS_Jelle 08-26-2009 08:33 PM

Quote:

Originally Posted by crouzmind (Post 1874689)
i have installed on vbulletin 3.8.1 and every thing if fine when i upload the file then file upload successfully added and after that when i try to download the file and click on the category then nothing show on the category page .

see the attachments . and please guide me about this . its very urgent .

The files are probably in the moderation queue. Check your usergroup permissions (Can Avoid Moderation Queue, Can Manage Moderation Queue).

crouzmind 08-27-2009 12:17 PM

ohh thanks for inform me . now all is fine . nice mod .

crouzmind 08-28-2009 01:11 PM

when i try to upload the file some it everything is fine but some time i got this error .

500 - Internal Server Error

This is a temporary server error.

Please try to reload the webpage later.

file size is 4427 kb only

any body tell me about this ... please.

odln018 08-31-2009 04:22 PM

I'm running PHP 5.3, VB 3.8.4, and have hit this message:

Quote:

PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 55
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 107
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 111
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 119
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 130
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 134
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 142
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 211
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 389
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\class_core.php on line 2552
I received similar messages prior to VB putting out 3.8.4 with the PHP 5.3 fixes. Hopefully this is something easy to identify and resolve.

odln018 08-31-2009 04:27 PM

Ok, by changing this portion of the DOWNLOADS.PHP

Code:

error_reporting(E_ALL & ~E_NOTICE);
@set_time_limit(0);

to this:

Code:

error_reporting(0);
@set_time_limit(0);

It resolved the issue.

This was also required for DOWNLOADADMIN.PHP

RS_Jelle 08-31-2009 05:02 PM

You need to set error_reporting() to:
PHP Code:

error_reporting(E_ALL & ~E_NOTICE & ~8192); 


New Joe 09-02-2009 01:34 PM

What's the largest file size that can be set to be up loaded or downloaded?

stuartn 09-02-2009 02:07 PM

Well I keep getting a white screen on uploading and nothing happens, so I started with a smaller file the maximum I'm getting it to accept is 1.5mb. Now my php settings actually allow me to upload 250mb and I run video's etc and a gallery so I know my .php settings are well covered.

How do I change the time out settings ?

Dragonlair 09-04-2009 01:27 PM

Is there a way to adjust the script to allow for smaller limits (under 1 MB) and/or longer limits (such as a week instead of a day)?


All times are GMT. The time now is 12:39 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.03875 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete