Page Not Found Error (atheycreek.com)
This is an open discussion with 6 replies, filed under Troubleshooting.
Search
The Symphony login area (http://atheycreek.com/symphony/) and everything in the backend still seems to work, just not the site. Here is a screenshot of my Pages:
This commit is the last commit I made before the site went down: https://github.com/atheycreek/churchdeploy/commit/6d895ce1629357c6434f38f92918396ea488e059
Not all files were pushed up to the server. In particular the data-sources file did not get pushed up.
Here is the Gist file for the logs from manifest -> logs -> main:
I wonder if you have a datasource attached to your page that has the 'Redirect to 404 page when no results are found' box ticked.
I note from your screen shot that your index page seems to be expecting params.
Getting further, some of the newer logs shows this:
16 July 2012 15:13 > User Notice: FrontendPageNotFoundExceptionHandler 1024 - The page you requested, <code>/preview/events/12967/</code>, does not exist. in file /var/www/vhosts/atheycreek.com/httpdocs/symphony/lib/toolkit/class.datasource.php on line 231
line 231 of the above mentioned file is:
if($this->dsParamREDIRECTONEMPTY == 'yes' && $this->_force_empty_result){ throw new FrontendPageNotFoundException; }
Thanks munki, that did it. One checkbox took our site down. Thanks for all the help!
Create an account or sign in to comment.
I'm working on atheycreek.com (http://72.10.33.203/) with Kirk Strobeck and was making some changes in Components and Sections and now I am getting a "Page Not Found" error:
http://d.pr/i/c70E
Kirk told me to jump on here and see if anyone can help troubleshoot.
Thanks!