We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • Still getting this when uninstalling (the message about the category object is because I removed the category earlier)
    Finding package with signature: elrte-0.0.1-beta2
    Package found. Preparing to uninstall.
    Skipping modCategory object (data object does not exist and cannot be removed): Array ( [category] => elRTE )
    Removed modPluginEvent instance with primary key Array ( [0] => 4 [1] => OnRichTextBrowserInit )
    Removed modPluginEvent instance with primary key Array ( [0] => 4 [1] => OnRichTextEditorInit )
    Removed modPluginEvent instance with primary key Array ( [0] => 4 [1] => OnRichTextEditorRegister )
    Removed modPlugin instance with primary key 4
    Skipping modPluginEvent object (data object does not exist and cannot be removed): Array ( [pluginid] => 1 [event] => OnRichTextBrowserInit )
    Skipping modPluginEvent object (data object does not exist and cannot be removed): Array ( [pluginid] => 1 [event] => OnRichTextEditorInit )
    Skipping modPluginEvent object (data object does not exist and cannot be removed): Array ( [pluginid] => 1 [event] => OnRichTextEditorRegister )
    Removed modNamespace instance with primary key elrte
    Package successfully uninstalled with signature: elrte-0.0.1-beta2
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
      • 36905
      • 9 Posts
      I'm not to sure about the fix of the uninstallation, however in regards to the previous issues, packman didn't package the core components correctly. Attached to my site is Beta 3 (approx 775kb) which should install correctly.

      My output looks like:
      Console running...
      Finding package with signature: elrte-0.0.1-beta3
      Package found. Preparing to uninstall.
      Removed modCategoryClosure instance with primary key Array ( [0] => 4 [1] => 4 ) 
      Removed modCategoryClosure instance with primary key Array ( [0] => 0 [1] => 4 ) 
      Removed modCategory instance with primary key 4
      Removing files in file resolver: /var/www/modx/core//components/elrte
      Removed modPluginEvent instance with primary key Array ( [0] => 5 [1] => OnRichTextBrowserInit ) 
      Removed modPluginEvent instance with primary key Array ( [0] => 5 [1] => OnRichTextEditorInit ) 
      Removed modPluginEvent instance with primary key Array ( [0] => 5 [1] => OnRichTextEditorRegister ) 
      Removed modPlugin instance with primary key 5
      Skipping modPluginEvent object (data object does not exist and cannot be removed): Array ( [pluginid] => 8 [event] => OnRichTextBrowserInit ) 
      Skipping modPluginEvent object (data object does not exist and cannot be removed): Array ( [pluginid] => 8 [event] => OnRichTextEditorInit ) 
      Skipping modPluginEvent object (data object does not exist and cannot be removed): Array ( [pluginid] => 8 [event] => OnRichTextEditorRegister ) 
      Removed modNamespace instance with primary key elrte
      Package successfully uninstalled with signature: elrte-0.0.1-beta3
      


      These lines are confusing me as I have no plugin 8...
      Skipping modPluginEvent object (data object does not exist and cannot be removed): Array ( [pluginid] => 8 [event] => OnRichTextBrowserInit ) 
      Skipping modPluginEvent object (data object does not exist and cannot be removed): Array ( [pluginid] => 8 [event] => OnRichTextEditorInit ) 
      Skipping modPluginEvent object (data object does not exist and cannot be removed): Array ( [pluginid] => 8 [event] => OnRichTextEditorRegister ) 
      
      [ed. note: cadcoder last edited this post 12 years, 4 months ago.]
      • Wonderful! I'll beat on it and see if it fights back!
          Studying MODX in the desert - http://sottwell.com
          Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
          Join the Slack Community - http://modx.org
          • 38290
          • 712 Posts
          Is anyone else experiencing MODx.on('ready') event firing each time a resource is saved?
            jpdevries