thanks, I’ll check that out.
Do you only have that error on that specific line Eric, or also on other ones?
Ah, but the line you pasted is from autoptimizeScripts.php, but autoptimizeStyles.php, which the warning mentions, has this:
$type=end(explode('.',$path));
can you change that into
$explA=explode('.',$path);
$type=end($explA);
and check if that silences that strict warning?
frank
Okay, made the update. I’ll take a look tomorrow and see if it fixed the error I was getting in my debug file.
Looks like that did it. I’m not seeing that warning anymore wit the addition.
Great, I’ll include this small fix in the next version.
Awesome, happy to help and see such a responsive developer! Thanks.
Afternoon Eric;
I just pushed out a first test-version of AO 1.9.x, including the fix for the PHP notice you found. It would be great if you could download and give it a spin and report any issues here?
thanks,
frank
Hi Frank, on the road this without easy access to see the error logs and such. I’ll load it in if I get a chance.