Page 5 of 5

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 31 Mar 2012, 18:56
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

Posted: 21 May 2012, 14:33
by dynamiccool
Any date for release new version?

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 21 May 2012, 14:39
by Stoker
no, not at the moment

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 16 Jan 2013, 16:15
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

Posted: 16 Jan 2013, 18:50
by Stoker
Well, just installed it with no problems.
The problem is probably in your localhost setup.

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 16 Jan 2013, 19:11
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);