*

bgd

  • ***
  • 33 posts
strtolower() error
« 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.
« Last Edit: February 19, 2023, 05:34:57 PM by bgd »

Marked as best answer by frosticek on February 25, 2023, 01:30:08 PM
*

MB Themes

Re: strtolower() error
« Reply #1 on: February 24, 2023, 09:18:26 PM »
Updated plugin.
Thank you ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bgd

  • ***
  • 33 posts
Re: strtolower() error
« Reply #2 on: February 24, 2023, 09:36:19 PM »
thank you also