Discussion topic for the PhpBB3 BBCodes Premod

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Discussion topic for the PhpBB3 BBCodes Premod

Post by Caz »

For my local that is the overall_header.html. It's there I think. Looks like you are doing more to your site. Can't get back in right now and you were activated at my live site. Thanks for joining.

Discussion topic for the PhpBB3 BBCodes Premod

Post by dynamiccool »

Any date for release new version?

Discussion topic for the PhpBB3 BBCodes Premod

Post by Stoker »

no, not at the moment

Discussion topic for the PhpBB3 BBCodes Premod

Post by emil »

I can't install PhpBB3 BBCodes Premod

in localhost shows me the following error:

Strict Standards: Non-static method utf_normalizer::nfc() should not be called statically in C:\xampp\htdocs\Premod\includes\utf\utf_tools.php on line 1781

I use XAMPP Windows 1.8.1

Apache 2.4.2, MySQL 5.5.27, PHP 5.4.7, OpenSSL 1.0.1c, phpMyAdmin 3.5.2.2, 3.1.0 XAMPP Control Panel, Webalizer 2.23-04, Mercury Mail Transport System v4.62, FileZilla FTP Server 0.9. 41, Tomcat 7.0.30 (with mod_proxy_ajp as connector), Strawberry Perl 5.16.0.1 Portable

Discussion topic for the PhpBB3 BBCodes Premod

Post by Stoker »

Well, just installed it with no problems.
The problem is probably in your localhost setup.

Discussion topic for the PhpBB3 BBCodes Premod

Post by emil »

It seems that this error is caused by PHP 5.4

I changed this in /includes/startup.php

Find

Code: Select all

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
Replace with

Code: Select all

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);