Quote:
Originally Posted by ForYou
Hello ,
There is Error  please help
Parse error: parse error in /home/virtual/site4/www/html/montada/includes/functions_bbcodeparse.php on line 1685
Fatal error: Call to undefined function: handle_bbcode_img() in /home/virtual/site4/www/html/montada/includes/functions_bbcodeparse.php on line 640
please help what can i do ?
Regards
|
You made a mistake in the hack file from lines 141-151:
Quote:
In the same file look for this line (around line 1088 after the above change is made):
function handle_bbcode_img($bbcode, $dobbimagecode)
replace with:
// Image size hack R1.2
// Modified by SS
// function handle_bbcode_img($bbcode, $dobbimagecode)
function handle_bbcode_img($bbcode, $dobbimagecode, $iswysiwyg)
//
|
Check those lines out - you have something wrong there.