Excessive wrote:The error is there after I install everything and run wamp. The .dll file is there. Using wamp 2.0c now on windows Vista ultimate, but had the same error in both win7 home premium and win7 ultimate. I had it running on win7 home premium and 2 days ago it stopped working and I just realized the error today and tried different versions of windows, but all have the same error.
Try to modify your PHP config file:
- Code: Select all
extension=php_mbstring.dll
extension=php_exif.dll
So make sure both of them are uncommented (so that theyu have no ; in front of them), and make sure that mbstring comes before the exif lib...