file manager script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
m2babaey
Forum Contributor
Posts: 364
Joined: Sun May 20, 2007 9:26 am

file manager script

Post by m2babaey »

Hi
my script is great on the local but sends this error on the host:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@domain.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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
X_Citer
Forum Newbie
Posts: 10
Joined: Thu Jul 12, 2007 11:18 pm

Post by X_Citer »

I am also coding a file manager script for my webhosting business. I have also run into serious road blocks with my script but havent tested it locally. If it works on one system and not on another that's gotta be a server config thing right? check to make sure your interpreters and aliases are set correctly. I cant get unlink() to work on my server so i know how much of a pain configuring is :)

what are your specs?
Post Reply