Understanding plugins/database in Network
-
My server is set up so that I need to manually upgrade items via FTP. Recently I upgraded a plug-in and got an internal server error 500. Restoring to the old version didn’t help, nor did deleting that plugin, so I headed to the database.
Once there I checked the contents of the wp_options table’s active_plugins and didn’t find a reference to the one I’d just removed, so I put in the “no plugins” value:
a:0:{}
to turn everything off.It fixed the site, so I went into the admin and started turning on the plug-ins I wanted. Out of curiousity I checked the field I’d just made “empty” to watch it change as I added plugins back.
Only it didn’t change. Further, there are some plugins I have network active which didn’t show up there before, I now realize.
Could someone explain to me how plug-ins work for network systems? Since I have to upgrade manually I’m guessing I’ll see this again.
Also, why didn’t removing the changed plugin directory help?
- The topic ‘Understanding plugins/database in Network’ is closed to new replies.