Jump to content

wreckitrandy22

Members
  • Posts

    4
  • Joined

  • Last visited

wreckitrandy22's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I've updated the file and it still doesn't show up on the available page Is there something I have to do besides refreshing to show it in the available plugins page? Or is there some config to enable developer plugins or something? Edit: It appears that the permissions on the files were messed up, seems to be working now with 755
  2. <?php class MyPluginPlugin extends Plugin { public function __construct() { $this->loadConfig(dirname(__FILE__) . DS . "config.json"); } } ?>
  3. No it still doesn't show up. I know I'm in the right directory because when I delete one of the included plugins' folders it is removed from the available list. I ran php -l on all my files and they have no syntax errors.
  4. I'm trying to make a custom plugin and I have the correct directory structure and filenames but the plugin does not show up in the list on /admin/settings/company/plugins/available/. Is there a log file somewhere where it loads the plugins that I can check to see what is wrong? If anybody could help me figure out how to get started in how to debug this I'd appreciate it config.json
×
×
  • Create New...