lorisir
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error when upgrading to WP2.8sbruner, this worked on a related issue I was having as well. Thanks!
See related issue:
“Javascript in Admin Tool Not Loading Properly”
http://ww.wp.xz.cn/support/topic/288907?replies=3Forum: Fixing WordPress
In reply to: Javascript in Admin Tool Not Loading ProperlyI was able to fix this by replacing the http.php file as sbruner suggested in this thread:
http://ww.wp.xz.cn/support/topic/278585?replies=35
He uploaded http.php replacement here:
http://www.slipfire.com/download/http.txt
The only weird thing remaining for me is that I already was up to 2.8.1 but I replaced the http.php with what he provided anyway and it seemed to make the “Warning: gzuncompress() [function.gzuncompress]….” errors go away.
I then closed all browsers and reopened. My javascript seems to be loading properly now as well as CSS.
Forum: Fixing WordPress
In reply to: Javascript in Admin Tool Not Loading ProperlyOkay, so I tried removing the version from the querystring and accessing the javascript directly via this URL:
http://www.jctonline.org/wp-admin/load-scripts.php?c=1&load=jquery,utils
And some javascript now loads, but I’m not sure if it is all of it or how to remove the version from within the application.
Any suggestions?