• Resolved notfound

    (@notfound)


    The plugin does not work on WordPress Multisite (with multiple databases). Specifically the code in ‘menu-pages/manage-appointments.php’ creates a problem:

    $conn = mysql_connect(DB_HOST,DB_USER,DB_PASSWORD);
    if(!$conn) die(“Failed to connect to database!”);
    $status = mysql_select_db(DB_NAME, $conn);
    if(!$status) die(“Failed to select database!”);

    That connection is not usable for fetching appointments (since it will look in the wrong database).

    https://ww.wp.xz.cn/plugins/appointment-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi Notfound,

    Currently plugin do not support multi-Site.

    You need separate copies on each site.

    Use single Appointment Calendar plugin for single site.

    Kind Regards
    Frank

    Thread Starter notfound

    (@notfound)

    Hi Frank,

    Thanks for the quick reply.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Errors on Multisite’ is closed to new replies.