Search This Blog

Tuesday, March 4, 2014

PHP is running with user ID=33, but this directory is owned by the system user with ID=0

Error:PHP is running with user ID=33, but this directory is owned by the system user with ID=0

Solution:
 sudo chown -R  www-data:www-data  /var/www/X2Engine/

before changes it was
drwxrwxrwx 3 root root    4096 Mar  4 16:24 X2Engine



--
Pranaw Kumar
C-DAC MUMBAI
Ph-(+91) (22) 26201606

2 comments: