ben52
Forum Replies Created
-
Forum: Plugins
In reply to: [Countdown Timer] Fatal error after updateeven with 3.0.4 same problem i change the file with the oldest one and now is ok
Forum: Plugins
In reply to: [Countdown Timer] Fatal error after updatesame story with the new version 3.0.3
i change the file: fergcorp_countdownTimer.php with the old one and now it’s running wellForum: Plugins
In reply to: [LeagueManager] Championship view problemin core.php change line 313 from:
return trailingslashit($_SERVER[‘DOCUMENT_ROOT’]) . dirname(substr($file,strlen($_SERVER[‘HTTP_HOST’])+8, strlen($file))) . ‘/thumb_’ . basename($file);
with:
return trailingslashit($_SERVER[‘ABSPATH’]) . dirname(substr($file,strlen($_SERVER[‘HTTP_HOST’])+8, strlen($file))) . ‘/thumb_’ . basename($file);
tutto va bene…..
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] interfer with commentssorry for delay:
# BEGIN W3TC Page Cache cache
FileETag MTime Size
AddDefaultCharset UTF-8
<IfModule mod_mime.c>
AddType text/html .html_gzip
AddEncoding gzip .html_gzip
AddType text/xml .xml_gzip
AddEncoding gzip .xml_gzip
</IfModule>
<IfModule mod_deflate.c>
SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
SetEnvIfNoCase Request_URI \.xml_gzip$ no-gzip
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html M3600
</IfModule>
<IfModule mod_headers.c>
Header set X-Pingback “http://www.forzacatania46.com/xmlrpc.php”
Header set X-Powered-By “W3 Total Cache/0.9.2.4”
Header set Vary “Accept-Encoding, Cookie”
Header set Pragma “public”
Header append Cache-Control “public, must-revalidate, proxy-revalidate”
</IfModule>
# END W3TC Page Cache cachenow it’s working with adding the code on wp-config
thanks OttoForum: Plugins
In reply to: [W3 Total Cache] Error: "A group configuration for "include" was not set."i got this message:
Recently an error occurred while creating the CSS / JS minify cache: A group configuration for “include” was not set
how to adjust
thanksForum: Plugins
In reply to: [LeagueManager] [Plugin: LeagueManager] Plugin FutureHi Kolja,
i need help…
i install the plugin leaguemanager in my site every thing is working good, but in mach box no, it’s showing only the next mach but when i push the arrow (#null) is not showing the next mach of the other teams
in the box appear only the arrow_right the left nothing
many thanks