• I’ve downloaded and installed version 2.3.10 of the plugin.
    My wordpress site is on version 2.9.2.
    (This is an inherited site and due to too many ‘customizations’ the required upgrade would be very complicated and has been scheduled for a later stage.)

    I’ve activated the plugin.
    When I go to the settings page I see a notification on the page ‘Problem creating DB tables’.
    When I look in the plugin code I see that this message is shown in the following scenario:
    if ((!ameta_cache_enable()) or (!ameta_cachelogging_enable())) ...

    When I try and “build a chache for all” I get another error on the screen that says:
    Array ( [type] => 1 [message] => Call to undefined function post_type_exists() [file] => …/wp-content/plugins/amr-users/ameta-list.php [line] => 64

    Any ideas?

Viewing 1 replies (of 1 total)
  • Marleen,

    It is possibly something to do with being on older wp version.

    Certainly the 2nd message would be because post types only exist on wp 3.0, I’ll make a note to check for that later in next upgrade, but cannot do more right now.

    The wp create table function is a bit difficulot to troubleshoot so maybe also a wp thing? I tend to keep at least 1 major version back compatible (so 3.1 and 3.0 for now)

    Try it first on your server on wp 3.0 install so you can isolate whther it is is your setup or wp 2.9

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: amr users] Problem creating DB tables’ is closed to new replies.