tigerincanada
14th August 2006, 02:04 PM
Searching for: L_G_SIGNUP_PAGE_URL
include\Affiliate\Merchants\Views\AffPanelSettings .class.php(330): checkCorrectness($_REQUEST['signup_page_url'], $data['Aff_settings_subaffsignup_url'], L_G_SIGNUP_PAGE_URL, CHECK_EMPTYALLOWED);
merchants\templates\affiliate\default\settings_aff panel_subaff_signup.tpl.php(35): <?=L_G_SIGNUP_PAGE_URL?>
Found 2 occurrence(s) in 2 file(s)
L_G_SIGNUP_PAGE_URL is not defined.
Changing these two instances to L_G_SIGNUPURL fixes this.
include\Affiliate\Merchants\Views\AffPanelSettings .class.php(330): checkCorrectness($_REQUEST['signup_page_url'], $data['Aff_settings_subaffsignup_url'], L_G_SIGNUP_PAGE_URL, CHECK_EMPTYALLOWED);
merchants\templates\affiliate\default\settings_aff panel_subaff_signup.tpl.php(35): <?=L_G_SIGNUP_PAGE_URL?>
Found 2 occurrence(s) in 2 file(s)
L_G_SIGNUP_PAGE_URL is not defined.
Changing these two instances to L_G_SIGNUPURL fixes this.