Discussion topic for the PhpBB3 BBCodes Premod
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
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
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
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
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.
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);