Thanks Ragdata! The site was just created, within the past month.
So to be certain, I can drop the line of code, here for example:
* See COPYRIGHT.php for copyright notices and details.
*/
// Set flag that this is a parent file
define( '_JEXEC', 1 );
define('JPATH_BASE', dirname(__FILE__) );
define( 'DS', DIRECTORY_SEPARATOR );
ini_set('error_reporting', '1');
require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );
JDEBUG ? $_PROFILER->mark( 'afterLoad' ) : null;
/**
* CREATE THE APPLICATION
*
* NOTE :
*/
$mainframe =& JFactory::getApplication('site');
I'll pass along the info to the owner, that (depending on constraints/availability) you could potentially be available to consult if they want to pursue it still after the above.
Really, really appreciate your help!