Discussion topic for the PhpBB3 BBCodes Premod

Download and support for the PhpBB3 BBCodes Premod
Caz
BBCoder II
BBCoder II
Posts: 20
Joined: 03 Dec 2011, 22:08
BBCodes: 20

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.
dynamiccool
BBCoder I
BBCoder I
Posts: 1
Joined: 17 Apr 2010, 01:20

Discussion topic for the PhpBB3 BBCodes Premod

Post by dynamiccool »

Any date for release new version?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Discussion topic for the PhpBB3 BBCodes Premod

Post by Stoker »

no, not at the moment
Board rules! No PM support
User avatar
emil
BBCoder I
BBCoder I
Posts: 3
Joined: 24 Jan 2012, 15:31
BBCodes: 20

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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
User avatar
emil
BBCoder I
BBCoder I
Posts: 3
Joined: 24 Jan 2012, 15:31
BBCodes: 20

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);
Locked