Edit Orders 4.1.1 Released!
Edit Orders 4.1.1 is now available in the Zen Cart plugin repository.
Important
The process for installation, upgrading, and removal of this module has changed. Make sure to take the time to read the included "readme" before installing, upgrading, or removing this version of "Edit Orders".
Re: Edit Orders 4.1.1 Released!
Hi lhungil
I just install the 4.1.1, and get the error information as follow:
PHP Warning: include_once(includes/modules/shipping/freeoptions.php): failed to open stream: No such file or directory in E:\website\onlinestore\includes\classes\shipping.php on line 68
I had checked that the freeoptions.php exactly was there. Could you help to local the problem?
Thanks
Re: Edit Orders 4.1.1 Released!
where were you in the module and what were you doing when you got the error?
Quote:
Originally Posted by
su35
Hi lhungil
I just install the 4.1.1, and get the error information as follow:
PHP Warning: include_once(includes/modules/shipping/freeoptions.php): failed to open stream: No such file or directory in E:\website\onlinestore\includes\classes\shipping.php on line 68
I had checked that the freeoptions.php exactly was there. Could you help to local the problem?
Thanks
Re: Edit Orders 4.1.1 Released!
Zencart 1.5.1
Super order 4.0.5
Edit order 4.1.1
Admin ->Customers -> order: click edit button ->page fail to load. check the logs ->get the error info from log file
Re: Edit Orders 4.1.1 Released!
Quote:
Originally Posted by
su35
... PHP Warning: include_once(includes/modules/shipping/freeoptions.php): failed to open stream: No such file or directory in E:\website\onlinestore\includes\classes\shipping.php on line 68 ...
The include_once which loads the shipping module is on line #67 of the modified "shipping.php" file included in the distribution zip. The include_once is also lacking DIR_FS_CATALOG. These lead me to suspect you have done some merging of "/includes/classes/shipping.php" by hand... Have you double checked to ensure you correctly merged the necessary changes into this file (or uploaded the modified copy as-is)?
Another possibility is the settings in your admin configure.php contain invalid settings for DIR_FS_CATALOG.
Re: Edit Orders 4.1.1 Released!
Hi lhungil and DivaVocals
Thanks for your reply. As lhungil mentioned, I found a mistake in the shipping.php that made when I merged Edit order with others. thanks again.
Re: Edit Orders 4.1.1 Released!
Hi All
Edit items installed and works fine until you click the update button and I get a error 500 internal server error? any ideas?
Dave
Re: Edit Orders 4.1.1 Released!
Quote:
Originally Posted by
beadingmad
Edit items installed and works fine until you click the update button and I get a error 500 internal server error? any ideas?
Check your webserver's error logs (and post anything found). Note the server error logs are separate from the Zen Cart debug / error logs. The server error logs should help determine the cause.
The usual suspects are something missed during the installation or security settings set by the hosting provider (see this Zen Cart article on HTTP 500).
Re: Edit Orders 4.1.1 Released!
Thanks for the reply
I have checked and are not getting any errors PHP error_log:
--------------------------------------------------------------------------------
No php error_log files found.
Quote:
Originally Posted by
lhungil
Check your
webserver's error logs (and post anything found). Note the server error logs are separate from the Zen Cart debug / error logs. The server error logs should help determine the cause.
The usual suspects are something missed during the installation or security settings set by the hosting provider (see
this Zen Cart article on HTTP 500).
Re: Edit Orders 4.1.1 Released!
You may need to contact your hosting provider to get access to the Web Server Error Logs (these will include the HTTP 500 - Internal Server Error).