
Originally Posted by
icecold
Getting this error after installing and trying to access layout_controller from the Admin Tools menu ...
"We are sorry but the page you requested is no longer available, it has been moved or deleted."
Using Zen Cart 1.5.1 completely empty with just another Responsive template from you installed and nothing more, than a few css tweaks I did to the megamenus and added a few web fonts ...
Please note the file is there(under admin) I checked twice!
BTW another issue related to the FORUM is not letting me post using Chrome!!!
Remove this block of code form the admin/includes/installers/dover_fine/1.0.php:
Code:
global $db;
$sql = "SELECT * from " . TABLE_LAYOUT_BOXES . " LIMIT 1";
$result = $db->Execute($sql);
$value = $result->fields['show_box_min_width'];
$type = gettype($value);
if ($type == 'NULL'){
$db->Execute("ALTER TABLE " . TABLE_LAYOUT_BOXES . " ADD show_box_min_width TINYINT( 1 ) NOT NULL DEFAULT '1' AFTER layout_box_status_single;");
}
Thanks,
Anne
Bookmarks