quote:
Originally posted by MeEtc
quote:
Originally posted by MenthiX
quote:
Originally posted by NiteMare
its just a notice, so you should be able to turn the notices off
Good code doesn't produce notices, I'd rather check what's wrong. If it's just one notice it should be pretty easy to fix.
Exactly correct MenthiX. The notice itself is "array to string conversion" for a str_replace function that parses the contents of a template page. The error is only shown when using php include on the one news.php. Including any other page does not produce the notice, and just including the generated content do not produce the error either.
As for the message itself, its most definitly a string that's being parsed, no array that I'm aware of.
uh, pretty sure the notice is in
your code