18 Dec, 2008
Auto-install of Plugins in WP2.7
Posted by: Brian In: wordpress
I had a few hours of
angst when I used the codesnippet
plugin automatically into WP2.7. After this appearing to be successful, the wp-admin screen went blank. I deleted the codesnippet directory within the codesnippet2.0 directory. It didn’t work, still blank. I was then manually downloading my wp
mysql databases and uploading them in a new install. This worked, but didn’t fix the original install. Its not for a newbie, but there is a setting in the mysql wp_options table option id 31, active plugins and delete the code snippet reference including the i:1;s:19:”codesnippets 2 path”;
This seemed to work, I think the automatic install setting broke the display of the wp-admin, and simply deleting the directory was not sufficient to deactivate it. In fact it was impossible to delete the final directory through SSH
comments