Topic: Cannot require_once parser
Hi everybody,
I have a problem. I've coded my own shoutbox and I want to parse smileys, bb, etc.
But when I try
require_once PUN_ROOT.'include/parser.php';
it gives me the "Fatal error: Cannot redeclare preparse_bbcode() (previously declared in /var/www/ab/include/parser.php:41) in /var/www/ab/include/parser.php on line 104"
Seems like require_once isn't doing what it's supposed to do!
So... what to do? Google found this thread
http://www.phpfreaks.com/forums/lofiver … 84050.html
but it did me no good.