Fatal error: Class 'order' not found in /home/daisydot/public_html/shop/admin/orders.php on line 315
I am not sure what is going on.. Here is what is on line 315:
$order = new order($oID);
Fatal error: Class 'order' not found in /home/daisydot/public_html/shop/admin/orders.php on line 315
I am not sure what is going on.. Here is what is on line 315:
$order = new order($oID);
Anyone? You guys are usually so quick to respond. Exactly why I love this forum!!
Is it a new install? have you installed anything new recently?
If you give more information - forum members may be able to give clearer answers.
~Steve~
Yes, it was a new install.. Is there something that may not have been installed properly that is causing this? Some file missing or something I need to overwrite?
you may want to re upload orders.php ..
my line 315 shows this code on zc 1.38
if ((isset($_GET['search_orders_products']) && zen_not_null($_GET['search_orders_products'])) or $_GET['cID'] !='') {
echo '<a href="' . zen_href_link(FILENAME_ORDERS, '', 'NONSSL') . '">' . zen_image_button('button_reset.gif', IMAGE_RESET) . '</a><br />';
}
?>
ok.. I reinstalled the entire admin folder and it seems to be fixed? Not sure what didnt get installed the first time..