yes I am “mod seo”, but I turned off, here is the code. “htaccess”:
<Files *>
Order Allow,Deny
Deny from All
</Files>
another “. htaccess” at the root of my forum:
# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
ErrorDocument 400 /phpBB3/error.php?mode=400
ErrorDocument 401 /phpBB3/error.php?mode=401
ErrorDocument 403 /phpBB3/error.php?mode=403
ErrorDocument 404 /phpBB3/error.php?mode=404
ErrorDocument 500 /phpBB3/error.php?mode=500
I have plenty of other ". Htaccess "…, but I will not expose you all.
Look at your php config. If you can’t find your php.ini file (often /etc/php.ini, but also possibly nested deeper, eg /etc/php5/apache2/php.ini), try adding this file to your piwik folder and capture the output.
<?php phpinfo(); ?>
I still think your site has an auto append – possibly intended to capture this programming practice (omitting the closing tag). The reason why we do this is to avoid sending any output prematurely to the browser before headers are set – a common cause is whitespace after the closing tag.
good, I reinstall all, and here I am with a new error on my online forum:
Declaration of Piwik_Log_APICall::log() should be compatible with that of Piwik_Log::log()
in '/[...]/[...]/[...]/[...]/[...]/piwik/core/Log/APICall.php' at the line 52
#0 Piwik_ErrorHandler(2048, Declaration of Piwik_Log_APICall::log() should be compatible with that of Piwik_Log::log(), /[...]/[...]/[...]/[...]/[...]/piwik/core/Log/APICall.php, 52, Array ()) called at [/[...]/[...]/[...]/[...]/[...]/piwik/core/Piwik.php:1201]
#1 Piwik::createLogObject() called at [/[...]/[...]/[...]/[...]/[...]/piwik/core/Piwik.php:1201]
#2 Piwik::createLogObject() called at [/[...]/[...]/[...]/[...]/[...]/piwik/core/FrontController.php:235]
#3 Piwik_FrontController->init() called at [/[...]/[...]/[...]/[...]/[...]/piwik/index.php:50]
always the same style_emoticons/<#EMO_DIR#>/blink.gif :
Declaration of Piwik_Log_APICall::log() should be compatible with that of Piwik_Log::log()
in '/[...]/[...]/[...]/[...]/[...]/piwik/core/Log/APICall.php' at the line 52
#0 Piwik_ErrorHandler(2048, Declaration of Piwik_Log_APICall::log() should be compatible with that of Piwik_Log::log(), /[...]/[...]/[...]/[...]/[...]/piwik/core/Log/APICall.php, 52, Array ()) called at [/[...]/[...]/[...]/[...]/[...]/piwik/core/Piwik.php:1201]
#1 Piwik::createLogObject() called at [/[...]/[...]/[...]/[...]/[...]/piwik/core/Piwik.php:1201]
#2 Piwik::createLogObject() called at [/[...]/[...]/[...]/[...]/[...]/piwik/core/FrontController.php:235]
#3 Piwik_FrontController->init() called at [/[...]/[...]/[...]/[...]/[...]/piwik/index.php:50]