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) …
Category Archive: Third party appl.
Oct 03
wordpress temporary url
Most of the time we require a temporary URL to check if site is working properly before updating name server. But suppose you are using wordpress, then temporary url will not work as wordpress is by default meant to work on domain name. If you are on cPanel server then temporary url will be http://ipaddress/~username. …
Sep 10
JAuthentication::_construct: Could not load authentication libraries
Error accessing Joomla Administrators area: JAuthentication::__construct: Could not load authentication libraries Fix: Open PhpMyAdmin >> select database >> select table jos_plugins >> under it select pencil box for Authentication – Joomla >> for published fileld change value to 1 from 0 >> save the settings by selecting go. Now try to login administraror section it should …
Sep 03
Parse error: syntax error, unexpected ‘(‘, expecting ‘)’
On accessing Drupal site I use to get following error: Parse error: syntax error, unexpected ‘(‘, expecting ‘)’ Above error is mainly because of Drupal modules compatibility issue with php4. In this case if you are on php4 server then you will need to run your application on php5 server. If you are on php5 …
Jul 15
wordpress Permalink not working
WordPress Permalink not working enenn through you enabled it from wordpress admin section >> Settings >> Permalinks. On investigating for a long time I found that wordpress requires a rewrite rules to be enabled in .htaccess file for Permalinks to work correctly. Create .htaccess file in the installation directory of wordpress and add following rewrite …

Recent Comments