Magento - checkout 404 not found error - magento

I have followed this tutorial :
http://www.igorkrasnykh.com/2010/04/14/bypass-magento-payment-and-shipping-1-4/comment-page-1/#comment-319
to bypass the Payment and Shipping Methods im Magento, but this create a 404 error when click on Checkout link (in the toplinks).
How can correct this error ??
Please help !

Always flush the caches after install new extension or sources, this will kill lots of 404 problems.
Then post logs here will be helpful to understand your problem. thanks.

Related

Magento 404 error page frontend

I noticed that Magento throw back a 404 error when trying to access the website from other locations. This only happenes on frontend. Backend can be accessible from all over the world. I don't know what's wrong.
I can access the website just normally without any problems! I can access the website even at home without no issues!
The Website is: borika.de
No restrictions have been noticed. Does anyone have an idea how to solve this issue?
Thanks
Please check could you make a condition of your index.php or try to replace with another same version index.php may be it will help
I recently deactivated other languages. This was the problem! This is the only solution that worked for me: Magento returns 404 error on all browsers except Firefox.

Magento getting a blank page when create a new product

Today when i try to create a product from magento backend, i got a blank page. After going through some articles i increase the memory limit in htaccess file. That also did not help to solve my issue.
Can anyone please help me to solve this.
Could you please get follow the following step.
1 get free copy of .htaccess file and place to your installation
clear cache in admin panel and also reindex
if you got in error in messages on syslog file or exception then
post here
Good luck with your bug resolving
Thanks
Sam
Go to System -> Configuration -> Developer and under Log Settings set Enabled to YES.
Create a new product to get the blank page.
Go to root folder site/var/log and copy stack trace from exception.log and post it here.

Lesti's FPC not working with Fishpig get post collection

I've developed a magento website with the fishpig extension, and as soon as I turned on my Lesti's FPC, i got a white page without any errors on the homepage.
I've managed to trace the error down to the post collection, but I don't know how to fix this issue. Someone had any experience with this?
This is what my post collection looks like:
<?php $posts = Mage::getResourceModel('wordpress/post_collection')
->addPostTypeFilter('sliders')
->load();
?>
I'm pretty sure this error has nothing to do with Lesti FPC. If you have a white page without any errors, this just means that an error has occured but your PHP error display settings prevent it from being displayed. To display the error, open up your Magento index.php file and uncomment the following line:
ini_set('display_errors', 1);
This will reveal the PHP error message. That being said, your issue will probably be fixed by performing the following steps:
Upgrade Magento WordPress Integration to the latest version. Also update any add-on extensions for Magento WordPress Integration.
Check System > Configuration > WordPress for any errors/warnings and fix every single one.
Check var/log/ for a wordpress.log file. Delete this file and then go back to the page that triggers the error. See whether any new errors are added to the file.
Please perform these 3 steps (these steps should be followed for any error with Magento WordPress Integration) and see whether the error persists. If the error does remain after following these steps, please update your question with the specific error message (but only after following these 3 steps).

magento 1.7.0.0 unable to print invoice

when i click print invoice in a magento invoice if im in chrome instead of the pdf download it just gives me a blank page, if im in IE it gives me a 500 internal server error.
i already tried the magento cleanup script, reindex, cache and recompile and nothing
can you give me a hand?
did not get many help with you guy's but i will post the awnser that i found for my own problem you just install the patch SUPEE-2629 for compatibility with php 5.4 you can find it here
https://www.magentocommerce.com/download

Free Facebook Connect error 404 not found

I installed Magento Extension Facebook Connect
http://www.magentocommerce.com/magento-connect/facebookfreebelvg-4448.html
But when I go to configuration -> facebook I receive an error: 404 error, page not found
can anyone help me?
Clear cache etc.. This is simple stuff to know for working with 3rd party extensions in Magento.
Ps. http://store.belvg.com/media/Facebook%20Connect%20and%20Like%20User%20Guide.pdf
Log out of the admin panel and log in again, so that the ACL can be reloaded.
Related question with more info: Installing a new Magento Extension requires logout/login, otherwise you get 404 in admin page

Resources