Hey Zoints I have found a bug while debugging Zoints Tags and requesting Tags:
There is always a 404error on the file cron.php, for exemple I click a tag:
http://<website>/forums/tags/news/
then when the page loads it try to request
http://<website>/forums/tags/news/cron.php?rand=66755 (wich produce the 404 error)
To note that I'm using the modrewrite option , I have tested of course with the by default system and I get always a 404 error but cron is called from /tags/ this time, I bet cron.php must be called on the forum root and not the tag root.
//note: If I go back to the standard write index.php?tag= and delete the .htacess rule, works fine cron.php is correctly called
|