Support Forum
Hello both,
Sorry for the late reply.
I can confirm that it is NOT a server issue since I have re-installed SP in another domain in the same shared server and the default theme is working fine.
See it here: http://wp-web.co.uk/wpbeta/forum/
I am having a big stress from this issue, I can restore my site at as it was before the incident but I will loose all new forum topics and unfortunately SP don't provide an export facility of everything.
Is there anyone there that can investigate the issue of CSS and Javascript not called?
For your information I have also migrated my site on my dev server de-activated all plugins except Simple Press but the issue was still present...
Thanks
Don't perform a restore - that would be a but hasty I think at this juncture.
So let me gather my thoughts (and I have been doing some research into this) and see if I have this straight.
It works on another site on the same server. Did this site have the SAME combination of Wp theme and other plugins as well?
It doesn't work on your local dev server with no other plugins active? Would this be with the same WP theme?
Do you know how to use Firebug? If so - could you get Firebug onto your local machines Firefox, open the console and enable all the relevant error types (CSS, HTTP, Network etc) and then load the forum page using the 'missing' theme. This really ought to give us the response error code which should be useful information.
The other thing I would like you to do is to copy and paste the content of your .htaccess file in a reply here so we can look at that if that is possible...
YELLOW
SWORDFISH
|
Hello, my answers below:
It works on another site on the same server. Did this site have the SAME combination of Wp theme and other plugins as well?
Yes it was with same combination of WP theme and plugins and it was not working as expected, I have also tried to de-activate all plugins except SP in the hope to resolve the issue but nothing still style broken.
It doesn't work on your local dev server with no other plugins active? Would this be with the same WP theme?
Yes the same theme but I tried also with WP 2012 theme with no success, also tried different SP theme and overlays still no results, only the CSS theme works.
I will try to use Firebug with Firefox (its a browser I am not using for ages since I do everything with Chrome). The .httacces is the default WordPress one.
Code from dev server:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /ciaoweb-2012/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /ciaoweb-2012/index.php [L]
</IfModule>
# END WordPress
Thanks
UPDATE at 3:02PM
This is the dev server link: http://wp-web.co.uk/ciaoweb-2012/forum/
You can login and to what you want even break it since is just a copy in my dev server. If we find the solution at the issue will apply it to the live site.
Thanks again
Further Update 3:40PM
Using the Chrome Inspector Console I have this error message:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Which looks correct.
However - according to httpFox - the server is actually looking for a Type of 'text/problem-with-post-edit-buttontml' NOT a Type of 'text/css'. And it seems to me that having not found a file of type html the server is responding with a 500 error.
Now I am no expert in this arena but I have checked with several sites and Simple:Press and in al cases text/css is what the server is asked for and what it responds with except - for yours. And this is on your dev server.
Someone out there knows the reason and the answer for this but I am afraid it isn't me! Although I will do some Googling after my dinner....
YELLOW
SWORDFISH
|
1 Guest(s)