Ryangel Posted February 22, 2006 Posted February 22, 2006 :( When i goto Admin > Customers > Orders and click on either "Edit, Invoice, Packing slip, or the order itself" The error of "Fatal error: Cannot instantiate non-existent class:" appears When clicking on Edit: "Fatal error: Cannot instantiate non-existent class: order in /home/web/purpleblood/public_html/catalog/admin/orders.php on line 120" Invoice: "Fatal error: Cannot instantiate non-existent class: order in /home/web/purpleblood/public_html/catalog/admin/invoice.php on line 22" Packing slip: "Fatal error: Cannot instantiate non-existent class: order in /home/web/purpleblood/public_html/catalog/admin/packingslip.php on line 22 " I tried downloading a fresh copy of oscommerce and replacing the php files mentioned but no luck. Anyone have any ideas?
jimmer Posted February 22, 2006 Posted February 22, 2006 :( When i goto Admin > Customers > Orders and click on either "Edit, Invoice, Packing slip, or the order itself" The error of "Fatal error: Cannot instantiate non-existent class:" appears When clicking on Edit: "Fatal error: Cannot instantiate non-existent class: order in /home/web/purpleblood/public_html/catalog/admin/orders.php on line 120" Invoice: "Fatal error: Cannot instantiate non-existent class: order in /home/web/purpleblood/public_html/catalog/admin/invoice.php on line 22" Packing slip: "Fatal error: Cannot instantiate non-existent class: order in /home/web/purpleblood/public_html/catalog/admin/packingslip.php on line 22 " I tried downloading a fresh copy of oscommerce and replacing the php files mentioned but no luck. Anyone have any ideas? Check your register_globals setting in php.ini (or ask your host). You need register_globals on , or you need to install the register_globals contri. Many hosts now have register_global turned off by default (recent versions of php have this off by default as it can be a security risk). Jim
Recommended Posts
Archived
This topic is now archived and is closed to further replies.