
Originally Posted by
MyCoolHats
I had this exact thing happen to me and I am so mad. I tried to follow your instructions, but can you show me exactly what you did. I tried inserting the , 'General' as you instructed, but I still cannot login to my admin. I know that add on FEC is to blame and I need some help fixing it. Any advise would be fantastic. Thank you!
Actually I figured it out, I was just putting them in the wrong space. Your suggestion does work. For an example, I started the editing on line 41 of the ty tracker files/install_files/YOUR_ADMIN/includes/init_includes/init_typt_config.php. I added , 'General' at the very end of the line but before )";
PHP Code:
$sql = "INSERT INTO ".DB_PREFIX."configuration VALUES (NULL, 'Package Tracking - Carrier 1 Status', 'CARRIER_STATUS_1', 'True', 'Enable Tracking for Carrier 1<br /><br />Set to false if you do NOT want Carrier 1 to be displayed on Admin and Customer page.', '".$typt_configuration_id."', 90, now(), now(), NULL, 'zen_cfg_select_option(array(\'True\', \'False\'), ', 'General')";
$db->Execute($sql);
I am just noting this for any future person who had the same problem. This is all resulting from installing Fast & Easy Checkout module - grrrr.
Bookmarks