Tuesday 15 June 2010

php - Laravel 4 using jitimage: it works on locally but gives error on testing server -


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