[FX.php List] [OFF] MPDF geeking after a server config file
rebuild
Steve Winter
steve at bluecrocodile.co.nz
Wed Dec 4 13:50:33 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;
<snip>
ot/usr/local' '--with-png-dir=/BinaryCache/apache_mod_php/apache_mod_php-87~65/Root/usr/local' '--enable-gd-native-ttf' '--with-icu-dir=/usr' '--with-ldap=/usr' '--with-ldap-sasl=/usr' '--with-libedit=/usr' '--enable-mbstring' '--enable-mbregex' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--without-pear' '--with-pdo-mysql=mysqlnd' '--with-mysql-sock=/var/mysql/mysql.sock' '--with-readline=/usr' '--enable-shmop' '--with-snmp=/usr' '--enable-soap' '--enable-sockets' '--enable-sqlite-utf8' '--enable-
</snip>
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 --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20131204/1885f551/attachment-0001.html
More information about the FX.php_List
mailing list