11

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?

Vijayaragavendran
  • 726
  • 1
  • 10
  • 21
Gotita
  • 111
  • 1
  • 3

2 Answers2

16

Enable PHP Extension ctype from AMPPS Application -> PHP Tab -> PHP Extension.

Jigar
  • 3,256
  • 1
  • 30
  • 51
2
  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!
gre_gor
  • 6,669
  • 9
  • 47
  • 52
Pramodya Abeysinghe
  • 1,098
  • 17
  • 13