End of Support for Joomla 3 - Forum closed
installation issue with 3.0 quick start
- rbingham
- Topic Author
- Visitor
- Thank you received: 0
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
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
by rbingham
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic installation issue with 3.0 quick start
Posted 9 years 2 weeks ago #10465
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.
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.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- rbingham
- Topic Author
- Visitor
- Thank you received: 0
Replied by rbingham on topic installation issue with 3.0 quick start
Posted 9 years 2 weeks ago #10466
i am running on local machine with mamp configuration, will enable -ctype. thanks
Last Edit:9 years 2 weeks ago
by rbingham
Last edit: 9 years 2 weeks ago by rbingham. Reason: mispelled
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates