Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


php error for wordpress
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

php error for wordpress

flyfly Member
edited April 2012 in Help
[Fri Apr 13 05:48:13 2012] [error] [client 192.17.177.44] PHP Fatal error:  Unknown: Failed opening required '/srv/www/blog-sjchen-com/public_html/wp-admin/index.php' (include_path='.:/usr/share/pear') in Unknown on line 0

I get an http 500 error when trying to view the blog.

pear is installed, not sure if configured right.

tried googling, didn't find anything except for excruciatingly painful wordpress forums that don't help at all.

Anyone see this error before for wordpress or know what to do?

I'm working with a LAMP stack.

Comments

  • @kbar said: Unknown: Failed opening required '/srv/www/blog-sjchen-com/public_html/wp-admin/index.php'

    Check your permissions.

  • flyfly Member

    all files 644

    owned by http

  • raindog308raindog308 Administrator, Veteran

    @kbar said: /srv/www/blog-sjchen-com/public_html/wp-admin/index.php

    Not to insult your intelligence, but that file does exist, right? And if you su to the http user, you can cd to that path and view it?

    Did you change anything in php.ini recently?

  • flyfly Member

    found the fix

    php_admin open_basedir ""

    in vhost

    Thanked by 1quirkyquark
Sign In or Register to comment.