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

Fatal error: Class 'DeveloperLocale' not found

legrandselegrandse
edited October 2011 in Vanilla 2.0 - 2.8
Hello,

Can you help me with this error when I want to actived the locale developer addons:

Fatal error: Class 'DeveloperLocale' not found in C:\wamp\www\vanilla\plugins\LocaleDeveloper\class.localedeveloper.plugin.php on line 26

Call Stack

# Time Memory Function Location

1 0,0005 390104 {main}( ) ..\index.php:0

2 0,2128 8472672 Gdn_Dispatcher->Dispatch( ) ..\index.php:53

3 0,2361 10377576 call_user_func_array
( ) ..\class.dispatcher.php:322

4 0,2361 10377864 SettingsController->TestAddon( ) ..\class.dispatcher.php:0

5 0,2363 10381840 Gdn_PluginManager->TestPlugin( ) ..\class.settingscontroller.php:836

6 0,2375 10384744 Gdn_PluginManager->_PluginHook( ) ..\class.pluginmanager.php:881

7 0,2872 10385032 Gdn_PluginManager->IncludePlugins( ) ..\class.pluginmanager.php:1034

8 0,2885 10538704 include_once( 'C:\wamp\www\vanilla\plugins\LocaleDeveloper\class.localedeveloper.plugin.php' ) ..\class.pluginmanager.php:244


PS: I use 2.0.18RC2 and I installed last version of the plugin on GitHub.

Thanks for your help.



Tagged:

Answers

  • Options
    Hello,

    Now I can give you more information about this error.

    I have a fresh install of vanilla and now I can activate the local developer plugin.

    But If I check the radio button to activate "Capture definitions throughout the site... " the problem appears and can't do anymore.

    The error is still the same :Fatal error: Class 'DeveloperLocale' not found in C:\wamp\www\vanilla\plugins\LocaleDeveloper\class.localedeveloper.plugin.php on line 26

    To reactivate Vanilla I have to change this into conf.php:

    $Configuration['Plugins']['LocaleDeveloper']['CaptureDefinitions'] = '0';


    Can you reproduce this error ?

    Thanks for your help.


  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    I just uploaded a new version of the the locale developer plugin. This should resolve your issue.
Sign In or Register to comment.