Upgrade from 5.7.4.2 to 5.7.5.1 - Adding links throws a PHP error.

Permalink
I upgraded a small portfollio site of mine this eve, and went to change a couple of links that already existed on the site and got this:

It's also happening when I put a page into edit mode that has a page list on it.

PHP Startup: Unable to load dynamic library '/usr/local/lsws/lsphp5433/lib/php/extensions/no-debug-non-zts-20100525/fileinfo.so' - /usr/local/lsws/lsphp5433/lib/php/extensions/no-debug-non-zts-20100525/fileinfo.so: cannot open shared object file: No such file or directory


Any thoughts? Seems random, but persistant.

juddc
 
mesuva replied on at Permalink Reply
mesuva
I believe you'll need to enable the fileinfo PHP module on your server - you'll need to talk to your hosting.

I was under the impression that fileinfo was removed as a requirement from 5.7, but maybe it's snuck back in for some reason.
juddc replied on at Permalink Reply 1 Attachment
juddc
It's already enabled (see attached). Any other ideas? I've got the error on the forward-facing site and the theme isn't loading properly...
mesuva replied on at Permalink Reply
mesuva
Still seems like a server config issue.

Very strange it's showing up in phpinfo, but as you've said it appears random, so maybe sometimes it can load it and sometimes it can't.

I'd suggest seeing if you can change the PHP version, try php5.5 if its available.
Otherwise I think you'll need to get your host to investigate, it's very much a PHP config thing.
juddc replied on at Permalink Reply
juddc
The PHP version is referenced in the .htaccess file, it seems. I had an errant space in there which looks like it may be the culprit...