While installing v4.1.7 it seems to run through all the steps without a problem. However, when I click on any of the links on the last page of the installation process, it opens to a blank page. I checked my PHP error log and the last line reads: Code: PHP Fatal error: Call to undefined function json_encode() in /var/www/html/amember/library/Am/Controller.php on line 190, referer: http://www.domain.com/amember/setup/index.php?step=5 json.so is installed in the module directory, ini seems to load it. Any ideas how to solve this?
Please ask your webhosing support to enable PHP Json module support. It must be enabled by default, and it was explicitly disabled during PHP build. http://www.php.net/manual/en/json.installation.php
The install of json was ok but when I took a closer look at the /etc/php.d/json.ini file, I noticed that it had Code: "extension=json.so" instead of Code: extension=json.so The quotes were messing everything up. Thanks for the reply.