I read my log and debug my code, there are two issues:karimla131 wrote:Fatal error: Cannot redeclare deregister_globals() (previously declared in /home/ricke2/public_html/flexplat/data_capri_7_3/mophpbb3/aruba_7_1/lib/phpbb3/common.php:26) in /home/ricke2/public_html/flexplat/data_capri_7_3/mophpbb3/aruba_7_1/lib/phpbb3/common.php on line 88
1. There is a bug in my code rainy day scenario -- when my code receives any error message from phpBB web site, it calls a library the second times, which makes the error you found before. I have updated my code.
2. Look like your web site uses "abbcode.html" instead of "bbcode.html". "abbcode.html" is not a file in standard phpBB3, my module can not support it (so your web site returns an error message). I will check where the "abbcode.html" is from. If it is from a popular module, I will try to add support to it.
Any question, please let me know.