X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   ShippingEasy Module Error Enabling Module (https://forum.x-cart.com/showthread.php?t=76623)

abbieroad 11-09-2018 06:36 PM

ShippingEasy Module Error Enabling Module
 
I just installed the ShippingEasy Module and it seemed to install correctly.

Upon clicking the box to enable it in the admin, I get an error:

"Error Enabling Module!"

That's it. No other information. Although one other thing I noticed is that I cannot access the General Settings page in admin now (I get a "This page isn't working. HTTP ERROR 500" error.

I assume the issue is related.

I am on Xcart version 4.6.0

Any idea on what might be going on or where to find more information on what the error actually is?

Thanks!

Steve Wood

cflsystems 11-10-2018 06:29 AM

Re: ShippingEasy Module Error Enabling Module
 
You need to take a look at the logs and see if anything shows there. The 500 error is most likely related to some syntax errors in php script(s) modified by the installation you did.

abbieroad 11-10-2018 01:23 PM

Re: ShippingEasy Module Error Enabling Module
 
Thank you, Steve, that helped track down the problem with enabling the module. Per the error logs, it seems that "ShippingEasy needs the Multibyte String PHP extension" After enabling that PHP extension, I was able to enable the module.

However, the problem with the 500 error still exists with the General Settings page and now, after enabling the module, with the Congifuation page of the Module. Both of which call the /admin/configuration.php file.

The error log does show an issue with that file:

PHP Fatal error: Class 'XCEmailFormat' not found in /home/theapron/public_html/admin/configuration.php on line 1474

Line 1474 shows:
$smarty->assign('email_extended_validation_regexp', func_email_validation_regexp(XCEmailFormat::EXTEND ED));

This is indeed a part that was added from the ShippingEasy module.

Of course, it all doesn't mean much to me, because I don't know all of the coding. Does it mean anything to you?

Thanks for the help!

cflsystems 11-10-2018 04:48 PM

Re: ShippingEasy Module Error Enabling Module
 
Try uninstalling the module and them installing it again. It looks to me something was not added properly or at all and XCEmailFormat class is not loaded. If still doesn;t work you can report it as a bug to the developer.

abbieroad 11-10-2018 10:47 PM

Re: ShippingEasy Module Error Enabling Module
 
Thank you...I have uninstalled it and contacted Xcart and the developer of the module is taking a look at it. Thanks for your help!


All times are GMT -8. The time now is 11:19 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.