Search results for: core

Feb 12

Change magento url

Some times there comes a situation when you need to change magento installation url. Eg: change url from http://yourdomainname.com to http://www.domainname.com   Before you make any changes make sure you have backed up your database. Following are the the easy steps to change it.   1) Access phpmyadmin >> select database >> browse table core_config_data. 2) …

Continue reading »

Mar 29

Disable Core Dumps

Core dump file are taking more disk space. To disable generation of core file you will need root access to server. 1)  ssh the server as root. 2) Edit /etc/init.d/httpd and following under ulimit -n ulimit -c 0 3) Restart httpd service contact@webhostingsupport.info

Mar 29

Error (ERROR_PLATFORM_FAILURE)

I use to receive following error on accessing my photo gallery Error (ERROR_PLATFORM_FAILURE) : * in modules/core/classes/GalleryTemplate.class at line 251 (GalleryCoreApi::error) * in modules/core/classes/GalleryTemplate.class at line 180 (GalleryTemplate::_initCompiledTemplateDir) * in main.php at line 486 (GalleryTemplate::fetch) * in main.php at line 94 * in main.php at line 83 On investigating the issue I found g2data directory …

Continue reading »