dsided
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Widget] Not workingI’ve found that Image Widget Deluxe works well
Forum: Plugins
In reply to: [Image Widget] Any update for the 4.3 problem?Not working for me either on latest WordPress. Could this be looking into urgently please?
Forum: Plugins
In reply to: [Yoast SEO] Garbage error messageAdding this to the themes functions.php will hide that specific problem:
add_action('admin_head', 'disable_yoast_notice'); function disable_yoast_notice() { echo '<style> #wpseo-dismiss-plugin-conflict { display: none; } </style>'; }
Forum: Plugins
In reply to: [Yoast SEO] Garbage error messageAgreed pixeldynamo – I’m tempted to disable WordPress SEO as the clients are getting very confused
Forum: Plugins
In reply to: [Pronamic Google Maps] Mashup shortcode with marker clastererStill getting that error message. Great plugin otherwise ??
Forum: Requests and Feedback
In reply to: Forum displays "moderator" upside downThanks Jan.
Forum: Fixing WordPress
In reply to: Categories and Menus Phase In and OutSolved – this is to do with the /tmp folder either being full or not existing. I’m using UniServer and by creating a new folder called “tmp” in the root folder the categories magically came back!
Forum: Fixing WordPress
In reply to: Categories and Menus Phase In and OutDid you get this fixed? I’m using WP 4.0 and having the same problem with creating a category and it showing 2 Items but listing nothing (ie “No items found.”)
Fresh install, no plugins. Also tried downloading the WP files again, deleting the database, again same problem.
@esmi so this could be a server issue or a database issue?
I’ve tried a copy of the previous version of WordPress on the same site and when adding a photo and viewing the media library I don’t get that jquery error on the chrome console (/wp-includes/functions.php:3017)
Thanks for coming back and sorry for all the posting on other threads.
I’ve tried your suggestions all with the same issue – which suggests to be a server or database issue – what else could it be if plugins are all disabled (and the directory renamed) and the theme functions.php default?
- Deactivating ALL plugins and switching to a default theme – YES, no change
- Resetting the plugins folder by renaming it on the server? – YES, no change
- Checking file permissions on the server? – YES, no change
- Checking that anti-hotlinking is not enabled on the server? – YES, no change
- Replacing all files and folders from a fresh download of WP EXCEPT wp-content, wp-config and .htaccess. Delete the old ones before uploading new ones? – YES, no change
Using WP-debug-log I see the following error;
[12-Dec-2013 16:37:06] PHP Notice: has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/apache2-default/?/wp-includes/functions.php on line 3017
Opening up the chrome console I see the following error:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead. WARNING: wp-admin/admin-header.php:9 - Cannot modify header information - headers already sent by (output started at /var/www/apache2-default/?/wp-includes/functions.php:3017)
I think I may have had a plugin a while ago that adjusted user_roles however this has been deleted. Perhaps it didn’t remove itself from the database correctly? Well if anyone has any suggestions that would be great
There are quite a few people with the same problem here, perhaps a database issue? https://www.ads-software.com/support/topic/35-has-broken-my-add-media-button?replies=13
Yes any info would be appreciated!
Forum: Fixing WordPress
In reply to: Post/Page Insert Media doesn't workAny progress with this? Same problem and frustrating!
Same error here, only noticed when you put
define( 'WP_DEBUG', true );
in your wp-config otherwise it’s hidden. Good plugin though despite this.So
define( 'WP_DEBUG', false );
will hide the message