PHP Notice - A non well formed numeric value encountered in themeoptions.php
Posted: Fri Aug 09, 2024 6:49 am
Hi.
I am running 3.0.3.8. I bought a custom template some time ago. Unfortunately, the developer has deleted his account from Opencart, so I cannot get any support from him.
In my error journal I get the following notice:
PHP Notice: A non well formed numeric value encountered in /system/library/themeoptions.php on line 727
The code from themeoptions.php:
public function date($date, $time) {
return date($date, $time);
}
Line 727 = return date($date, $time);
Could somebody suggest how to resove this?
I am running 3.0.3.8. I bought a custom template some time ago. Unfortunately, the developer has deleted his account from Opencart, so I cannot get any support from him.
In my error journal I get the following notice:
PHP Notice: A non well formed numeric value encountered in /system/library/themeoptions.php on line 727
The code from themeoptions.php:
public function date($date, $time) {
return date($date, $time);
}
Line 727 = return date($date, $time);
Could somebody suggest how to resove this?