I am getting the following error when using quick start to install :
Fatal error: Call to undefined function ctype_alpha() in /Applications/AMPPS/www/Scene/libraries/rokcommon/RokCommon/Service/Container/Loader/File.php on line 90
I have verified that the File.php is indeed there. Any help is appreciated
Hi there,
are you working on local machine or a live Server with Linux or IIS installed?
It seems ctype is not loaded. Just add --enable-ctype to the bottom of the php.ini file and then it should work.
I think your host is using a very unusually minimal PHP configuration. Looking at your phpinfo(), I would guess that if --disable-all is used in the configuration,
--enable-ctype also needs to be supplied. There may be other parts of core PHP that are also missing.