[FX.php List] [OFF] MPDF geeking after a server config file rebuild

Steve Winter steve at bluecrocodile.co.nz
Wed Dec 4 13:49:03 MST 2013


Hey Bob

If it's a Mac server then it can't be done through php.ini

Check first to see if the module is enabled - create a phpinfo() page and look at the top to see if it's included;


But rather than just guessing what the issue is why not enable error reporting and see what it says...?

Cheers
Steve




> Hey,
> 
> It’s a Mac server; does that matter (I’m thinking not)…
> 
> I’ll see if I can find that string in pico…
> 
> Thanks,
> 
> Bob
> 
> On Dec 4, 2013, at 2:40 PM, Steve Winter <steve at bluecrocodile.co.nz> wrote:
> 
>> Hey Bob
>> 
>> Yes it's a PHP setting - you need to enable that module...
>> 
>> In your php.ini you'll see something like:
>> 
>> <snip>
>> ;extension=php_interbase.dll
>> ;extension=php_ldap.dll
>> ;extension=php_mbstring.dll
>> ;extension=php_exif.dll      ; Must be after mbstring as it depends on it
>> ;extension=php_mysql.dll
>> ;extension=php_mysqli.dll
>> <snip>
>> 
>> remove the ; from in front of 
>> 	extension=php_mbstring.dll
>> 
>> then cycle IIS (assuming this is a Windows server) to get it to pick up the change...
>> 
>> Check that it's enabled by putting 
>> 	phpinfo();
>> into a page and seeing that it's there
>> 
>> Cheers
>> Steve
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list

Steve Winter
+44 777 852 4776
steve at bluecrocodile.co.nz




-------------- next part --------------
Skipped content of type multipart/related


More information about the FX.php_List mailing list