![]() |
You're misreading the error message. The error occurs on ajax.php at line 69, which is a hook, the actual error is on the 102 line that is being evaluated at that hook.
So to solve the error, go to line 69 of your ajax.php and find what hook is being evaluated when the problem occurs. Then go to the corresponding hook for downloadsII and see what the 102nd line of code is. Based on the referrer I'd say it has something to do with searching downloads. |
Thanks, but the hook ist ajax_start and there are two plugins using that hook.
One ist vbacmps and the other one is ecdownloads installed with this mod. Now I can disable vbacmps and the error jumps from line 102 to line 1. The plugin named vbacmps has exactly 101 lines, so the next one starts with line 1 of ecdownloads. So I think that ajax.php doesn't like the '<' at that place. |
Well some testing seems to show, that the plugin ecdownloads at hook ajax_start isn't that important ... turning it off, shows no difference in the behaviour of the plugin itself ... except the missing errors. :D
Maybe, I have done something completely wrong ... sometime ... |
Ok, problem solved.
This "plugin" is either some lost part of an older, very much older installation or someone has done something wrong, while he tried to installed the addon. Whatsoever - thanks for your time! :) |
Quote:
When ever i use this i get this error. Any ideas on any other ways to up the size limits please? Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@......com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. |
Quote:
In that case you can try if making your own php.ini would work. Create a php.ini in your public_html folder with the following content: Quote:
Quote:
|
Is there a way to pay to remove the copyright credits? It's the only thing cluttering up the display on my site? I generally do that to maximize the already crowded space.
Second, is there a way to get the subcategories into columns the same way like subforums can be done? |
*clicks install* thanks :)
|
Quote:
I have also had my webhost do all the changes suggested in this thread https://www.vbulletin.com/forum/show...=1#post1565199 But again, no ability to upload over 50M. |
Hi,
I am new to VB and this mod (had a similar one for my SMF forum), so please forgive the newbie question. I have to copy a bunch of files at once to the downloads area from my old forum. This mod does one at a time from what I can tell. Is there any way to upoload a bunch of files at once, and then put them in categories once they are uploaded. Thanks, Nelson |
My hosting is move other server...
My site fullbackup is loaded. But, all files is click when the warning "ERROR: File not found." example link: www.mysite.com/downloads.php?do=file&id=46&act=down&actionhash=13 21206980-d2441be3a541e6d62730561ca41a6b53cfe4cf3d Help... Thanks.. Sorry bad my english.. |
Hi there!
I have a problem. I have 160747 total log entries. Verision is 5.1.0. Prune Download log entries is set to 10 Scheduled Task Hourly Cleanup is active among the others. But log entries do not prune. Why? |
Quote:
Check your section where the files are. They should look something like: 146-filename.zip If you only have "filename.zip" without the number and dash in front of it, then that is the reason that downloads can't find the files. In that case you have to look ad the file id's and number all files manually again. Or if you still can reach the old server, download them from there. |
Getting a strange error that I think is related to VBSEO. I searched the thread but didn't see a solution.
It's partially within DownloadsII and partially with the Create Threads add-on. When I upload a file, it uploads file and then when it goes to load the page for the newly added file and it kicks out the "Invalid File ID Specified" error. The URL it tries to load is similarly structured to the example below: /forum/downloads.php?do=file&title=test-manual-upload-1&cid=6&ctitle=admin-mod-only-files&id=170 The issue extends to the Thread Creation addon-on since it lists the same URL structure above in the newly created thread. If I navigate through the DownloadsII directory to the file directly, it displays the URL structure below and the page loads fine: /forum/downloads.php?do=file&title=test-manual-upload-1&cid=6&ctitle=admin-mod-only-files&id=170 The only difference is & vs &. Odd thing is that pre-SEO the URL is /forum/downloads.php?do=file&id=170 within the DLII directory and in the thread created. It has something to do with VBSEO no parsing the & when uploading a file and when in the thread. Any ideas? |
Safari seems to download an uploaded zip file as an exe. Bug? I tested it in Firefox and it worked fine.
|
After my host move, my comments dont show up at all.
They were fine before and i double checked usergroup permissions, everyone has access to view them. I also searched through the fourm and reimported the product file and set "Overwrite: Yes" as suggested. Can anyone please help? Thank you! |
nice work. !
|
Hello.
I have problem with download large files(( INI Settings post_max_size: 150.00 mb upload_max_filesize: 150.00 mb .htaccess (in the downloads.php location) php_value upload_max_filesize 150M php_value post_max_size 150M max_execution_time - 900 sec (15 min) trying to upload rar archive ~ 55 mb (test.rar), after 14% progress - error 101 (net::ERR_CONNECTION_RESET) have tried everything, what could be wrong ? |
Quote:
|
then i was trying to upload files, i have a maximum upload limit reached message
i was checking the usergroup permissions, and set to NO LIMITS but it's not work.. :erm: please help! |
can anybody help me??
i was set -1 (no limits), a was set 0 for no limits in attachment but the problem is still here! |
See the post a few above yours, not only is there a limit in the plugin, but there is also the php limit on upload/download sizes.
|
Hi there!
I have a problem. I have 160747 total log entries. Verision is 5.1.0. Prune Download log entries is set to 1 but Scheduled Task Hourly Cleanup is not cleaning logs. I have noticed in verision 5.1.2. error with pruning logs is fixed, but when I upgrade to 5.1.2. all my categories (152) are lost. Quote:
|
Quote:
|
Quote:
Later I discovered that the problem was in the 'conflict' with the script 'vB Optimise'. After upgrading to version 5.1.2 I have chosen the option 'Flush Cache' inside 'vB Optimise'. Now everything is working properly, and the categories are not lost after the upgrade. |
Since a short time, i get the follow error code, if user need download some files:
Warnung: copy(./downloads//ec_tmp/Latest_iXtreme_and_Stock_Firmware_Pack_25_12_2011. rar) [function.copy]: failed to open stream: Permission denied in [path]/downloads.php (Zeile 736) ERROR: File not found. what is wrong? The files exist... |
Are you absolutely sure the actual file exists on the server, not just in the downloads database? The reason I ask is I get this warning when the file doesn't exist because the line to do the copying (line 736) actually occurs before the check for whether or not the file being copied actually exists or not.
|
Did you think, that i must upload all vB Files again? The Downloadfiles are complete.
|
I think something is still missing.
You say the file is present. Is it present like: Latest_iXtreme_and_Stock_Firmware_Pack_25_12_2011. rar or is it present like: 10840-Latest_iXtreme_and_Stock_Firmware_Pack_25_12_2011. rar so with a number in front of it. Because all files without number in front of it and are present in the Downloads database will be projectes as being "not found". Sometimes people remove those number because they don't kow what they are doing there or when files get reuploaded after a server move or something. |
It could be that you have two / in the path that's causing the problems, it looks like you've got the path to the downloads directory in the settings with an extra / at the end.
I could also be that if its giving permission denied then you might have some files that do not have the correct permissions. If you have server access, check to see if all files/directories in the downloads directory have rw attributes set for user, group and world. If not you should run chmod 777 *. |
Quote:
Unless your host is using suphp then they should be 755. For the files it won't matter, they don't need to be 777. |
This mod is fantastic, vB DownloadsII FTW!
|
Is there an importer from AndrewD's Links & Downloads Manager (LDM)?
|
I just upgraded my vb to latest 4 version but suddenly suddenly downloads become blank, - http://www.wihara.com/forum/downloads/ . anybody know why ? how to make it work again ? it is 6.05 version
|
Quote:
|
Quote:
what do i need to do ? thakns :) |
Quote:
|
Quote:
can anyone please help us ? the vbseo rewrite rules : Quote:
|
bump.
any help please ? |
You should ask over at VBSeo, problem seems in there.
They also have an error in their downloads/downloadsII.php addon for a long time and did not fix it yet. The "order by" should be changed like this: Code:
("SELECT id,name FROM " . TABLE_PREFIX . "dl_cats ORDER BY `id`"); Code:
$mods = $db->query("SELECT id as fid FROM " . TABLE_PREFIX . "dl_files"); There is no problem with Downloads II, vbSeo has some incorrect statements which need to be fixed, so that's why it's best to ask over at VBSeo. |
All times are GMT. The time now is 08:43 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|