Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't log in to Admin section


Redheadskater

Recommended Posts

Posted

So what was the solution? Bert? I did a clean install of 2.3.1 today, everything lit up green and the install was a snap. The catalog works fine, but I can't log into my admin. I've run the following sql on my admin table:

 

<!-- admin recovery hack -->

 

CREATE TABLE IF NOT EXISTS `administrators` (

`id` int(11) NOT NULL auto_increment,

`user_name` varchar(32) NOT NULL,

`user_password` varchar(40) NOT NULL,

PRIMARY KEY (`id`)

) ;

 

INSERT INTO `administrators` (`id`, `user_name`, `user_password`) VALUES

(1, 'adm', '2272bd2219e0bbc353e33f1e774c9d1e:11'); <---- supposedly that's 'pass11' after encryption

 

<!-- END -->

 

I tried it with 6cdd7c57450225fac77427f5962bb726:40 which is supposedly 'pass' after encryption.

 

I have no idea how to trace this as there are no relevant errors reported by my browser dev tools.

 

Help! :'(

Posted

UPDATE: I paid for a template, re-installed from scratch and now I have no problems. Go figure a commercial template will do the job better than a build from the opensource community.

Posted

The (so called) template you bought meant you had to do a full reinstall of oscommerce - that is NOT a template. As you did a full reinstall, your problem no longer exists.

  • 1 year later...
Posted

I am getting this when i log in to my online merchant. I need to be able to login to the ADMIN section and i cannot what do i need to do. I need help ASAP

Thanks!

 

 

This osCommerce Online Merchant Administration Tool installation is not additionally secured through htaccess/htpasswd means.

The following files need to be writable by the web server to enable the htaccess/htpasswd security layer:

  • /home/content/97/7834897/html/manage/.htaccess
  • /home/content/97/7834897/html/manage/.htpasswd_oscommerce

Reload this page to confirm if the correct file permissions have been set.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...