Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problems with Ampps

I have installed Impresspages on my local Ampps server. When I proceed to open it, I get error message:

Error

Fatal error: Call to undefined function Ip\ctype_digit() in /Applications/AMPPS/www/impresspage/Ip/Dispatcher.php on line 197

Here is line 197 from Dispatcher.php:

if (ctype_digit($priority)) {

How could I solve this?

like image 448
Gotita Avatar asked Jul 21 '14 14:07

Gotita


1 Answers

  1. Open the AMMPS Application
  2. Stop Apache
  3. Goto PHP tab
  4. Open PHP Extension window by clicking
  5. Tick ctype.so and apply
  6. Start Apache
  7. You are done!
like image 71
Pramodya Abeysinghe Avatar answered Sep 24 '22 12:09

Pramodya Abeysinghe