Why did this link suddenly break?

eee291

100 kW
Joined
Nov 5, 2015
Messages
1,580
Location
Burgenland
It just gives me a black page with some text:

<?php

$phpVersion = phpversion();
if (version_compare($phpVersion, '7.0.0', '<'))
{
die("PHP 7.0.0 or newer is required. $phpVersion does not meet this requirement. Please ask your host to upgrade PHP.");
}

$dir = __DIR__;
require($dir . '/src/XF.php');

XF::start($dir);

if (\XF::requestUrlMatchesApi())
{
\XF::runApp('XF\Api\App');
}
else
{
\XF::runApp('XF\Pub\App');
}
 
I have no problem loading it.
We were doing some major server surgery last morning. It temporarily broke everything. Give it a retry!
 
Last edited:
I've got a newer android and i can click on it with no problem..
It's quite possible your mobile phone cached the broken page yesterday when we were doing surgery.

CHEAP NEW ORIGINAL 18650 21700 BATTERY CELLS, POUCHES AND PACKS

Try clicking this link to page 2 of the thread on your mobile, curious to see what happens.
 
It works but it takes me to the second page,
I cleared cookies for this site logged in again but the issue still persists with the first link.

Edit: it works fine now.
I had to clear cache in the chrome app. For some reason clicking the link from my favorites and this post gave me that error screen, but pasting the link in to the search bar worked.
 
Yeah, caching issue :)
I intentionally gave you a link to the second page to help rule out the cache issue.

Glad it was easy to fix!

Do let me know if you see it again after the cache flush!
 
Ya welcome. Want to make sure ES has an easy going time with at least the technological parts of the forum (y)
 
Back
Top