Zen Cart Logo
Forums / General Questions / ok.. why am i getting this error message?

ok.. why am i getting this error message?

Locked

Views: 831

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
27 Apr 2009, 7:17 PM
#1
mikenandrea avatar

mikenandrea

New Zenner

Join Date:
Jan 2007
Posts:
54
Plugin Contributions:
0

ok.. why am i getting this error message?

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);
27 Apr 2009, 8:05 PM
#2
mikenandrea avatar

mikenandrea

New Zenner

Join Date:
Jan 2007
Posts:
54
Plugin Contributions:
0

Re: ok.. why am i getting this error message?

Anyone? You guys are usually so quick to respond. Exactly why I love this forum!!

27 Apr 2009, 8:14 PM
#3
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: ok.. why am i getting this error message?

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.

27 Apr 2009, 8:51 PM
#4
mikenandrea avatar

mikenandrea

New Zenner

Join Date:
Jan 2007
Posts:
54
Plugin Contributions:
0

Re: ok.. why am i getting this error message?

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?

27 Apr 2009, 8:57 PM
#5
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: ok.. why am i getting this error message?

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 />';
}
?>

27 Apr 2009, 9:43 PM
#6
mikenandrea avatar

mikenandrea

New Zenner

Join Date:
Jan 2007
Posts:
54
Plugin Contributions:
0

Re: ok.. why am i getting this error message?

ok.. I reinstalled the entire admin folder and it seems to be fixed? Not sure what didnt get installed the first time..

27 Apr 2009, 9:46 PM
#7
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: ok.. why am i getting this error message?

it could have been FTP error in uploading . it happens. :smile: