You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: When installed on PHP7 ultimateseo throws error,
( ! ) Fatal error: Uncaught Error: Call to undefined function
mysql_list_fields() in
G:\UniServerZ\www\Loaded_Commerce_B2B53\includes\modules\addons\ultimateseo.
php on line 56
( ! ) Error: Call to undefined function mysql_list_fields() in
G:\UniServerZ\www\Loaded_Commerce_B2B53\includes\modules\addons\ultimateseo.
php on line 56
PHP 7 has mysql_list_fields() function depreciated, need to update the function of the module.
Issue: When installed on PHP7 ultimateseo throws error,
( ! ) Fatal error: Uncaught Error: Call to undefined function
mysql_list_fields() in
G:\UniServerZ\www\Loaded_Commerce_B2B53\includes\modules\addons\ultimateseo.
php on line 56
( ! ) Error: Call to undefined function mysql_list_fields() in
G:\UniServerZ\www\Loaded_Commerce_B2B53\includes\modules\addons\ultimateseo.
php on line 56
PHP 7 has mysql_list_fields() function depreciated, need to update the function of the module.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: