Support Forum
OfflineHi guys!
Out of a sudden, something is going wrong with my site!
When I click "Topics with unread posts" the window opens (actually, it opens at the left end side of the screen and then it moves to the middle...), but if I click on the links nothing happens. They are like...dead...
The images attached to a post do not open at all. The higher part of the screen turns like grey and nothing else.
I haven't changed anything.
Any idea? ![]()
OfflineMorning Stefano
I always hate saying this but am afraid I am going to have to... if things work and then suddenly stop working as they were then something simply must have changed. It can be a tweak to your WordPress theme... and update to ANY WP plugin.... a new WP plugin made active. It has to be something.?
![]() |
YELLOW
SWORDFISH
|
OfflineSomething is screwing up all - well mostly all - of the javascript 'script' tags. Looks like you have turned on something to try and optimise them but is, in fact, making some of them invalid.
I do not know what that something is bit this is something new and a change...
You also appear to be running the forum page using w3-total-cache. That wont work proper;y as w3-tital-cache can not handle dynamically created pages which a forum naturally is. You need to exclude the forum page from ALL caches. Actually this might be the source of the scripting mess as well come to think of it.
![]() |
YELLOW
SWORDFISH
|
OfflineOdd. If you look at the source being generated you will see this displayed at the end of the HTML:
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpre.....s-plugins/
Minified using xcache (Request URI is rejected)
Page Caching using xcache (Requested URI is rejected)
Database Caching using xcache (Request-wide Request URI is rejected)
Object Caching 7779/8126 objects using xcacheServed from: http://www.irsa-stringers.com @ 2015-11-10 22:03:19 by W3 Total Cache -->
It also says it is 'minifying' it so that suggests the forum page is also not excluded frm the script minification option in w3-total-cache.
I am also seeing a LOT of scripts being loaded with a syntactically incorrect 'defer' statement at the end - like this:
<script type='text/javascript' src='http://www.irsa-stringers.com/wp-content/plugins/contact-form-7/includes/js/scripts.js' defer '></script>
I think the script is still being loaded but it could well be having a negative effect along the way.
I am not sure about the use of xcache. Not an expert there...
![]() |
YELLOW
SWORDFISH
|
actually, with exception of the object cache, the caching is disabled (uri rejected)... and the object cache (whether xcache, memcache or other) should be fine...
but dont think I have link to site to look further...
Visit Cruise Talk Central and Mr Papa's World
Support Forum

All RSS