Nov 3rd, 2014, 7:57 AM
I have fixed my issue in case anyone else has this same problem. I opened the index.php file in the submissions_accounts folder from the module.
I then commented out the following code
$folder = dirname(__FILE__);
require_once("$folder/library.php");
After commenting it out it will look like this, for those of you that would like to try.
/*$folder = dirname(__FILE__);
require_once("$folder/library.php");*/
I then saved the file and was able to access the module as normal and it is working as expected.
I then commented out the following code
$folder = dirname(__FILE__);
require_once("$folder/library.php");
After commenting it out it will look like this, for those of you that would like to try.
/*$folder = dirname(__FILE__);
require_once("$folder/library.php");*/
I then saved the file and was able to access the module as normal and it is working as expected.