• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Error] Uninitialized constant Essentials

  • 1
    Posts
    1
    Years
    • Seen Dec 19, 2022
    Hey guys, got a problem. I got an 'script 'errors' line 34: NameError Occured.
    Uninitialized constant Essentials' kind of error.
    I know nothing about programming in Ruby, could someone help me out?

    -------------------------------------------------------------------------------
    Debug Output:
    -------------------------------------------------------------------------------

    *** Checking plugins ***

    Exception `NameError' at 008:PluginManager:637 - uninitialized constant PluginManager::Essentials
    Exception `NameError' at 014:Errors:34 - uninitialized constant Essentials
    014:Errors:34:in `pbPrintException': uninitialized constant Essentials (NameError)
    from 014:Errors:87:in `rescue in pbCriticalCode'
    from 014:Errors:79:in `pbCriticalCode'
    from 386:Main:18:in `mainFunction'
    from 386:Main:45:in `block in <main>'
    from 386:Main:44:in `loop'
    from 386:Main:44:in `<main>'
     
    Back
    Top