Page Not Found
Permalink 1 user found helpful
I'm seeing several errors like this. Any help is appreciated. I have restored the site from a backup from a month ago and still get these errors in the log. The site is live again, but when I go to login, I get "Page Not Found" error and can not make changes to the site.
access("/home1/virginr0/public_html/easylivingsouth/blocks/social_icons_reloaded/controller.php", F_OK) = -1 ENOENT (No such file or directory)
access("/home1/virginr0/public_html/easylivingsouth/concrete/blocks/social_icons_reloaded/controller.php", F_OK) = -1 ENOENT (No such file or directory)
stat("path/to/site/easylivingsouth/blocks/core_stack_display", 0x7fff3099ad80) = -1 ENOENT (No such file or directory)
access("/path/to/site//easylivingsouth/helpers/form.php", F_OK) = -1 ENOENT (No such file or directory)
access("path/to/site//easylivingsouth/blocks/core_stack_display.php", F_OK) = -1 ENOENT (No such file or directory)
access("path/to/site//easylivingsouth/blocks/core_stack_display/view.php", F_OK) = -1 ENOENT (No such file or directory)
access("path/to/site//easylivingsouth/blocks/core_stack_display/view.php", F_OK) = -1 ENOENT (No such file or directory)
access("/path/to/site//easylivingsouth/blocks/core_stack_display/", F_OK) = -1 ENOENT (No such file or directory)
access("/home1/virginr0/public_html/easylivingsouth/blocks/social_icons_reloaded/controller.php", F_OK) = -1 ENOENT (No such file or directory)
access("/home1/virginr0/public_html/easylivingsouth/concrete/blocks/social_icons_reloaded/controller.php", F_OK) = -1 ENOENT (No such file or directory)
stat("path/to/site/easylivingsouth/blocks/core_stack_display", 0x7fff3099ad80) = -1 ENOENT (No such file or directory)
access("/path/to/site//easylivingsouth/helpers/form.php", F_OK) = -1 ENOENT (No such file or directory)
access("path/to/site//easylivingsouth/blocks/core_stack_display.php", F_OK) = -1 ENOENT (No such file or directory)
access("path/to/site//easylivingsouth/blocks/core_stack_display/view.php", F_OK) = -1 ENOENT (No such file or directory)
access("path/to/site//easylivingsouth/blocks/core_stack_display/view.php", F_OK) = -1 ENOENT (No such file or directory)
access("/path/to/site//easylivingsouth/blocks/core_stack_display/", F_OK) = -1 ENOENT (No such file or directory)
Correct. The site displays & functions correctly until I try and login. I can access the dashboard, but not individual pages without getting the "Page Not Found" error. Yes when I signout, I can see the site again.
You appear to be adding jquery.js on this line near the top:
Concrete5 already loads jQuery, especially when you log in, so you might have a conflict. Can you remove this line? It appears to be hard-coded into your theme file.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?v=afb4696e95db1658c7fdb8b9868f9e3a"></script>
Concrete5 already loads jQuery, especially when you log in, so you might have a conflict. Can you remove this line? It appears to be hard-coded into your theme file.
Clear the cache. I also recommend renaming [root]/file/cache to [root]/files/cache_old to force concrete5 to rebuild the cache.
Then, turn off pretty URLs. Refresh the cache, then turn pretty URLs back on. This will ensure that the .htaccess file and the database are both using pretty URLs.
Also, does your [root]/site/config.php have a link to the updates folder? It would look something like this:
Then, turn off pretty URLs. Refresh the cache, then turn pretty URLs back on. This will ensure that the .htaccess file and the database are both using pretty URLs.
Also, does your [root]/site/config.php have a link to the updates folder? It would look something like this:
define('DIRNAME_APP_UPDATED', 'concrete5.6.1');?>
So, the site displays correctly, but when you login you can't access the site pages? Do you have dashboard access? And when you log out you can see the site again, is that what you're saying?
Sorry, just making sure I understand the problem.