I'm getting the following error when ever I go to edit my signature.
Code:
Warning: Missing argument 1 for getcodebuttons() in /home/boofo/public_html/forum/admin/functions.php on line 2360
That line contains this code below:
Code:
Line 2359 // ###################### Get Code Buttons #######################
Line 2360 function getcodebuttons ($cbutton) {
Line 2361 global $vbcodemode,$vbcode_smilies;
I'm also getting this error when I click on the submit button to save the signature.
Code:
Warning: Cannot add header information - headers already sent by (output started at /home/boofo/public_html/forum/admin/functions.php:2360) in /home/boofo/public_html/forum/sedit.php on line 168
And then the page just goes white.
I am using the sig editor hack by tubedogg. Any ideas why this might be happening?