global.js 404 in javascript console
-
Hello Folks,
I have been struggling with this for weeks now, and I hope somebody can help.
I have a few problems, which I believe are javascript/ajax related possibly.
Whenever I click in the activity text field, the submit button does not appear, or if I click on the comment button, it just refreshes the page.
The javascript console has the following errors on the page :
Failed to load resource: the server responded with a status of 404 (Not Found) http://strensa.com/wp-content/plugins/buddypress//bp-themes/bp-default/_inc/global.js?ver=20110818
This file does actually exist and is in the folder as above.
Now, I have a .htaccess file on the root which contains the following :
RewriteEngine On
# WordPress handler
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . / [L]And if I delete this and leave it 20 mins and then re-upload it, it starts to work but only for a certain amount of time.
Can anybody shed any light on this please?
Additional information.
the domain : http://www.strensa.com
you can login with : jon password: jon
windows server
plugins installed : buddypress, bbpress, buddypress template pack.I have tried a fresh install on another domain and get exactly the same.
Thanks in advance.
James
- The topic ‘global.js 404 in javascript console’ is closed to new replies.