magento - 500 internal error
Tech-Today

magento - 500 internal error


Server: 1and1 hosting
After fixing the database issue, I found myself trap with:

1.) front end - I got 500 Internal Error
2.) back end - out of memory error

To keep it short here are my solutions:

1 & 2.) I remember doing these things:
a.) rename your sample php.ini.sample to php.ini and add these lines at the bottom
extension=mcrypt.so
extension=pdo.so
Then upload to your server in the magento's root installation directory
b.) modify the .htaccess file such that:
i.) find this line: ## this line is specific for 1and1 hosting
ii.) uncomment the lines inside
c.) search for the line: RewriteBase /magento/ and change to RewriteBase /

That do the trick for me.




- How To Download A Zipped File Of A Magento Extension
There are times when you want to see the code behind of a magento extension, but using magento connect would not give you all the files that have been created. To do that simply go to url below and type the Magento Connect 1 extension key: http://freegento.com/ddl-magento-extension.php...

- How To Install And Setup Magento On A Windows 7 Machine
This tutorial will try to install and setup magento on a local pc running windows 7.  Requirements (I'm using the following versions, you can search the download links using google - lame :-) ): 1.) apache2.2 2.) php-5.2.14 3.) MySQL Server 5.5...

- Magento 1and1 Vps Setup - Setting Up The Vps Settings
Magento 1and1 VPS Setup - Setting up the VPS settings At this point it is assumed that a VPS Domain is properly setup. Although the magento check : http://www.magentocommerce.com/knowledge-base/entry/how-do-i-know-if-my-server-is-compatible-with-magento...

- How To Setup A Magento System In A 1and1 Vps Server 2 - Updating The Default 1and1 Php Image Installed
For this you must have a root access to your database There is a built it script to test your system whether it is ready for magento deployment or not, you can download it here: http://www.magentocommerce.com/knowledge-base/entry/how-do-i-know-if-my-server-is-compatible-with-magento...

- Unable To Load Mcryt, Pdo, Curl In Windows Apache Server
I encountered this errors in setting up a Magento store and playing I've found the solutions and now I'm sharing it In your php.ini file (could be in apache/bin or php installation folder - depending on your installation). Uncomment the following...



Tech-Today








.