Admin->Tools->Server Info general.php line 80 error for CRE Loaded
Category: Credit Modules
Note: Attached Same as Description
Problem: Admin->Tools->Server Info "general.php line 80 error"
thanks to Standa David ... Fix found within
http://svn.CRE Loaded.com/jira/browse/OSC-991
add add this function to class osC_Database_mysqli in file: /includes/classes/database/mysqli.php
function returnVersion() {
return mysqli_get_server_info($this->link);
}
and then change
function osc_get_system_information() in file: /admin/includes/functions/general.php
Changed line 80 to
'db_version' => 'MySQL ' . (function_exists('mysql_get_server_info') ? $osC_Database->returnVersion() : ''),
This contribution has been found on osCommerce website, but you can ask us how much would it cost to get it working with CRE Loaded
Categories
Customers says
...They did the complete setup, install, and modifications that we needed and got it all done in a day! We were up and running and got our first sale 2 days later. We are very happy with them and would recommend them to anyone that needs help with CRE Loaded, PHP or MySQL.
Jarrod Smith, United States
Read all testimonials
Read all testimonials

