Discussion topic for the PhpBB3 BBCodes Premod
Discussion topic for the PhpBB3 BBCodes Premod
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.
-
- BBCoder I
- Posts: 1
- Joined: 17 Apr 2010, 01:20
Discussion topic for the PhpBB3 BBCodes Premod
Any date for release new version?
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, 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
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
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Discussion topic for the PhpBB3 BBCodes Premod
Well, just installed it with no problems.
The problem is probably in your localhost setup.
The problem is probably in your localhost setup.
Board rules! No PM support
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
Replace with
I changed this in /includes/startup.php
Find
Code: Select all
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
Code: Select all
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);