jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: ddjenkins on 23.04.2017 06:56:16

Title: Server Migration Problem [Solved -web server problem]
Post by: ddjenkins on 23.04.2017 06:56:16
Hi,

I've just moved my website from one hosting provider to another. In config/downloads I changed the directory accordingly & it shows everything as writeable. (changed from /home5/pdarcsco/public_html/jdownloads to /home/pdarcsco/public_html/jdownloads When I migrated the SQL database names/usernames did not change.

Once I made the change I could access previous downloads with no issue. However, I just created a new document & added the file, but for some reason the file did not get uploaded. I get an error saying "Nothing to setup (np files found) Please check your code." I checked the server & the file is not getting uploaded.

Is there another setting I need to change?
Title: Re: Server Migration Problem
Post by: ColinM on 24.04.2017 10:38:44
Hi
There is nothing particular to stop an upload provided the server allows it.  Please try with a small file as sometimes the default setting for the maximum file size is often quite low.  You could also try uploading a file with say File Zilla and running an auto monitor.

You may also need to check the file system ownership/protection.  Can you create a new category?

On the file size issue you might need a php.ini file such as below in your root directory.
max_filesize= 4M
upload_max_filesize=115M
post_max_size=117M


Following article might also be helpful
http://www.jdownloads.net/documentations/item/how-can-i-upload-larger-files?category_id=29

Colin
Title: Re: Server Migration Problem
Post by: ddjenkins on 24.04.2017 13:25:05
Colin,

Thank you, you were correct it was the php file size limit. All fixed, please close this request.