I cannot turn off all the plugins as this will affect the site I already have live.
Well, you may have to.
http://codex.ww.wp.xz.cn/Using_Your_Browser_to_Diagnose_JavaScript_Errors
Good luck :/
Well, you may have to.
http://codex.ww.wp.xz.cn/Using_Your_Browser_to_Diagnose_JavaScript_Errors
Good luck :/
Thanks! I have already done Step 1, Step 2 and Step 3, which is why I have those errors posted, I just don’t know what those errors mean.
If you have any other ideas please let me know.
Thanks
“NetworkError: 404 Not Found – http://site address/js/multilingual_press.js?ver=4.0”
multili…ver=4.0
Okay, so does http://site address/js/multilingual_press.js exist AT that address?
Sorry just saw your note, no those files do not exist on that folder, they exist in other folders
Where DO they exist? Can you give an example?
I’m trying to figure out if the issue is that the plugin’s being dumb or there’s a mapping/pathing issue with mod rewrite π
They exist in the plugin and theme folders. I am working another angle at the moment too. As I have one of the sites protected with Sucuri Firewall and I am thinking that is causing the problem.
They exist in the plugin and theme folders. I
Okay, so they’re at http://siteaddress/wp-content/plugins/NAME/js/multilingual_press.js then?
It appears that ‘something’ is stripping ‘wp-content’ from the URL.
What’s in your .htaccess?
Hey, thanks for all your help. I now have different problems. Basically here is the deal. Multisite (using subdomain) is hosted with Bluehost, domain management is with GoDaddy and we are using Sucuri Firewall.
Sucuri made a change at their end that enable my subdomain es.domain.com to be covered by the firewall as I assumed that since the problem started when we activated the firewall that would be the issue.
Since they did that I am not able to even access the subdomain site as its redirecting to the main domain address. This is what is being seen
curl -D – –header “Host: es.domain.org” 69.89.24.146
HTTP/1.1 301 Moved Permanently
—–snip—–
Location: http://domain.org/
But after checking the hosting and the htaccess we have no idea what is causing this.
I have tried setting up the subdomains as wildcard and also within the cpanel individually and nothing works. I have to say that I am at a total loss at this point π I much appreciate you trying to help out.
This is what I have in the .htaccess.
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
<IfModule mod_headers.c>
<FilesMatch “\.(eot|font.css|otf|ttc|ttf|woff)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>
Maybe I should get your multisite 101 and 110 ebooks! I have set up multisites before with no problem π