Moderator
t-p
(@t-p)
This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
I disabled all plugins and still no “add plugins” button. Also, I can’t upgrade any plugin or my themes. There is no longer a button or option that allows me to do that. I downgraded wordpress to 6.0.1, then 5.9.4 and still it did not fix it. I really don’t want to switch themes right now, it’s unlikely to be the problem (downgrading should ahve fixed the problem if it was theme related, since it was recently working fine) and it might cause a bunch of issues with my widgets and some custom things going haywire. Anything else I can try?
-
This reply was modified 3 years, 8 months ago by
auser0912387.
Moderator
t-p
(@t-p)
I know that I can manually upgrade a plugin, but I’m concerned with the larger issue… Auto updates are gone… No wordpress updates, no theme updates, no plugin updates. The buttons are missing from the wordpress dashboard for both updating and for plugins. That’s a big deal! I need to fix the this, I can’t be manually checking for updates every day for plugins and for wordpress itself. I need to restore wordpress to normal functionality
Moderator
t-p
(@t-p)
Troubleshooting with your browser: Your browser can help you identify JavaScript issues or conflicts and this article can assist you in doing that diagnosis.
I followed the article, “tried another browser”’ lol… no that didn’t work. and went into chrome’s dev console with all plugins disabled. No errors for wordpress:
load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=5.9.4:5 JQMIGRATE: Migrate is installed, version 3.3.2
DevTools failed to load source map: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND
I have no idea what that chrome extension error message is, but I highly doubt it has anything to do with my issue.
Is there somewhere I can report a bug to wordpress? This isn’t going to be resolved by “trying another browser” and such.
[ Please do not bump. ]
I tried the advice in the article above but it did not resolve my problem. What else can I try?
Fixed it. in wp-config, this line:
define('DISALLOW_FILE_MODS',true);
changed true to false.
Such a simple fix, and the solution is almost never the BS about theme and plugin conflicts. Never once has a theme/plugin conflict been my issue in 12+ years of using wordpress. It’s always something like this. Hope this helps someone else.