I've been getting this error on my new web host, for some gantry sites (not sure yet if all):[23-Jul-2013 10:40:50 America/New_York] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/json.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/json.so: cannot open shared object file: No such file or directory in Unknown on line 0
My hosts response:Hi Vicky,
The json extension in PHP is compiled in, meaning that a separate module doesn't need to be loaded for json functionality to work.
It looks like the site's code for aahirs2 and usrha2 is trying to load the json module, which is causing the error to show up.
for usrha2, it is in:
./libraries/gantry/core/gantryjson.class.php line 22
for aahirs2, it is in:
./components/com_gantry/core/gantryjson.class.php line 23
usrha2 is a J 2.5 install running latest version of Gantry (4.1.12)
aahirs2 is a J 1.5 install running latest version of Gantry (4.1.12)
BUT - these error messages also present on earlier Gantry versions.
Server is running PHP 5.3.24
Server Version: Apache/2.2.24 (Unix)
Can you help clarify and explain what do I need to do to prevent these error messages? My current web hosts are very helpful and can provide any assistance I need, also more info if needed.
Thanks in advance, Vicky