Osclass Support Forums

Osclass plugin support => Cache Plugin => Topic started by: bgd on February 19, 2023, 08:45:09 AM

Title: strtolower() error
Post by: bgd on February 19, 2023, 08:45:09 AM
Hi,

I have this error:

Got error 'PHP message: PHP Fatal error:  Uncaught TypeError: strtolower(): Argument #1 ($string) must be of type string, array given in  /public_html/oc-content/plugins/cache/functions.php:317\nStack trace:\n#0


line 317 in functions.php and php 8.0

   
Code: [Select]
$output .= @strtolower($n) . '-' . @strtolower($v);

Can be related with cron job?

Any solutions? Thank you.
Title: Re: strtolower() error
Post by: MB Themes on February 24, 2023, 09:18:26 PM
Updated plugin.
Thank you ;)
Title: Re: strtolower() error
Post by: bgd on February 24, 2023, 09:36:19 PM
thank you also