Home arrow All Articles & News
All Articles & News
Fix for Magento Admin Login problem PDF Print E-mail
Saturday, 28 January 2012
There are many compains about Magento administrator login problems. Even though correct admin username and password are supplied, the login page stays the same for some 10 minutes, then a 500 server error is displayed. Here we publish the full solution to the problem.
Last Updated ( Saturday, 28 January 2012 )
Read more...
 
Zen Cart 1.3.9h Admin Login Problem "There was a security error when trying to login" PDF Print E-mail
Saturday, 14 January 2012

There is a number of suggestions can be found on the web for Zen cart login problem "There was a security error when trying to login".

We also had this problem with Zen Cart V1.3.9h.

After a working Zen Cart website was copied to another account, login to the admin area stopped working. Even though the account was on the same phisycal server with supposedley the same configiration.

However none of the suggested solution worked or were not applicable to Zen Cart 13.9h.

Finally admin login started working after we changed this line in admin Configure.php:

define('STORE_SESSIONS', '');

to:

define('STORE_SESSIONS', 'db');

 

Last Updated ( Saturday, 14 January 2012 )
 
Stop Displaying Quiz and Application Notification Messages on Facebook Wall PDF Print E-mail
Wednesday, 14 October 2009
This greasemonkey script removes all messages posted by applications to your Facebook homepage. It gets rid of messages about quizes etc, basically all messages from any applications created by external developers. Just leaving messages from the original facebook apps such as status updates, wall posts, links, notes, photos, etc behind.
Read more...
 
Outsourcing Companies June 2009 PDF Print E-mail
Thursday, 18 June 2009

Graphic Design

 

http://www.colorgraphicz.com

 

http://www.logotrak.com

 

http://www.dhimant.net

 

http://www.roytechsolutions.com

 

http://www.logolordz.com

 

http://www.bannerjunky.com

 

http://www.jesome.com

 

Joomla

 

http://www.joomtech.co.cc

 

http://www.nextnet.com.ar

 

Programming

 

http://www.indianelite.com/ ISO 9000:2001 certified web designing and ecommerce programming firm from India. Specialize in LAMP (Linux Apache Mysql PHP) programming and web application development.

 

Last Updated ( Thursday, 18 June 2009 )
 
Joomla 1.5 UTF and MySQL PDF Print E-mail
Saturday, 06 June 2009

Joomla 1.5 comes with UTF character set. Howver MySQL database might get installed with latin1_swedish_ci collation.

 

This may casue probles with displaying non latin characters, for example cyrillic.

 

In order to make Joomla work properly,  one needs to set in phpMyAdmin MySQL connection collation: UTF-8 Unicode (utf8)

 


and also to runthe following SQL query for each table:

 

ALTER TABLE your_table_name CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

 

Do not forget to back the database if it already has data.

 
<< Start < Prev 1 2 3 4 5 6 Next > End >>

Results 1 - 9 of 46