coppermine-gallery.com/forum

Support => cpg1.6.x Support => cpg1.6 miscellaneous => Topic started by: mgh on January 02, 2021, 03:53:32 PM

Title: PHP 7.3 vs 7.4??
Post by: mgh on January 02, 2021, 03:53:32 PM
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
Title: Re: PHP 7.3 vs 7.4??
Post by: ron4mac on January 02, 2021, 09:24:26 PM
The Ctype extension needs to be enabled in your PHP 7.4
If hosting, ask your hoster to enable it.
Title: Re: PHP 7.3 vs 7.4??
Post by: mgh on January 04, 2021, 07:52:23 PM
Aha, ok
Thanks

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