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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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