Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[Solved] Plugins: enabling plugin: " addon generates a fatal error "

jackmaessenjackmaessen ✭✭✭
edited January 2015 in Vanilla 2.0 - 2.8

I put the complete root from a subdomain to the main domain and now i can not enable anymore plugins; it says: "This addon can not been enabled because it generates a fatal error" and below it "Success"
I only can enable them in the config.php

I also emptied the cache ini files

What can cause this problem?

Comments

  • Options
    jackmaessenjackmaessen ✭✭✭
    edited January 2015

    Problem found: in my index.php i put this code at the bottom:

    /* GOOGLE ANALYTICS ADDED */
    include_once("analyticstracking.php");
    

    that causes the problem

    This works fine:

    /* GOOGLE ANALYTICS ADDED */
    include_once(PATH_ROOT.'/analyticstracking.php');
    
Sign In or Register to comment.