tbela99 / css

A CSS parser and minifier and sourcemap generator written in PHP
Other
14 stars 1 forks source link

when enabled CSS proccess get error #111

Closed aminweb2 closed 2 years ago

aminweb2 commented 2 years ago

when enabled CSS proccess get this error: 0 array_splice(): Argument tbela99/gzip#1 ($array) must be of type array, null given

tbela99 commented 2 years ago

You can get the error details by checking into the website error log file

Thank you.

tbela99 commented 2 years ago

great thank you!

tbela99 commented 2 years ago

this does not appear to be the correct message. It is about a page that does not exist

aminweb2 commented 2 years ago

but not exist others log

tbela99 commented 2 years ago

you are probably not looking at the right place. That error message and the stack trace are not related to the plugin

aminweb2 commented 2 years ago

can you tell me, where will find it? please. J4

tbela99 commented 2 years ago

it depends on your web server configuration If you use apache, you can

aminweb2 commented 2 years ago

Warning: array_splice() expects parameter 1 to be array, null given in /var/www/vhosts/site/doamin/plugins/system/gzip/vendor/tbela99/css/src/TBela/CSS/Element.php on line 466

tbela99 commented 2 years ago

great, thanks I will look into it