Touda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP_Error code after update to 4.6Lisadavis was this topic’s starter ;-D
I only tried to add some more info (the Undefined index: term_id notice) just in case it could help to solve Lisa’s case as well.
[moderator note: oops re Lisa. ]
Forum: Themes and Templates
In reply to: [ColorMag] Broken homepage after upgrading to WP 4.6if both removed, then Front Page: Content Bottom Section is shown, but the code stops just the same.
Forum: Themes and Templates
In reply to: [ColorMag] Broken homepage after upgrading to WP 4.6If removed that widget, then the next area gets shown but then it breaks just with the same error (Front Page: Content Middle Right Section also includes a TG: Featured Posts (Style 2) from another category).
Forum: Themes and Templates
In reply to: [ColorMag] Broken homepage after upgrading to WP 4.6The home page area of the theme where the break occurs is Front Page: Content Middle Left Section. There it is only one widget, TG: Featured Posts (Style 2) / Number of posts to display: 4 / Show posts from a category.
Maybe it could give some clue.
Forum: Fixing WordPress
In reply to: WP_Error code after update to 4.6Same problem after upgrading to 4.6.
I’ll add some more info, in case this is useful to solve this problem.
When
WP_DEBUGis set to true, we got this notice at the very end of the page, at a point where the code of our main page (a customized child of Colormag Free theme) suddenly stops:Notice: Undefined index: term_id in /xxxxx/wp-includes/functions.php on line 3511 Fatal error: Cannot use object of type WP_Error as array in /xxxxx/wp-includes/functions.php on line 3511
So, home page is not fully loaded, HTML code is broken and many elements of the page are missing (side bar, central content widgets…).
Is it some problem with the theme or could it be some plugin doing weird things?
Forum: Plugins
In reply to: [Book Review Library] Broken pages after upgradingBTW: can we safely deactivate the plugin without losing any information or plugin’s options? Or will it all be lost when re-activated?
Forum: Plugins
In reply to: [Download Monitor] Editor permissionsUntil we got an answer for this, I’ll be using User Role Editor plugin to add
manage_downloadspermission to Editor role. That will fix it by the moment.Forum: Plugins
In reply to: [Download Monitor] Editor permissionsI was just wondering the same!
It’s strange that plugin creators didn’t think that a user with permissions to add/edit posts is not allowed to add/edit downloads 🙁
I was just looking around the plugin’s settings in search of permission settings and I found none!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Spaces in widget forms🙂
Forum: Fixing WordPress
In reply to: WP doesn't detect new plugins updatesI’ve noticed another symptom of this problem: at plugins page (dashboard) Update option is missing from the drop-down menu of batch actions. Besides, Remove is also missing. There are only Activate and Deactivate options. It may give some clues about the origin of the problem?
Forum: Reviews
In reply to: [Easy Updates Manager] It saved me! I wasn't able to update my pluginsThis blog?
dinahosting.comin Galicia, Spain.Forum: Fixing WordPress
In reply to: WP doesn't detect new plugins updatesFinally, this other plugin did the trick: https://wordpress.org/plugins/stops-core-theme-and-plugin-updates
I still don’t know what was causing the update notifications and links not to appear, but at least I was able to put in action this alternative way of updating.
Forum: Fixing WordPress
In reply to: WP doesn't detect new plugins updatesI’ve tried these plugins to help update the other plugins, but with no luck:
http://wordpress.org/plugins/background-update-tester/
https://wordpress.org/plugins/baw-force-plugin-updates/
https://wordpress.org/plugins/force-plugin-updates-check/Forum: Fixing WordPress
In reply to: WP doesn't detect new plugins updatesI’ve also tried to generate the URL to activate plugin updates one-by-one in this way:
/wp-admin/update.php?action=upgrade-plugin&plugin=siteorigin-panels%2Fsiteorigin-panels.php (for example)
but as wp_nonce safety parameter is missing, it doesn’t work.
Is there a way to guess what the
wp_noncewould be for each of the upgrade actions for all the plugins? It would be great if some plugin could be used to generate nonces or to force plugin updates.Forum: Fixing WordPress
In reply to: WP doesn't detect new plugins updatesI’ve tried /wp-admin/update-core.php?force-check=1 but plugins’ updates still don’t get checked.