PHP is dead on one of my accounts

Website URL

https://mal-stalker.rf.gd/hello.php

Error Message

All PHP document requests return 200 OK with an empty response, even the simple echo "hello world"; in the URL. Not even the HTML portions of the documents are returned.
I’ve enabled displaying PHP errors in the dashboard to no avail. Only media and pure HTML files are retrievable from a browser.

Other Information

I don’t think I’ve made changes since the last time it was working. phpMyAdmin is working though.

Despite its name, PHP myadmin is actually related to the databases for your account, not running PHP scripts on your site.

Any chance you can share a sample of your page code? Because It seems strange that the PHP script would fail but not throw a 500 error.

–edit–
I went and looked again after admins post, and like he said, seems to be working fine now.

5 Likes

Your website seems to be working fine from here. I see “Hello World!” when I try to visit that URL.

7 Likes

I use 1 php file to save changes to a json file and that stopped working today. I didn’t change anything at all and it worked like a charm for weeks.

For me your website hello.php is working with the text “Hello World!”.

It is indeed working again, even though it wasn’t for maybe a solid hour. Any idea why that could’ve happened? I had made sure my IP and browser weren’t the only ones facing the problem.

Were you also facing the same problem or were you getting an error/timeout?

Yeah, I didn’t get any error or timeout message at all. I’ve tested it now and it seems to work again, but once my html form gives way for the php file to do it’s magic and save the changes to the json file, the process takes way longer than before. Atleast it’s working again, for now. I’m glad it’s fixed for you too. Cheers.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.