I've been trying to copy a working OJS instance over locally to my
mac running OXS Snow Leopard to make development a bit easier and
quicker. The problem is that I've ran into what looks like permission
issues but am not sure how to fix it.
I meet the requirements and everything works alright (I've been
able to run a new instance of OJS on the mac).
When I have Apache/PHP/MySQL running and I navigate to
http://localhost/~njeaoeu/ojs in my browser I get the following problem
thrown at me:
- Code: Select all
Warning: require_once(/Users/njeaoeu/Sites/ojs/classes/core/Application.inc.php): failed to open stream: Permission denied in /Users/njeaoeu/Sites/ojs/lib/pkp/includes/functions.inc.php on line 30 Fatal error: require_once(): Failed opening required 'classes/core/Application.inc.php' (include_path='.:/Users/njeaoeu/Sites/ojs/classes:/Users/njeaoeu/Sites/ojs/pages:/Users/njeaoeu/Sites/ojs/lib/pkp:/Users/njeaoeu/Sites/ojs/lib/pkp/classes:/Users/njeaoeu/Sites/ojs/lib/pkp/pages:/Users/njeaoeu/Sites/ojs/lib/pkp/lib/adodb:/Users/njeaoeu/Sites/ojs/lib/pkp/lib/phputf8:/Users/njeaoeu/Sites/ojs/lib/pkp/lib/pqp/classes:/Users/njeaoeu/Sites/ojs/lib/pkp/lib/smarty:.:/usr/lib/php') in /Users/njeaoeu/Sites/ojs/lib/pkp/includes/functions.inc.php on line 30
I've read the FAQ and have done various searches without making any progress.
Anyone have any idea?
Thanks,
nje
