500 Internal Server Error when trying to open webgrind

184 views Asked by At

I am using linux. I have installed webgrind for xdebug profiling of php code. I have made the proper changes in the httpd.conf etc.

when i am trying to connect from browser it says 500 Internal Server Error

I cant figure it out.

      [Tue Feb 18 22:07:02 2014] [error] [client ::1] PHP Warning:  Unknown: open_basedir restriction in effect. File(/usr/share/webapps/webgrind/index.php) is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/) in Unknown on line 0
      [Tue Feb 18 22:07:02 2014] [error] [client ::1] PHP Warning:  Unknown: failed to open stream: Operation not permitted in Unknown on line 0
      [Tue Feb 18 22:07:02 2014] [error] [client ::1] PHP Fatal error:  Unknown: Failed opening required '/usr/share/webapps/webgrind/index.php' (include_path='.:/usr/share/pear') in Unknown on line 0
0

There are 0 answers