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

Bob Patin bob at patin.com
Wed Dec 4 13:49:10 MST 2013


OK, here’s a weird thing: when I try to CD to the folder that contains php.ini, it tells me that one of the folders (FileMaker Server) doesn’t exist.

Is there a trick for specifying a folder that contains a space?

BP

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20131204/1386219b/attachment.html


More information about the FX.php_List mailing list