Search found 3 matches

by emil
16 Jan 2013, 19:11
Forum: PhpBB3 BBCodes Premod
Topic: Discussion topic for the PhpBB3 BBCodes Premod
Replies: 45
Views: 22121

Discussion topic for the PhpBB3 BBCodes Premod

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);
by emil
16 Jan 2013, 16:15
Forum: PhpBB3 BBCodes Premod
Topic: Discussion topic for the PhpBB3 BBCodes Premod
Replies: 45
Views: 22121

Discussion topic for the PhpBB3 BBCodes Premod

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...
by emil
24 Jan 2012, 21:20
Forum: Introductions
Topic: Hi.
Replies: 2
Views: 1759

Hi.

hello to everyone. I like phpbb3 and all its possibilities, but I haven't much knowledge and would like to learn and help as much as possible. :pc: