If you want to move your installation form directory to top domain or one domain to another , you need to follow this setps. 1) Delete the content of the folder /var 2) Change the values of the file /app/etc/local.xml There you can find your connection string data (database user, host and name). 3) Once [...]
Go to Magento admin uder CMS > Static Blocks > Add New Block > Insert Block Title, Identifier (for example:block-id), set Status to Enabled, insert block Content and Save Block.
If you want to put your static block in left column open file /app/design/frontend/your_theme/your_theme/template/callouts/left_col.phtml and insert code below where you want the static block to apear:
Using select, insert, delete and update the record in magento site is very easy.
Following functions are helpful in magento site for database queries. You can also use this function outside magento environment with the help pf include “Mage.php” file form “app” folder like.
Before few days ago I was trying to make my client website newsletter subscription using ajax. I was searching a lot on web but did not get any good solution.
After all than i decided to code it my own way.Lets get start
Here is a known error which can occur when installing Magento:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: XXXXXXXXXXXXXXX
There are two main reasons why you may get this error.
Some time we face the 503 error in Magento website. Reason behind it is Magento Downloader. If you will check Magento Downloader you will get a option to unable or disable the maintenance mode.
There is an actual problem with the server, resulting in the 503 error response. In this case, you should contact your hosting provider.
The long and short of the fix is that apparently the newer Magento version is implementing some security check to make sure that the domain is a valid one that is accessing the admin page; a valid domain name or host consists of one with a period in the host name, so if you are installing locally using something like http://localhost, YOU WILL RUN INTO THIS PROBLEM! There are a couple ways to fix this