Tagged Questions
2
votes
2answers
52 views
What files to keep after upgrading WordPress?
We were recently handed a few blogs/sites to support, that have started way back when wordpress was on v2.1.3 or even 2.0.4
After upgrading the sites to the latest versions (3.4.2 and 3.5) we found ...
0
votes
1answer
286 views
dbdelta failing with error: "WordPress database error Table 'wp_2_myPlugin' already exists
I'm upgrading a plugin and having issues with dbdelta.
Here's the original db creation function:
global $jal_db_version;
$jal_db_version = "0.1";
function jal_install() {
global ...