You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying out the sacy plugin on our environment (PHP 5.3). I ran the build.php with bundled CSS and Javascript minification. What's strange is that it's creating the fragments directory correctly, but it's neither writing any compiled assets into the directory or changing the HTML markup in any way. I am seeing the following errors in the apache error log:
[Fri Nov 16 21:05:08 2012] [error] PHP Notice: Uninitialized string offset: 0 in /home/chrisg/projects/admin/lib/thirdparty/smarty/plugins/block.asset_compile.php on line 49
[Fri Nov 16 21:05:08 2012] [error] PHP Notice: Undefined offset: 0 in /home/chrisg/projects/admin/lib/thirdparty/smarty/plugins/block.asset_compile.php on line 71
[Fri Nov 16 21:05:08 2012] [error] PHP Notice: Undefined variable: res in /home/chrisg/projects/admin/lib/thirdparty/smarty/plugins/block.asset_compile.php on line 120
But that's it in terms of errors. What's the best way to go about debugging this?
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, we're using the latest HEAD. We're still working through some of the issues and trying to debug. Out of curiosity (I'm a bit of a PHP / Phar newbie), is there a way to compile block_asset_compile.php without the signature checking? That would make it a bit easier to debug.
Hi-
We're trying out the sacy plugin on our environment (PHP 5.3). I ran the build.php with bundled CSS and Javascript minification. What's strange is that it's creating the fragments directory correctly, but it's neither writing any compiled assets into the directory or changing the HTML markup in any way. I am seeing the following errors in the apache error log:
But that's it in terms of errors. What's the best way to go about debugging this?
Thanks!
The text was updated successfully, but these errors were encountered: