 joseph Registered User |
Quote
|
2025-05-28 00:18:56 |
|
My webhost, DreamHost, has PHP 8.3.14 running on my host. My PHP-based pages, a contact form and a site search using the Rocketcake tools, no longer run with "currently unable to handle this request. HTTP ERROR 500" error page showing instead of the PHP page from my site.
Is there an easy answer to this problem, or do I need to get out my shovel?
|
 niko Moderator |
Quote
|
2025-05-28 07:16:19 |
|
Sounds like something is going wrong on your PHP then - but with that description alone it's difficult to say what exactly.
Usually, there is a PHP error log available on your server - probably you can just download it and look into it - it's a text file. There you should see the exact error PHP writes out.
|
 joseph Registered User |
Quote
|
2025-05-29 00:20:06 |
|
Oddly enough, it was the line where a message is displayed when the user hits the submit button-- the thanksText property in the RocketCake "Contact Form with Anti-Spam" plugin.
I deleted the text from the field and it works now. I have no idea why it worked before and then stopped working.
|
 niko Moderator |
Quote
|
2025-05-29 07:37:16 |
|
Ah, that makes sense. Thanks for letting me know - looks like you probably entered there some unusual characters causing this - I'll see if this can be improved a bit
|