Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Help with Stuck Paypal Orders?

Help with Stuck Paypal Orders?

Locked

Views: 1,455

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
2 Dec 2006, 11:50 PM
#1
katylouise avatar

katylouise

New Zenner

Join Date:
Sep 2006
Posts:
10
Plugin Contributions:
0

Help with Stuck Paypal Orders?

I installed the stuck paypal orders viewer/pusher from this thread:
http://www.zen-cart.com/forum/showthread.php?t=32302

and it installed ok as far as i can tell, except when i try to click the 'move to orders database' buttons, it takes me to a white page with 'no input file specified.'

anyone have any clue why it's doing that? am i missing something?

thanks in advance! :blink:

3 Dec 2006, 3:43 PM
#2
katylouise avatar

katylouise

New Zenner

Join Date:
Sep 2006
Posts:
10
Plugin Contributions:
0

Re: Help with Stuck Paypal Orders?

please, anyone? i have several orders where i don't know what items were ordered and i hate to contact the customer and ask them, it seems so unprofessional. thanks!! :blink:

3 Dec 2006, 4:03 PM
#3
shelia avatar

shelia

New Zenner

Join Date:
Apr 2006
Posts:
79
Plugin Contributions:
0

Re: Help with Stuck Paypal Orders?

I remember it being a hardcoded url that's the problem.

https://xxxx.com/pushorder.php

Change the url in the address bar to -

https://xxxx.com/yourstore/pushorder.php

I think I made a change in the file - I'll check and get back to you.

3 Dec 2006, 4:08 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Help with Stuck Paypal Orders?

It's hard to know exactly what's causing that. When that error appears, what are the last 20 lines in your server's errorlog?

I'm guessing it might be a path/folder problem ... ?
If your site files are not in /public_html directly, you'll need to add the path of the appropriate subfolder into the /admin/view_stuck_paypal_orders.php file around line 78:

echo "<form action=/pushorder.php method=GET>\n";

/pushorder.php above assumes that the file is located at: /public_html/pushorder.php

3 Dec 2006, 4:09 PM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Help with Stuck Paypal Orders?

See ... Sheila types way faster than I do :cry:

3 Dec 2006, 4:18 PM
#6
shelia avatar

shelia

New Zenner

Join Date:
Apr 2006
Posts:
79
Plugin Contributions:
0

Re: Help with Stuck Paypal Orders?

Also that you have no additional lines or spaces after the pushorders.php file's final ?>

3 Dec 2006, 4:26 PM
#7
katylouise avatar

katylouise

New Zenner

Join Date:
Sep 2006
Posts:
10
Plugin Contributions:
0

Re: Help with Stuck Paypal Orders?

oh, you guys are awesome! thanks so much

i changed the line that dr.byte recommended and i also had to go into pushorder.php and change line 72 to correspond with the correct path.

thanks again!! :D