(2013-02-15, 01:36:14)shawn_a Wrote: What does
C:\wamp\www\phillips\plugins\p01-contact_gs.php on line 69
say
PHP Code:
return $data->EMAIL;
Oh. I entered an email in the plugin config page, and I had one in the main settings, but still the same error.
The preceding lines are as below
PHP Code:
/*
* Return GS admin email
* @return string
*/
function admin_email()
{
$data = getXML(GSDATAOTHERPATH . 'user.xml');
return $data->EMAIL;
}