PDA

View Full Version : cleaner.php problem



GroundZero
Mon 15th May '06, 5:19pm
oke i moved everything, some slight problems including the bbcodes
when i post a message like this. The BBCodes are completely gone. The NFO Mod bbcode doesn't work properly as well.
2. Then i used cleaner.php and it said was not active, so i made it active by filling in true and i now show up as a blank page, so womething is wrong.

3. My Question is how to put all the normal vbulletin bbcodes back to normal is that even with cleaner.php or something else.
Thnx in Advance

Aditional Info: Imported PHPBB 2.0.19
As Admin I Cannot See BBCodes and as Users i see them

GroundZero
Wed 17th May '06, 7:16am
no one any idea? :confused:

Jerry
Wed 17th May '06, 10:35pm
no one any idea? :confused:

Have you cofigured cleaner ? You have to open the file and enter the text you want found and what you want it replaced with.

Colin F
Sun 28th May '06, 10:39am
Edit your cleaner.php file.
Find:

error_reporting(E_ALL & ~E_NOTICE);

Add after:

define('IDIR', (($getcwd = getcwd()) ? $getcwd : '.'));