jcnordyke
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post editing page not working, java errorsThanks for helping get me this far. Neither of those worked. I tried #2 first and then #1, but neither of them solved the issue.
I just found out that I have OptimizePress 2.5.11 and I may need to update that now.
Forum: Fixing WordPress
In reply to: Post editing page not working, java errorsGoing to a standard WP theme seems to have fixed it. I’m was using the OptimizePress theme. How do I continue to use that theme and get it to work? You mentioned manually adding the JavaScript library. Is that what I need to do?
Forum: Fixing WordPress
In reply to: Post editing page not working, java errorsThanks for the help.
I added the CONCATENATE_SCRIPTS line to the wp-config.php file and three things happened.
1. It didn’t fix the problem.
2. The error from my original post is persisting.
3. It introduced a new error.Fixed wp-config.php file
The new error is :
Uncaught TypeError: a(…).get_hash is not a function
at HTMLAnchorElement.<anonymous> (post_page.min.js?ver=2.5.11:1)
at HTMLAnchorElement.dispatch (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,heartbeat,autosave,moxiejs,plupload&ver=4.9.5:3)
at HTMLAnchorElement.r.handle (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,heartbeat,autosave,moxiejs,plupload&ver=4.9.5:3)
at Object.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,heartbeat,autosave,moxiejs,plupload&ver=4.9.5:3)
at Object.a.event.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,heartbeat,autosave,moxiejs,plupload&ver=4.9.5:9)
at HTMLAnchorElement.<anonymous> (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,heartbeat,autosave,moxiejs,plupload&ver=4.9.5:3)
at Function.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,heartbeat,autosave,moxiejs,plupload&ver=4.9.5:2)
at a.fn.init.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,heartbeat,autosave,moxiejs,plupload&ver=4.9.5:2)
at a.fn.init.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,heartbeat,autosave,moxiejs,plupload&ver=4.9.5:3)
at HTMLDocument.<anonymous> (post_page.min.js?ver=2.5.11:1)So, I tried to check the php.ini. My instance of WP didn’t have a php.ini in the wp-admin folder. I added one and added the following line to it.
magic_quotes = Off
I logged back in and still no change.
Forum: Fixing WordPress
In reply to: Post editing page not working, java errorsOne other thing that I’ve tried is using Safari as well as using Chrome. The errors were present in both browsers.