You must be using an extremely old CMS, since session_is_registered() was removed in PHP 5.4.
I'd recommend finding a different CMS to use instead of using PHP 5.3 or below.
Hansa was not that big, and some of the sellers on there were stupid (who thinks they would need to run an executable before making a listing).
As long as you keep keys safe, pretty hard to be tracked buying/selling on these markets.
Netherlands is a haven for illegal content because providers...
He wouldn't get a 404 if mod_rewrite was not installed.
You are missing rewrite conditions. You coud try, but not guaranteed to work:
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule...
Nevermind, just noticed the timestamps on those logs.
The data string had an incorrect format.
The error seems to indicate an issue with room data it's loading. You sure it's the catalog that's messed up?