I haven't even noticed myself until a visitor sent me an email about it. Apparently for the past couple of days the custom templates stopped working. I.e. when you visit silver-pearls.com/index.php...om-toplist&headerfooter=no there should be a Top 100. Instead you see this error: Error: The file templates/default/custom/custom/toplist.tpl does not exist
No idea why the script suddenly tries to find the template in the wrong folder...
Seems to work fine with silver-pearls.com/index.php...php?custom=yes&TID=toplist as well. The behavior is as if it presumes it should start looking in the custom directory, and if not found there looks up a level. The code, however, implies the opposite:
Could it be your file path went wrong? If you're not using scripts.webmastersite.net/w...nks/wsnmanual/articles/277 then slashes can go missing in odd events (server reboots I think) and that breaks pagination, uploads and other stuff.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Custom Templates not working anymore
Forum Regular
Usergroup: Customer
Joined: May 11, 2003
Total Topics: 64
Total Comments: 199
I haven't even noticed myself until a visitor sent me an email about it. Apparently for the past couple of days the custom templates stopped working. I.e. when you visit silver-pearls.com/index.php...om-toplist&headerfooter=no there should be a Top 100. Instead you see this error:
Error: The file templates/default/custom/custom/toplist.tpl does not exist
No idea why the script suddenly tries to find the template in the wrong folder...
BTW, it works fine for templates, which are not in the custom folder, but in the general /default folder (i.e. http://silver-pearls.com/index.php?custom=yes&TID=rules)
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Seems to work fine with silver-pearls.com/index.php...php?custom=yes&TID=toplist as well. The behavior is as if it presumes it should start looking in the custom directory, and if not found there looks up a level. The code, however, implies the opposite:
Could it be your file path went wrong? If you're not using scripts.webmastersite.net/w...nks/wsnmanual/articles/277 then slashes can go missing in odd events (server reboots I think) and that breaks pagination, uploads and other stuff.