• Resolved Trieu Vy

    (@zztalano1zz)


    Hi Daan,

    I wonder if the CAOS plugin is compatible with PHP 8? Because when I upgrade from PHP 7.4 to PHP 8.0, my website is inaccessible and when I check error_log file, I discover it seems to be related to the CAOS plugin.

    Here is the error_log file that you can check: https://pastebin.com/LYMfj6EN

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    Hi!

    The error that is showing seems to be related to the ctype_upper() function, which is still a part of PHP 8.

    So, does your PHP configuration include the Ctype package? (usually listed under PHP Extensions, in your hosting provider’s configuration panel) It should be enabled by default, but apparently in your case, it isn’t.

    Let me know how it goes!

    Thread Starter Trieu Vy

    (@zztalano1zz)

    Hi there,

    After I enabled the ctype extension, the CAOS plugin seemed to work on my site with PHP 8. Thank you very much.

    Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    Awesome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is CAOS compatible with PHP 8?’ is closed to new replies.