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)

glennybee 10-15-2008 07:13 PM

For those having problems with the Error: File not found error after moving server, this is how I fixed it.

I'm not sure what version of this hack I was running on prior to moving server, probably a previous version as it was installed at the start of the year.

Make sure the 'downloads' folder is chmod 777.
Make sure the ec_tmp' folder is chmod 777.
Download the latest version (if you are running a previous version).
Reinstall the product in your APC

All your settings will not be affected and your downloads will still be there.

After I reinstalled the product, the downloads worked.

Hope this helps.

RS_Jelle 10-19-2008 06:46 PM

Quote:

Originally Posted by gothicuser (Post 1642717)
Have a small problem. I have created a new download, but linked to a file held externally in a secure area. Consequently the URL begins with an 'https://' Well, for some reason this is misinterpreted by your mod, and modified to 'http://https:// which of course breaks the link.
Any ideas on how to fix this please?

Open downloads.php
Find
PHP Code:

if (strpos($newfilename"http://") === false AND strpos($newfilename"ftp://") === false

Replace with
PHP Code:

if (strpos($newfilename"http://") === false AND strpos($newfilename"https://") === false AND strpos($newfilename"ftp://") === false


steven s 10-21-2008 11:18 PM

Quote:

Originally Posted by GafferSports (Post 1494118)
Resolved - thanks.

Quote:

Originally Posted by drpeppper (Post 1639660)
nvm. figured this out on my own.

Either care to share why I am too hit my maximum upload?

My limits are 32Mb and am trying to upload a 1M file.

Faol 10-22-2008 01:59 AM

I have two issues since I installed it:

1. I cannot find where to change file size limits. I need to up the size limits, but do not have an option to do so in the DownloadsII CP.

2. My users are getting an error that states "missing a security token" after they hit the Add File button.

Thanks for the help.

sweeps78 10-22-2008 03:42 PM

Quote:

Either care to share why I am too hit my maximum upload?

My limits are 32Mb and am trying to upload a 1M file.
The answer is here somewhere in the 198 pages, searching helps.

Okay, I'll be nice and tell ya;)

There's a setting on your in php configuration called "upload_max_filesize" This controls the maximum amount that a file can be during an upload. I believe there is another setting somewhere too though. Just remember that you need to restart after you change the setting. If you don't have access to your config file, then you'll need to ask your host to do this for you.

steven s 10-23-2008 12:09 AM

Quote:

Originally Posted by sweeps78 (Post 1650526)
The answer is here somewhere in the 198 pages, searching helps.

Okay, I'll be nice and tell ya;)

There's a setting on your in php configuration called "upload_max_filesize" This controls the maximum amount that a file can be during an upload. I believe there is another setting somewhere too though. Just remember that you need to restart after you change the setting. If you don't have access to your config file, then you'll need to ask your host to do this for you.

Thanks but I think there is more to that.
My php file says upload_max_filesize: 30M. :confused:

logofreax 10-23-2008 06:15 AM

1 Attachment(s)
Hi, is it possible to build in another Row to write there an own Text like shown in Attachment and that this Text will only shown to a specified Usergroup?

cu
logofreax

abhimation 10-23-2008 03:11 PM

Here's a NEWBIE Question - How do i change the color of CATEGORIES text in the main download page ? Its almost merging with the background.

Please help..

sweeps78 10-24-2008 12:48 PM

Stupid question, but did you make sure to restart Apache after you changed the upload_max_filesize setting?

There's also a setting called max_allowed_packet, that could prevent members from uploading larger files.

Powlo 10-24-2008 05:37 PM

First of all a big thanks to RS Jelle & CyberRanger for a superb addition to my forum. It was exactly what i needed.

I hope you dont mind me making a couple of suggestions maybe for the next release. I appologise if they have already been mentioned.

Basically the mod works perfectly but cosmetically it could do with a bit of love and care. ;-)

I think it could be jazzed up a bit, maybe some buttons for edit/cat tree etc etc

The search field is very basic, perhaps the addition of a category search.

The ability to implement a 'already posted' function as a title is being inputted would make this perfect for me.

A better layout for the main Category screen showing subcats with their individual file counts.

How easy would it be to add a 3rd input field for the add_bit?

Cheers for reading.

Hornstar 10-26-2008 02:06 AM

Just wondering is Version 6 being held off until 3.8 gold? or is it still in development or has development stopped? Any info on progress would be great, just interested in knowing how things are coming along ^^

logofreax 10-26-2008 07:11 AM

Nobody with any solution for creating new lines under Authors field?

https://vborg.vbsupport.ru/showpost....postcount=2967

cu
logofreax

RedPoint 10-26-2008 09:23 AM

Quote:

Originally Posted by RedPoint (Post 1629079)
Hi,

i make the changes what @Bashy mean at https://vborg.vbsupport.ru/showpost....postcount=2851 but dont runn for me.

I become the same error.

Run this addon realy with 3.7.xx or not. Any ideea for me?
...what mean RS_Jelle to my error, any helpfull tricks?

Thanks


Any help or ideas to rezolve my problem?

Thanks

abhimation 10-28-2008 10:17 AM

Can we upload multiple files at a time ?

bezibaerchen 10-29-2008 08:06 AM

Hey guys. Got an urgent problem which seems to be mentioned before but none of the proposed solutions worked for me. Got some users which are told, that their limit is reached. Even me as Admin is getting this message, but Admin group got "-1" as limits. Same behaviour with rigorous limits on and off.

hugh_ 10-29-2008 11:07 AM

I've raised this before but couldn't find a fix so I settled for giving the users in question a large but not unlimited quota...

bezibaerchen 10-29-2008 11:11 AM

Well, as a matter of fact, admin group has got -1
Other groups affected have 5, but members of both groups get the mentioned error message.

steven s 10-30-2008 10:34 PM

Quote:

Originally Posted by bezibaerchen (Post 1655127)
Hey guys. Got an urgent problem which seems to be mentioned before but none of the proposed solutions worked for me. Got some users which are told, that their limit is reached. Even me as Admin is getting this message, but Admin group got "-1" as limits. Same behaviour with rigorous limits on and off.

Join the club. :(
Are you running 3.7.3 p1?
I can't even download the files to move them to another system.

bezibaerchen 10-31-2008 03:04 AM

Seemd to have fix it. Am on 3.7.3 PL1, yes.
Is the affected user member of more than one usergroup?

steven s 10-31-2008 11:59 AM

Quote:

Originally Posted by bezibaerchen (Post 1656407)
Seemd to have fix it. Am on 3.7.3 PL1, yes.
Is the affected user member of more than one usergroup?

I get the when logged in as admin. Can't upload or download.

I've increased my d/l limits, Still exceeded bandwidth.
What fixed it?

bezibaerchen 10-31-2008 12:17 PM

As stated before: Are you as the Admin member of any additional user groups?

carrlos 11-01-2008 09:13 PM

Quote:

Originally Posted by carrlos (Post 1638024)

Bump!!!!!!

GetWebHost 11-01-2008 10:18 PM

I am still using 3.7.2 and I'm planning to upgrade to the latest version 3.7.3. Can someone confirm if this works with the latest VB version?

carrlos 11-01-2008 11:30 PM

Quote:

Originally Posted by GetWebHost (Post 1657473)
I am still using 3.7.2 and I'm planning to upgrade to the latest version 3.7.3. Can someone confirm if this works with the latest VB version?

It works.

carrlos 11-01-2008 11:42 PM

Quote:

Originally Posted by 1996 328ti (Post 1657531)
I wish I could say the same. I am stuck! I can't upload or download due to max bandwidth.

That would be an issue with your hosting and not the product.

steven s 11-01-2008 11:49 PM

Quote:

Originally Posted by GetWebHost (Post 1657473)
I am still using 3.7.2 and I'm planning to upgrade to the latest version 3.7.3. Can someone confirm if this works with the latest VB version?

Doesn't work for me.
Quote:

Originally Posted by carrlos (Post 1657513)
It works.

I wish I could say the same. I am stuck! I can't upload or download due to max bandwidth.

techdeals07 11-02-2008 06:12 PM

I seem to have a cookie issue with this mod. When my users hit the downloads.php page, they always have to log in again. Any suggestion on how to fix this?

Twin_Turbo 11-03-2008 11:59 AM

I always get the error "Fields marked in RED must be filled in!" even when everything is filled out. There's also a scripting error visible when the submit button is clicked. It used to work but for unknown reasons I'm now stuck with this error.

There's this error:

Row 274
Char 7
Error: length is empty or no object
Code 0
URL htt://www...mywebsite.../downloads.php?do=add&id=

Anyone have an idea what's up here? It used to work just fine, i have a feeling it's a result fo some other mod but not sure.

Thanks for any help.

I'm on 3.6.8 btw

MrD 11-04-2008 06:59 AM

Hi,
@Twin_Turbo:
is GARS Installed on your Board?
It?s only a Bug with GARS.
Look at
http://www.thevbgeek.com/showpost.ph...9&postcount=13

Twin_Turbo 11-04-2008 06:13 PM

thanks, that's it :)

lilP 11-05-2008 06:13 PM

I know this has been answered before, but I haven't seen anything with the same symptoms as my problem:

I'm getting "Security token was missing" when the file I'm trying to upload is 8 MB and over. Any file smaller than 8 MB works fine. So I did everything that was posted:

1) re-installed the mod
2) created a .htaccess file
3) php.ini has a 150 MB file size limit
4) admincp downloadsII options allow for 150 MB files

Any help would be appreciated about this Security Token thingy... my vbulletin is not accessible through the internet.

Thanks

columbusgeek 11-05-2008 06:37 PM

Have you verified that your changes are effective?
Use php info to find out if the php.ini change worked.

what is inside your .htaccess file? Your php override needs to be done only once. It loosk like you are trying to do it twice. Which way is dependent upon your host. If you're not sure you should check their forums to see how to do php overrides.

Drakah 11-06-2008 12:24 AM

I really hope there would be a way in the future to add custom fields. I am in need of a field called "Version". Also, somehow to change the Date Added to Date Last Updated. I have files that constantly update and people think they are old because it always says the date I 1st made the "post".

lilP 11-06-2008 01:27 PM

Quote:

Originally Posted by columbusgeek (Post 1660055)
Have you verified that your changes are effective?
Use php info to find out if the php.ini change worked.

what is inside your .htaccess file? Your php override needs to be done only once. It loosk like you are trying to do it twice. Which way is dependent upon your host. If you're not sure you should check their forums to see how to do php overrides.

Thanks columbusgeek. After your reply my co-worker and I checked what you had told us, but after testing found out it wasn't it. It was actually the post_max_size was set at 8M. As soon as we changed it to 100M, it started to work with bigger files.

Thanks again for your help. Much appreciated.

KenDude 11-08-2008 12:16 AM

We moved our site to a different server which has a different folder structure and now when someone tried to download a file that was previously uploaded they get this:

Warning: copy(./downloads//ec_tmp/987 Minor Maintenance Check List 2.pdf) [function.copy]: failed to open stream: Permission denied in [path]/downloads.php on line 700
ERROR: File not found.

the downloads directory is still there as all directories and permissions were copied over, it is the higher level directories before the web root that changed. I expected to find some place in the config for this mod that was storing that info, but all I see is the ./downloads setting which is still the same.

The files in question are actually there in the downloads directory, but not the ec_temp directory so I don't know why it is looking there or trying to anyway. The files also have a prefix before the name of each filename like 12345-Filename.zip etc.

The file I am trying to download is located here so you can see the error yourself:
http://www.caymanclub.net/downloads.php?do=file&id=242

I can try to reinstall the mod again from a fresh zip to see if that fixes/changes anything, but I am assuming that this is some sort of config error since the site moved, but I have no idea what other than the dir path would have caused a problem.

bollie 11-08-2008 04:22 AM

DownloadsII v6 look http://www.minatica.be/downloads.php

7lanet 11-08-2008 07:47 AM

please this in 3.7
and add code vbseo

ReQueM 11-08-2008 10:26 AM

allow download managers now?

cmedic101 11-08-2008 01:03 PM

Great job with this Mod...It works perfect with 3.74

Thanks for your hard work

cmedic101

KenDude 11-08-2008 01:06 PM

Quote:

Originally Posted by bollie (Post 1661626)

Does this fix the problem listed in my post above yours? Where do we get version 6 from?


All times are GMT. The time now is 03:56 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.04971 seconds
  • Memory Usage 1,841KB
  • 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_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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