Jump to content

[SOLVED] Changing Order Statuses Causes Blank Page in 1.3.1


Recommended Posts

Searched forums all day and can't find anything similar to this. Just wondering if anyone else has encountered this problem, or if they have an idea/solution.

When attempting to change the order status to "Canceled", "Delivered" or "Payment Accepted" on the order page, the BO reloads with nothing but tabs showing with blank space below. The status of the order does not change.

I need "delivered" to work with a module I'm working on integrating, but my install of 1.3 did this from the start.

Any way to manually change the status in the DB? Any ideas would be truly appreciated!

Link to comment
Share on other sites

Should have thought of that before posting, but I have a blonde moment (or two) every now and then! Evidently it is the module I'm working on after all:

Warning: include(/home/equigift/public_html/modules/affiliatesforall�xmlrpcphp�) [function.include]: failed to open stream: No such file or directory in /home/equigift/public_html/modules/affiliatesforall/affiliatesforall.php on line 15

Warning: include() [function.include]: Failed opening '/home/equigift/public_html/modules/affiliatesforall�xmlrpcphp�' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/equigift/public_html/modules/affiliatesforall/affiliatesforall.php on line 15

Warning: require_once(/home/equigift/public_html/config/../classes/xmlrpcval.php) [function.require-once]: failed to open stream: No such file or directory in /home/equigift/public_html/config/config.inc.php on line 18

Fatal error: require_once() [function.require]: Failed opening required '/home/equigift/public_html/config/../classes/xmlrpcval.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/equigift/public_html/config/config.inc.php on line 18



After adding this: include(dirname(__FILE__).’xmlrpc.php’); to the affiliatesforall.php file in place of the original: require_once('xmlrpc.php'); which made the modules tab go blank.

Looks like I'm a little further away from figuring this out than I thought - thanks so much for your help! I'll post it on the AFA thread to see if anyone there has found a fix.

Link to comment
Share on other sites

  • 3 months later...

Change:

include(dirname(__FILE__).'/xmlrpc.php'); 



to

include($_SERVER["DOCUMENT_ROOT"].'/modules/affiliatesforall/xmlrpc.php');




This will resolve the problem with updating the order to payment accepted.

I'm still working on confirming everything else works. I can see that this does work and the order is saved in the affiliatesforall database.

When I log into my affiliate acct I can see the orders if I search orders and the commission is calculated... the only problem is that the both the affiliate and the admin are showing no commissions under the totals screen.

Shannon

Link to comment
Share on other sites

  • 5 months later...

hi, for me - PS 1.3.7 this working almost completely,
when i make new order with affiliate cookie, i see new row in ps_affiliates_cart sql table,
but when changing status to shipped and delivered, have no changes in sql table ps_affiliates.

Also no changes in affiliate system, still zero comission.

Anyone solved this?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...