Lockedphp permission errors

Author
ridgebacktech
Junior Member
2008/02/03 19:02:12 (permalink)

php permission errors

Ever since we have started hosting with hosting controller and have tried running applications/websites we run into multitudes of PHP errors. The most common is a "fopen access denied error".

It is very annoying and limits usage of our websites through the hosting controller system because PHP is a vital part of our business.

Please let me know if there is a solution.

A sample issue running off of our server can be found here:

http://ridgebacktech.org/index.php?option=com_docman&Itemid=43
#1

3 Replies Related Threads

    HC Team
    Hosting Controller
    RE: php permission errors 2008/03/03 08:30:35 (permalink)
    Please consult with this article.

    ________________________
    HC Support Team
    support@hostingcontroller.com
    http://hostingcontroller.com
    +1-213-341-1419
    #2
    ridgebacktech
    Junior Member
    RE: php permission errors 2008/03/03 16:33:02 (permalink)
    I just followed the instructions in that article and restarted the server.

    The same issue persists.
    #3
    patrick
    Premium Member
    RE: php permission errors 2008/03/03 16:43:47 (permalink)
    above URL showing php warnings which you can ignore in php.ini

    Find below line in php.ini file

    error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING ; display all errors, warnings and notices

    Modify with

    error_reporting = E_Error

    save file and replace into php installation and c:\windows directory.
    #4
    Jump to: