Guest Posted July 3, 2004 Posted July 3, 2004 Hi, in one of the modules I am installing it says to do this: #################################################################################################### MYSQL Add ################################################################################ #################### INSERT INTO configuration VALUES ('','Allow AutoLogon Cookie','ALLOW_AUTOLOGON','true','Allow registered users to save their login-info into a cookie so they are automatically logged in upon return to the shop.',15,0,'2004-05-11 18:14:50','2004-05-11 15:11:31',NULL,'tep_cfg_select_option(array(\'true\', \'false\'),'); I have phpMyAdmin installed. Does anyone know how I do this in phpMyAdmin?
♥bruyndoncx Posted July 3, 2004 Posted July 3, 2004 1) open phpmyadmin 2) select your oscommerce db (top left dropdown) 3) click on configuration table 4) select SQL tab; 5) remove inital sql text that defaults 6) paste this code 7) click GO Result should say 1 row inserted (near the top of the page) KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
Guest Posted July 3, 2004 Posted July 3, 2004 Hi, Im not sure if they is for my version of phpMyAdmin or not, I followed the instructions by the SQL tab, and this is what I have there: and this:
♥bruyndoncx Posted July 4, 2004 Posted July 4, 2004 You just paste the SQL code in the box below "run SQL query" and click GO KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
Guest Posted July 4, 2004 Posted July 4, 2004 So do I need to paste this EXACT text into that box: INSERT INTO configuration VALUES ('','Allow AutoLogon Cookie','ALLOW_AUTOLOGON','true','Allow registered users to save their login-info into a cookie so they are automatically :D I appreciate your help alot.
♥bruyndoncx Posted July 4, 2004 Posted July 4, 2004 yes the whole thing; starting from INSERT ending with the semi-colon KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
241 Posted July 5, 2004 Posted July 5, 2004 copy and paste this into the sql query window INSERT INTO configuration VALUES ('','Allow AutoLogon Cookie','ALLOW_AUTOLOGON','true','Allow registered users to save their login-info into a cookie so they are automatically logged in upon return to the shop.',15,0,'2004-05-11 18:14:50','2004-05-11 15:11:31',NULL,'tep_cfg_select_option(array(\'true\', \'false\'),'); No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.