PHP 7.3 vs 7.4?? PHP 7.3 vs 7.4??
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

PHP 7.3 vs 7.4??

Started by mgh, January 02, 2021, 03:53:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mgh

Hello
I have 1.6.09 on my site and PHP 7.3, works fine
But if I choose 7.4, it fails when I go in to album level, so first page and category works fine

I got this debug mess:
Uncaught Error: Call to undefined function ctype_alpha()   /wp/pics/include/inspekt.php on line 478 and that is :        return ctype_alpha($value); 

So what is the diffrence between thees two version when one works and one doesn't ?

Why I asking this are that I have a genealogypage also on my site and only works with PHP 7.4

ron4mac

The Ctype extension needs to be enabled in your PHP 7.4
If hosting, ask your hoster to enable it.

mgh

Aha, ok
Thanks

I have been in contact with them now and the supportteam are working on it to solve it