Firefly you are so right. Actually I did not change php code, but I did spent time digging into bbcode.php in the admin directory, then started poking around in the bbcode table in the database.
When I upgraded from 2.2.2 to 2.2.4 I also moved to another server. The server is hosted by an ISP which does not provide command prompt access, therefore I had to export and import the data tables one at a time using phpMyAdmin. As it turns out the bbcode tables uses a lot of backslashes in the bbcodereplacement field. The backslashes were dropped during the import process yielding the numeric field tokens as the output of bbcode.php. I compared the tables between 2.2.4 and my 2.2.2 backup and immediately saw the problem. Thanks for your help!
- jeff
|