PDA

View Full Version : functions_bbcodeparse.php error


Boofo
07-18-2005, 11:15 AM
Can someone please tell me why I am getting these errors in my error log in CPanel?

[Mon Jul 18 11:33:19 2005] [error] PHP Warning: Missing argument 5 for parse_bbcode2() in /xxxx/xxxx/xxxxxxxxx/forums/includes/functions_bbcodeparse.php on line 330

Here is line 330:

function parse_bbcode2($bbcode, $dohtml, $dobbimagecode, $dosmilies, $dobbcode, $iswysiwyg = 0, $donl2br = 1)

Marco van Herwaarden
07-18-2005, 11:38 AM
Just like it say, some code is call parse_bbcode2 without passing the 5th argument.

Could be a cronjob if nobody is complaining about error pages.

Boofo
07-18-2005, 12:15 PM
Must be a cron job. I'll have to do some searching.

Thank you. ;)

Boofo
07-18-2005, 12:26 PM
I can't find it whatever it is. It seems like it is doing it every 10 minutes but all the crons like that don't have the parse function in it. Any ideas where to look next? ;)

Marco van Herwaarden
07-18-2005, 12:45 PM
Any cronjob that makes posts (call to build_newpost for example)?