Modules don't show up in admin panel under Cubepoints->Modules.
-
The plugin itself is working fine. I can display the points and everything. But I think the path used to find the modules is a little bit odd.
I tried changing this in core.php ABSPATH.PLUGINDIR.’/’.dirname(plugin_basename(__FILE__))
with plugin_dir_path( __FILE__ ) . No luck, I am getting the white screen of death. If you have the time and have any suggestion I would really appreciate it. Thanks!One last thing. This is what I am using for my plugin folder and I know its not from this because all my others plugin are working fine so far.
define(‘WP_PLUGIN_DIR’, $_SERVER[‘DOCUMENT_ROOT’] . ‘/features’ );
define(‘WP_PLUGIN_URL’, ‘https://’ . $_SERVER[‘SERVER_NAME’] . ‘/features’);
define(‘DISALLOW_FILE_EDIT’, true);
- The topic ‘Modules don't show up in admin panel under Cubepoints->Modules.’ is closed to new replies.