Shipping modules error

Ask the community for help and support.
Post Reply
LeeFoster
VIP Member
VIP Member
Posts: 228
Joined: Sun Feb 28, 2021 9:41 pm
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
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 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
VIP Member
VIP Member
Posts: 228
Joined: Sun Feb 28, 2021 9:41 pm
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
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Has thanked: 84 times
Been thanked: 147 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
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
LeeFoster
VIP Member
VIP Member
Posts: 228
Joined: Sun Feb 28, 2021 9:41 pm
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.
Post Reply