"URLUpload" on image hosting script ceases to work after server change to DA

lost123

Verified User
Joined
Nov 1, 2007
Messages
7
"URLUpload" on image hosting script ceases to work after server change to DA

Hey there,



I recently changed my small image hosting website to a dedicated server.


My previous server was a cPanel.
Current server is Directadmin.


I've restored the database and files, however I've noticed that the URL upload (Where you input the URL to a image file, and the script grabs the image and reuploads on the server) doesn't seem to work.

Half of the script's admin panel is distorted and missing half of the options.

Does anybody have any idea why this is happening?


I've tried:
Turning on register_globals to on
the upload_tmp_dir = /tmp, chmodded to 777

Not too sure what to do now,


Any help would be greatly appreciated.


Thank you!:)
 
Could be a safemode setting or an open_basedir setting, or an incompatibility with your version of PHP.

Jeff
 
Back
Top