Quote:
Originally Posted by zell_11
I got this error when i added it
Unable to add cookies, header already sent.
File: /home/fhlinux199/z/zenogaming.com/user/htdocs/forums/includes/init.php
Line: 27
and at the top of the page
Warning: Missing argument 2 for process_files() in /includes/functions_files.php on line 3
|
Hi
Sorry I forgot to put the second ARG in the function call that is used in 'functions_bbcodeparse.php'
I fixed the code above, but all you must do is change this.....
in 'functions_bbcodeparse.php' added code only change
Code:
$bbcode = process_files ( $bbcode );
To this....
Code:
$bbcode = process_files ( $bbcode, $post_ok );
Sonia