Viewing 1 replies (of 1 total)
  • svenett

    (@svenett)

    You have to put the Snoopy PHP file on your server and then put a line in the code declaring where it is. After the comments section, include this line of code: include “Snoopy.class.php”;

    Example:

    You should have received a copy of the GNU General Public License
    along with this program. If not, see <https://www.gnu.org/licenses/&gt;.

    */

    include “Snoopy.class.php”;

    // You can edit this, but I don’t suggest making it too often
    define(‘LFE_CACHE_AGE’, 60 * 60); // In seconds, so this is 1 hour (60 minutes). No need to check more frequently than this.
    define(‘LFE_CACHE’, ‘lfe_cached_events’);
    define(‘LFE_OPTIONS’, ‘widget_lfe’);

    The Snoopy.class.php file is located here.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Last.FM Events] Fatal error with snoopy’ is closed to new replies.