Thread: Major Additions - DownloadsII
View Single Post
  #2175  
Old 01-12-2008, 01:40 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jimjam View Post
Suddenly we are getting file not found errors. The files are physically there, the downloads folder is 777 and all the files are 666. We installed VBSEO at around the time the downloads stopped working. Whould this have anything to do with some of the files not being found?

Thanks in anticipation
Disable vBSEO and try again
I don't use vBSEO myself, so I don't know how it works with DownloadsII.

Quote:
Originally Posted by drpeppper View Post
hi i just moved servers. all of the download links are telling me Error: File Not Found.
I know its correct because all of the thumbnails work, its just the download link to actual files.

Can someone please help?
Check the chmod of the downloads folder and ec_tmp subfolder. They should be 777 (writable). The files inside of the downloads folder should have a 666 chmod normally.

Quote:
Originally Posted by cellow View Post
Hi DownloadsII Users

If i change a Users nickname in vbulletin, the database tables of DownloadsII did not change. the column
dl_downloads.user
Code:
UPDATE `vb3_dl_downloads` SET `user` = "xyz" WHERE `userid` = 123
or
dl_files.uploader
Code:
UPDATE `vb3_dl_files` SET `uploader` = "xyz" WHERE `uploaderid` = 123
or
dl_comments.author
Code:
UPDATE `vb3_dl_comments` SET `author` = "xyz" WHERE `authorid` = 123
or
dl_images.uploader
Code:
UPDATE `vb3_dl_images` SET `uploader` = "xyz" WHERE `uploaderid` = 123
are existing with the old "username".

Is there any possibility to mass-update / mass-sync all nicknames in the DownloadsII tables with the actually existing nicknames in the vbulletin user table?


Thank you 4 ur support
There's no mass update method for this at the moment. Running those queries manually is an option.

We should place a plugin in the AdminCP so it runs those queries after a username update.
[high]* RS_Jelle notes it down [/high]

Quote:
Originally Posted by loki-sama View Post
I have this Mod, but I have noticed something with happening with it. I have it set up so that a member with less then 30 posts can only download one file per day. The thing is, I've notice that there are some people that are able to beat this and are downloading multiple files in a single day. How are they doing this, and how can I stop this from happening?

EDIT:
Also I have noticed that whenever we add a file, some files become unapproved, or unpinned. Is there a way to stop this as well?
  1. Check the "Use strict daily download limits." usergroup setting. Probably it's set to No and the amount of allowed MB's to download is a higher value (or unlimited, -1).
  2. That's controlled by the "Can Avoid Moderation Queue" usergroup permission.

Quote:
Originally Posted by se_p800 View Post
I know the amount of questions is accumulating so I am unlikely to get a answer, but is there anyway to get the thumbnails bigger?

Thanks
That's not possible at the moment. You can change it in downloads.php, but this doesn't affect old thumbnails then (and you can't recount them at the moment like vB attachment thumbnails).

Quote:
Originally Posted by hugh_ View Post
Since upgrading from php4 to php5 I keep getting the following errors and very substantially the value of increasing wait_timeout and max_allowed_packet in my.cnf hasn't helped. Any thoughts? All help gratefully received of course...

Hugh

ps: IPs removed.

Database error in vBulletin 3.5.4:

Invalid SQL:

INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass)
VALUES
('aefad92623ce39d0197d87f57e914a60', 18587, 'xxx', '4164986e4a5501b76beee7e032910783', 1199823363, '/vbulletin/downloads.php?do=file&id=333&act=down', 0, 0, 0, 0, 0, 0, 0, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; SIMBAR=0; MEGAUPLOAD 2.0)', 0);

MySQL Error : MySQL server has gone away Error Number : 2006
Date : Tuesday, January 8th 2008 @ 02:37:58 PM
Script : http://www.xxx.com/vbulletin/downloa...d=333&act=down
Referrer : http://www.xxx.com/vbulletin/downloads.php?do=cat&id=19
IP Address : xxx
Username : xxx
Classname : vB_Database
That query isn't created by DownloadsII, but by vBulletin (on each page). It's a server configuration problem.

Some documentation: http://www.vbulletin.com/docs/html/m...mysql_goneaway
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04040 seconds
  • Memory Usage 1,803KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete