Message Text |
I am getting this error. I looked at the line and not sure how to fix it. I think the problem has to do with something about fopen, fwrite but I don't have this open on my server.
Warning: strstr(): Empty delimiter. in /home/skorzguy/public_html/link/classes/template.php on line 17
Line 17:
else if (!strstr($file, $templatesdir))
What is a delimiter? I don't have a clue
I changed the line to this and the error is gone:
else if (!@strstr($file, $templatesdir))
I am still having a problem getting the links to show
www.allstarchat.com/link/ |