Osclass Support Forums

Osclass theme support => Ideas, improvements and tips => Topic started by: crcc on April 15, 2021, 01:55:58 PM

Title: Help...getting error when upgraded
Post by: crcc on April 15, 2021, 01:55:58 PM
getting the fiollowing error...

Parse error: syntax error, unexpected '.' in /home3/crcc/public_html/class/oc-includes/osclass/utils.php on line 1692

Title: Re: Help...getting error when upgraded
Post by: MB Themes on April 15, 2021, 02:32:13 PM
Reupload osclass files.
Title: Re: Help...getting error when upgraded
Post by: crcc on April 15, 2021, 03:13:12 PM
Tried that...also tried downloading from your website and reinstalled and got the say error when I tried to install it.
Title: Re: Help...getting error when upgraded
Post by: MB Themes on April 15, 2021, 03:24:23 PM
@crcc
This is your line:
Code: [Select]
   $files = array_merge([], ...$files);
I think problem can be there, should be:
Code: [Select]
$files = array_merge([], $files);