Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coordino permission issue? #93

Open
waqaskhan137 opened this issue Nov 15, 2013 · 0 comments
Open

Coordino permission issue? #93

waqaskhan137 opened this issue Nov 15, 2013 · 0 comments
Assignees

Comments

@waqaskhan137
Copy link

put the Coordino in directory /var/www/namal-geeks.com and tried to check it on localhost/namal-geeks.com/it gives the error

Warning: require(app/webroot/index.php): failed to open stream: Permission denied in    /var/www/namal-geeks.com/index.php on line 55

Fatal error: require(): Failed opening required 'app/webroot/index.php'    (include_path='.:/usr/share/php:/usr/share/pear:/var/www/namal-geeks.com:/var/www/namal-geeks/app/') in /var/www/namal-geeks.com/index.php on line 55 

I looked in app/webroot/index.php and that what i found there

L-No
48   /**
49   * The absolute path to the "cake" directory, WITHOUT a trailing DS.
50   *
51   */
52   if (!defined('CAKE_CORE_INCLUDE_PATH')) {
53   define('CAKE_CORE_INCLUDE_PATH', ROOT);
54   }
55

Thought it would be problem of permissions so i tried giving the namal-geeks.com directory
sudo chmod 777 /var/www/namal-geeks.com but still it gives the same error.
So I am not sure how to solve this.
Help !

@Datawalke Datawalke self-assigned this Mar 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants