Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Fatal error: The root configuration file could not be found/read (_config.xml) [solved]
For some reason I'm getting this error and I can't figure out why. I've chmoded the files like the docs says, and i've even tried to chmod everything 0777..
Any suggestions? Need more info?
0
This discussion has been closed.
Comments
So wait, you tried changing the cwd with your root path and that failed as well? Are you sure you got the correct path?
I think the next thing to try is going into the code and allowing it to spit out the actual errors that it is encountering so we can see what's really going on.
Open up your index.php file and on line 501 change this: To This:
Be sure to save your original file so that once we figure out what the problem is, you can put it back the way it was.
Change this: To this: Then go to your filebrowser in your web browser.
Click on that car-accident folder.
Click on the first image.
And tell me what it writes to the screen.
Where you changed the getcwd(); to your actual directory, remove the trailing slash, so it becomes:
$this->CurrentWorkingDirectory = "/home/www/ghettonesna.org/htdocs/gallery";