Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Deprecated errors with PHP 7


egutierrez

Recommended Posts

I'm testing my osc 2.3.4 bs site with PHP 7 and I'm finding some deprecated errors as the following ones:
 

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; d_total_revenue has a deprecated constructor in /admin/includes/modules/dashboard/d_total_revenue.php on line 13

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; d_total_customers has a deprecated constructor in /admin/includes/modules/dashboard/d_total_customers.php on line 13

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; d_orders has a deprecated constructor in /admin/includes/modules/dashboard/d_orders.php on line 13
........................etc

Can anyone suggest me any fix for this?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...