Hi folks
Need some help here. I'm very close to finishing setting up my site, and we are scheduling to launch tomorrow....however, I've come across a problem, and I'm not sure where to go.
I've been testing out the payment systems, and Paypal seems to be working fine.
Now I'm trying to test out the order processing side of things in the backend, and am clicking on: Admin ---> Customers ---> Orders, which I can see fine. However, when I click on the "E" for edit, I get only a blank page.
I followed Dr.Byte's instructions for debugging, and came up with this code (domain name changed for privacy reasons, as well as admin folder, which is actually not named "admin"):
Going on this code, I checked the files:[30-Oct-2009 01:08:37] PHP Warning: include(includes/classes/order.php) [function.include]: failed to open stream: No such file or directory in /var/www/vhosts/mysite.com/httpdocs/admin/orders.php on line 15
[30-Oct-2009 01:08:37] PHP Warning: include(includes/classes/order.php) [function.include]: failed to open stream: No such file or directory in /var/www/vhosts/mysite.com/httpdocs/admin/orders.php on line 15
[30-Oct-2009 01:08:37] PHP Warning: include() [function.include]: Failed opening 'includes/classes/order.php' for inclusion (include_path='.:') in /var/www/vhosts/mysite.com/httpdocs/admin/orders.php on line 15
[30-Oct-2009 01:08:37] PHP Fatal error: Class 'order' not found in /var/www/vhosts/mysite.com/httpdocs/admin/orders.php on line 881
/admin/orders.php
/includes/classes/order.php
and found that it had been overwritten when I tried installing Fast and Easy checkout mod (which I have decided not to use). So I replaced them with the original files (after compairing the two files with Beyond Compare), but I'm still getting these errors and the blank page.
In any case, lines 15 and 881 read:
andPHP Code:include(DIR_WS_CLASSES . 'order.php');
I'm not a programmer by any stretch of the imagination, but that seems to look ok. Could someone please help me and point me in the right direction please?!PHP Code:$order = new order($oInfo->orders_id);
![]()


Reply With Quote


