• Hi,

    I updated the version of php on the hosting provider for the wordpress-website. It is now php 8.1 and mysql version appears 8.1 as well when I call phpinfo().

    Client API library version mysqlnd 8.1.28

    But the mysql version on the hosting provider is 5.7, I did not update it yet. Would it be the cause any errors? Since I have an error on the graphql api as 500-internal server error.

    I am handling this issue and I was checking the compatibility of versions and plugins. On this link https://make.www.ads-software.com/hosting/handbook/compatibility/ , it shows that wordpress 6.5 and php 8.1 are compatible with mysql 8.0-8.2 . I am not sure it is the exact cause of the 500 - Internal Server Error or is it something, I should handle regardless of this Internal Server Error.

Viewing 1 replies (of 1 total)
  • The reason for the error 500 should be visible in the error log. You can find it in your hosting area. If necessary, the support of your hosting can help you.

    Alternatively, you could also enable debugging in WordPress. How to do this is described here: https://www.ads-software.com/support/article/debugging-in-wordpress/ – also here the support of your hosting can help you if necessary to edit the file accordingly.

    In both cases you should be able to see what the cause is in the logfile.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.