wpmfs_queue table not created
-
Hi, we have the “WP media folder” plugin from JoomUnited installed and had all media imported via the plugin. Now we are trying to get the virtual folder structure into real folder structur on the server. But after activating the “WP media folderS” plugin we get a message that table “wp_wpmfs_queue” is missing.
After looking into the code, the only place this table is created is in the “runUpgrades” methode.
if ($version === WP_MEDIA_FOLDERS_VERSION) {
return;
}
if (version_compare($version, ‘1.1.0’) === -1) { … }It seems like the activation of the plugin or the handling is not working properly. It also seems the table is only installed if current version is below “1.1.0”!? Wy?
Next issue: after installing and starting Synchronize media with WP Media Folder, we get entries in
wp_wpmfs_queue
but all on “date_done=NULL” and “status=0” and nothing is happening any more since hours!? There are no error messages or logs created! just nothing happens!
- The topic ‘wpmfs_queue table not created’ is closed to new replies.