Shipping modules error

Open to all! Ask other shopowners for help.
Post Reply
LeeFoster
Contributor
Posts: 263
Joined: Sun Feb 28, 2021 9:41 pm
Phoenix Version: v1.0.8.20
Has thanked: 1 time
Been thanked: 5 times

Shipping modules error

Post 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


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: Shipping modules error

Post 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
LeeFoster
Contributor
Posts: 263
Joined: Sun Feb 28, 2021 9:41 pm
Phoenix Version: v1.0.8.20
Has thanked: 1 time
Been thanked: 5 times

Re: Shipping modules error

Post 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.
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Re: Shipping modules error

Post 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/
zipurman
-----------
LeeFoster
Contributor
Posts: 263
Joined: Sun Feb 28, 2021 9:41 pm
Phoenix Version: v1.0.8.20
Has thanked: 1 time
Been thanked: 5 times

Re: Shipping modules error

Post 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.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply