• Plugin could not be activated because it triggered a fatal error. Fatal error: Call to undefined function dbdelta()

    is not a wordpress function??
    dbdelta()

    Why is it undefined?? Did it happened to you?? how to fix it??

Viewing 1 replies (of 1 total)
  • Thread Starter surferbloggy

    (@surferbloggy)

    i had to add this line before dbDelta($sql);:

    require_once(ABSPATH . 'wp-admin/upgrade-functions.php');
          dbDelta($sql);

    bye

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error: Call to undefined function dbdelta()’ is closed to new replies.