Forums / Managing Customers and Orders / Order Edit Fatal Error PLEASE HELP

Order Edit Fatal Error PLEASE HELP

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 Feb 2010, 03:39
#1
mr_xerox avatar

mr_xerox

New Zenner

Join Date:
May 2009
Posts:
12
Plugin Contributions:
0

Order Edit Fatal Error PLEASE HELP

Zen Cart 1.3.8a
Patch: 1::
Database Patch Level: 1.3.8

Hi please i have an issue...

if i am in orders and click "edit" (i am trying to change the status from "processing") i get this error:

----------------------------------------

Warning: require(/home/craverep/public_html/includes/languages/english/modules/payment/gspay.php) [function.require]: failed to open stream: No such file or directory in /home/craverep/public_html/0ff$_666/orders.php on line 341

Fatal error: require() [function.require]: Failed opening required '/home/craverep/public_html/includes/languages/english/modules/payment/gspay.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/craverep/public_html/0ff$_666/orders.php on line 341

----------------------------------------


Any ideas?
27 Feb 2010, 11:05
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: Order Edit Fatal Error PLEASE HELP

Sorry, I can't help with your error message, but it looks like you just posted your new admin directory name - if so, you might want to change that.
27 Feb 2010, 12:32
#3
mr_xerox avatar

mr_xerox

New Zenner

Join Date:
May 2009
Posts:
12
Plugin Contributions:
0

Re: Order Edit Fatal Error PLEASE HELP

thanks for the heads up, but i manually edited my admin directory path after i copy and pasted the error message. So thats not my real admin directory. Thanks tho...

any other takers?
27 Feb 2010, 23:23
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Order Edit Fatal Error PLEASE HELP

mr.xerox:


Warning: require(/home/craverep/public_html/includes/languages/english/modules/payment/gspay.php) [function.require]: failed to open stream: No such file or directory

The error message is quite clear: the /includes/languages/english/modules/payment/gspay.php file is missing.

That's most likely because you have a gspay.php file in your /includes/modules/payment folder but not in the language folder, as shown by the error message. Payment modules work in pairs. If you have one of the 2 files, you need the other. So, either add the missing file, or delete the other one.