Message Text |
there is a bug when i use:
<IF {TID} contains displaylinks.tpl or {TID} contains suggestlink.tpl> <br> </IF>
error message: -------------- If you are not the administrator of this site, please report this page to the administrator. If you are the administrator, please pay careful attention: You have a parse error in your template (or perhaps in your header or footer) which you need to repair before this page can be displayed correctly. The error is picked up on by php at line 31 of the output. Warning: fopen(templates/default/): failed to open stream: Permission denied in d:\easyphp1-8\www\wsnforum\filefunctions.php on line 331
Warning: fclose(): supplied argument is not a valid stream resource in d:\easyphp1-8\www\wsnforum\filefunctions.php on line 334 Line #26: <?php } else { ?> Line #27: <body> Line #28: <?php } ?> Line #29: Line #30: <?php if (strstr(templates/default/viewcomments.tpl, "displaylinks.tpl" || "templates/default/viewcomments.tpl", "suggestlink.tpl")) { ?> Line #31: <br>
|