Quote:
Originally Posted by StuartDH
Hi docvader,
I uploaded all of the survey folder into the forums folder, but for some reason it seems to be looking for the templates etc in forums/includes/ ???
I just tried a fresh install, chmod -R 744 for the survey folder via the CLI, but it came up with the error:
Warning: main(survey/classes/main.class.php): failed to open stream: Permission denied in /survey.php on line 8
Warning: main(survey/classes/main.class.php): failed to open stream: Permission denied in /survey.php on line 8
Fatal error: main(): Failed opening required 'survey/classes/main.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wildabou/public_html/forums/survey.php on line 8
I then -R chmod the survey folder to 777 and haven't changed the content of any of the files, the error disappears, but it's still looking for the templates /includes.
Any ideas?
|
I got the same error regarding template needing to be in the includes folder. I copied the survey folder in its entirity there, chmodded to 777 and it works.