rossebow
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Form entires not showing upThanks for the response. I thought I had the latest version but it seems I didn’t. The form didnt have any apostrophe’s in the name but it is working now.
Thanks for your help again.
Ross
Forum: Fixing WordPress
In reply to: Cant edit posts through the Text editorIt was a lot more complex but I cut it back to the following to see if the issue was there:
BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Cant edit posts through the Text editorUncaught TypeError: Cannot read property ‘length’ of undefined – on line 1 of /wp-includes/js/jquery/jquery.js?ver=1.8.3
Uncaught TypeError: Object [object Object] has no method ‘uniqueId’ on line 5 of /wp-includes/js/jquery/ui/jquery.ui.menu.min.js?ver=1.9.2
are the two errors I’m still getting! disabling plugins didnt seem to help!
Errors are showing in Chrome
In firfox the errors are as follows:
e is undefined on line 1 of /wp-includes/js/jquery/jquery.js?ver=1.8.3
and this.element.uniqueId is not a function on line 5 of /wp-includes/js/jquery/ui/jquery.ui.menu.min.js?ver=1.9.2
SCRIPT_DEBUG did not resolve the issue
Forum: Fixing WordPress
In reply to: Cant edit posts through the Text editorI had done all that was suggested except the plugins, as when I previously deactivated them they didn’t reactivate properly.
I took a copy of the site and it seems to be the Jetpack plugin that causing most of my troubles.
Forum: Fixing WordPress
In reply to: Can't edit any pages or posts after 3.5 everything is blank?Just realised this has been marked as resolved! so i’ve started a new thread.
Forum: Fixing WordPress
In reply to: Can't edit any pages or posts after 3.5 everything is blank?Right, I can make text updates through the Visual editor but any changes through the Text editor don’t hold.
I’m also getting these JS erros:
Two of these on every page: Uncaught TypeError: Cannot read property ‘length’ of undefined
And this on the Edit Post page:
Uncaught TypeError: Object [object Object] has no method ‘uniqueId’
Forum: Fixing WordPress
In reply to: Can't edit any pages or posts after 3.5 everything is blank?I am not using Bulletproof security by the way!
Forum: Fixing WordPress
In reply to: Can't edit any pages or posts after 3.5 everything is blank?actually just noticed word count is working but edits aren’t working.
Forum: Fixing WordPress
In reply to: Can't edit any pages or posts after 3.5 everything is blank?I’m having the same problem with edit posts. The word count doesn’t update when i add new text and changes don’t go through. I’ve looked in the DB and the revisions all have the exact same text no matter what changes I make.
Forum: Installing WordPress
In reply to: WordPress 3.5 add new media not workinga418887065, just roll back to the backup you took before you upgraded!
Ross
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Error in WP 3.5I’m also getting the error on line 1348 of cpt_onomy.php.
You can just add “, NULL” to the end of the wpdb::prepare() statement.
Ross
yup kate.ussr’s suggestion worked for me too! thanks very much…