Page 1 of 1

Shipping modules error

Posted: Sun Apr 25, 2021 12:57 pm
by LeeFoster
Afternoon,

I am seeing this error when looking at shipping modules, anyone else have/had this issue?
Fatal error: Class flat contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (abstract_zoneable_module::update_status) in C:\xampp\htdocs\360v3\includes\modules\shipping\flat.php on line 13

Re: Shipping modules error

Posted: Sun Apr 25, 2021 7:51 pm
by ecartz
Have you changed flat or abstract_shipping_module? Because abstract_shipping_modules overrides update_status at https://github.com/CE-PhoenixCart/Phoen ... le.php#L26

Re: Shipping modules error

Posted: Mon Apr 26, 2021 5:55 am
by LeeFoster
ecartz wrote: Sun Apr 25, 2021 7:51 pm Have you changed flat or abstract_shipping_module? Because abstract_shipping_modules overrides update_status at https://github.com/CE-PhoenixCart/Phoen ... le.php#L26
Nope, not changed either of them.

Re: Shipping modules error

Posted: Mon Apr 26, 2021 6:00 am
by zipurman
I also received the following error when visiting your site for the first time:

Deprecated: The tep_session_is_registered function has been deprecated. in /customers/2/b/b/360wargaming.com/httpd.www/includes/functions/sessions.php on line 108

I'd recommend using this mod to help find the problem of what files have been altered from a clean core:
app.php/addons/free_addon/core_compare_tool/

Re: Shipping modules error

Posted: Mon Apr 26, 2021 6:07 am
by LeeFoster
zipurman wrote: Mon Apr 26, 2021 6:00 am I also received the following error when visiting your site for the first time:

Deprecated: The tep_session_is_registered function has been deprecated. in /customers/2/b/b/360wargaming.com/httpd.www/includes/functions/sessions.php on line 108

I'd recommend using this mod to help find the problem of what files have been altered from a clean core:
app.php/addons/free_addon/core_compare_tool/
Thanks, I'm actually in the process of fixing these errors.