greekmooman
Newbie
- Oct 2, 2008
- 18
- 0
Ths is a great thread, and I have been trying to get an autoblog up and running on my site using the info here.
I have installed the rewrite plugin and tried to have it work on my articles. However, I get the following error message within my posts:
Warning: file(/home/.../.../.../plugins/content/norewriter.php) [function.file]: failed to open stream: No such file or directory in /home/.../.../.../plugins/content/rewriter.php on line 17983
Warning: Invalid argument supplied for foreach() in /home/.../.../.../plugins/content/rewriter.php on line 17985
I tired to look at the php inthe error to see what the problem may be but it makes no snence to me:
line 17983: $rows=file($nosyn);
line 17985: $syn_donot = " ";
any suggestions what I can do here?
I have installed the rewrite plugin and tried to have it work on my articles. However, I get the following error message within my posts:
Warning: file(/home/.../.../.../plugins/content/norewriter.php) [function.file]: failed to open stream: No such file or directory in /home/.../.../.../plugins/content/rewriter.php on line 17983
Warning: Invalid argument supplied for foreach() in /home/.../.../.../plugins/content/rewriter.php on line 17985
I tired to look at the php inthe error to see what the problem may be but it makes no snence to me:
line 17983: $rows=file($nosyn);
line 17985: $syn_donot = " ";
any suggestions what I can do here?