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
You need to specify where you see that, or give a procedure to reproduce.
What is a delimiter?
In this case your delimiter is $templatesdir, your template set. Somehow your template set is blank. How you would make your template set value blank, I don't know.
Anyhow I have no idea what you're meaning to point out at the url.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Empty delimiter
Beginner
Usergroup: Member
Joined: Sep 20, 2003
Total Topics: 1
Total Comments: 1
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/
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You need to specify where you see that, or give a procedure to reproduce.
What is a delimiter?
In this case your delimiter is $templatesdir, your template set. Somehow your template set is blank. How you would make your template set value blank, I don't know.
Anyhow I have no idea what you're meaning to point out at the url.