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)

RS_Jelle 08-22-2007 08:31 PM

Hmm, those are pretty strange errors :p
I never heard of those kind of problems and for example the first error: there would be a lot of people complaining about this, but you are the first one. So I think it's a problem with your server configuration, some mods to the DownloadsII code, or something custom like that.

Have you installed the newest version of DownloadsII (5.0.4 at the moment of speaking)? Cause your postbit info says to me that you didn't download it ever, which is pretty strange. Maybe you have the old ecDownloads of Ron1n installed (which we don't support, you need to upgrade to DownloadsII 5.0.4)?
Is there anything special you can say? Like mods to the templates, plugins, normal PHP code, ...? Or a special server software configuration?

Btw: if you can pm me the user info of a normal user test account with upload and comments permissions for DownloadsII, I can check it out for you.

JHC 08-23-2007 01:58 PM

When I try upload an .mp3 it doesn't upload it. It goes through the upload process, but it never appears in the list. The file size is 9+ Mb and I have no limit on file size set. Any suggestions?

JHC 08-23-2007 02:16 PM

Quote:

Originally Posted by JHC (Post 1324005)
When I try upload an .mp3 it doesn't upload it. It goes through the upload process, but it never appears in the list. The file size is 9+ Mb and I have no limit on file size set. Any suggestions?

I also tried the .htaccess suggestion and it caused an internal server error, I removed the code from it.

RS_Jelle 08-23-2007 04:35 PM

Quote:

Originally Posted by JHC (Post 1324015)
I also tried the .htaccess suggestion and it caused an internal server error, I removed the code from it.

It's clearly a PHP upload limit problem. You need to edit your php.conf file or use the .htaccess method. Editing your php.conf is only possible if you have root access to the server. Otherwise I would suggest you to contact your host to ask why the .htaccess method fails.

JHC 08-23-2007 05:07 PM

Yep, PHP upload issue. Fixed...... Thanks!

maidos 08-24-2007 06:29 AM

my PHP Maximum Upload Size 350.00 MB

but i still fail to upload ´files over 20 mb
running a dedicated server with centos 5 as server os

i have created.htaccess on the same directory as download.php
and used this

php_value upload_max_filesize 30M
php_value post_max_size 30M

but i still failed to upload files over 20 mb

AdeptusAstartes 08-24-2007 07:24 AM

thank you very much, ;)

AScherff 08-24-2007 09:09 AM

Hi,

i have these database error when a user try to upload a new version of the download:
Code:

Datenbankfehler in vBulletin 3.6.7:

Invalid SQL:
SELECT title, usergroup.usergroupid, username, userid
                          FROM knxusergroup, knxuser
                          WHERE ecdownloadpermissions & 1024 AND  usergroup.usergroupid = user.usergroupid;

MySQL-Fehler : Unknown table 'usergroup' in field list

The error comes because the Table-Prefix is not all set

The right SQL Statement must be:
Code:

SELECT title, knxusergroup.usergroupid, username, userid
                          FROM knxusergroup, knxuser
                          WHERE ecdownloadpermissions & 1024 AND  knxusergroup.usergroupid = knxuser.usergroupid;

so how can i fix that?

Thanks

Alfred

maidos 08-24-2007 09:24 AM

i would like to bring up a suggestion, please make it so ppl can upload on ftp so once its done maybe on admin cp or somewhere will tell the staff that soemone uploaded the file and let the staff put it on a category

cOuNtErFiET 08-24-2007 09:05 PM

For some reason im getting this error when trying to delete a file, and im the GOD admin, also all my other admins are getting this too...how can i fix this?
Quote:

Forbidden
You don't have permission to access /forums/downloads.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


All times are GMT. The time now is 08:27 PM.

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.04430 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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