2017-04-25, 16:18:42
Just try to replace a few lines in your file, before the register_plugin() function call, with:
Code:
# get correct id for plugin
$thisfile = basename(__FILE__, ".php");
$SA_PLUGIN_NAME = "sa_welcome";
$SA_PLUGINPATH = $SITEURL.'plugins/'.$thisfile;
$SA_URL = "http://tablatronix.com/getsimple-cms/";
$plugin_id = $thisfile;
$tab_name = $plugin_id; // can be unique