Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webEng

    (@webeng)

    Hi, one user has reported a wrong require in /Engine/SygPlugin.php

    try to change:
    if (!class_exists('SanityPluginFramework')) require_once($plugin_path.'Sanity/sanity.php');

    with:
    if (!class_exists('SanityPluginFramework')) require_once($plugin_path.'lib/Sanity/sanity.php');

    Let me know if it works.

    Luca

    Thread Starter milah227

    (@milah227)

    That didn’t work, I’m wondering if another plugin could be conflicting with it.

    Plugin Contributor webEng

    (@webeng)

    Try to download version 1.2.4, it fixes some bugs.

    Cheers, Luca

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Sliding Youtube Gallery] Page Black’ is closed to new replies.