Thread: Error message

Results 1 to 10 of 10

Threaded View

  1. #10
    Join Date
    Sep 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Error message

    chmod changes what the user, the group, and the rest of the world can do. chown lets you make sure you have the correct user and group in the first place.

    The php error message you are getting is a typical ownership challenge. It's saying to me that somehow you have uploaded files into that directory owned by the wrong user or by the wrong group or possibly both. The web user needs to be in there for a php script to work properly. For instance, if you've gone in there as admin or root and uploaded files, ownership on any *nix system will default to admin or root. But the Apache web server is not configured to serve files owned by admin or root.

    I'm not sure if you can do this via ftp, you may need shell access to the server, but I'd try it in ftp first anyway. Just check that the file throwing up the faults is owned by the same user and group as files and scripts that are working.

    By the way, this is also a typical sysadmin mistake. If you've had assistance from your web host, they may have changed something and forgotten to re-set ownership.
    Last edited by chancer; 2 Oct 2007 at 02:46 PM. Reason: Added a bit at the end.

 

 

Similar Threads

  1. Authorize.net error message with no error message?
    By swamyg1 in forum Built-in Shipping and Payment Modules
    Replies: 12
    Last Post: 19 Nov 2010, 12:32 AM
  2. 500 Error - FastCGI error message after database installation page.
    By hungoveragain in forum Installing on a Windows Server
    Replies: 8
    Last Post: 24 Sep 2010, 03:37 PM
  3. Error message 1064 you have an error in your sql syntax
    By honrheart in forum General Questions
    Replies: 1
    Last Post: 11 Sep 2009, 02:38 AM
  4. PCI error: Potentially Exploitable Database Error Message -- links_alias table
    By srigari in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 21 Jun 2009, 12:23 AM
  5. error message 1064 you have an error in your sql syntax
    By ngsl in forum General Questions
    Replies: 0
    Last Post: 22 Aug 2008, 06:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg