RealDealSER Posted March 4, 2011 Share Posted March 4, 2011 i was having major problems with getting prestashop installed as my shopping cart... now i cant log into the backroom/shopping cart.. i had the password sent to me twice since yesterday.. it only allows resend-password every 360 minutes as you guys probably know.so i went into my SQL and tried to figure it out, now im getting these two messages at the bottom of the screen in mySQL.( "!" PRIMARY and INDEX keys should not both be set for column `id_employee`) and( "!" More than one INDEX key was created for column `id_employee`)so now what pff... i still cant log in with the "new" password that was sent to my Email, and to boot the website is locked because someone actually came in and bought a few of the Demo items that were listed when i first setup the shopping cart lol. Link to comment Share on other sites More sharing options...
RealDealSER Posted March 4, 2011 Author Share Posted March 4, 2011 Awsome, did some searching, tried to figure it out myself. and now i got A " 500 Internal Server Error" WooHoo!!!! Link to comment Share on other sites More sharing options...
RealDealSER Posted March 4, 2011 Author Share Posted March 4, 2011 Is this what and how i should be entering this into my SQL ??? Then just hit "GO" ?? Anyone ??UPDATE `ps_employee` SET `passwd` = MD5( 'passwordhere' ) WHERE `ps_employee`.`id_employee` =1; Link to comment Share on other sites More sharing options...
RealDealSER Posted March 4, 2011 Author Share Posted March 4, 2011 READ ABOVE POST PLEASE, BUMP. Link to comment Share on other sites More sharing options...
shoulders Posted March 9, 2011 Share Posted March 9, 2011 i am not a coder etc.. but you should check your php error log.500 usually relates to permissions or faulty syntax in your htaccess file.permmissions should be 644 on files and 755 for folders Link to comment Share on other sites More sharing options...
Recommended Posts