News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Server Migration Problem [Solved -web server problem]

Started by ddjenkins, 23.04.2017 06:56:16

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ddjenkins

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?
  •  

ColinM

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
Colin M
  •  

ddjenkins

#2
Colin,

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