I'm using the jitimage package to resize and display images. Everything works fine on my local machine but it gives an error on my test server
You can see the error here:
Error:
preg_match (): compilation failed: nothing to repeat offset 185
Can someone help me understand this error?
Author of jitimage here.
This problem was caused by a positive lookhead, which was unable to compile in the earlier php5.4 versions, and it has been fixed (v0.1.1).
For references
Cheers, Thomas
No comments:
Post a Comment