I'm a Zen newbe so I apologize if this is a stupid question...but here it goes:
I just finished getting my new Zen store (latest version) installed and setup. I use FireFox and it worked great. In my excitement I emailed everyone I knew with my URL. Most of them use Internet Explorer...
When using IE (but not FireFox for some reason) you get the following error when trying to log in:
Warning: strstr(): Empty delimiter. in /nfs/cust/.../web/includes/init_includes/init_customer_auth.php on line 15
I do not get any log in errors on the admin page log in even with IE.
line 15 of the file listed says this (if my count is right):
if (!strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])){
// if (EXCLUDE_ADMIN_IP_FOR_MAINTENANCE != $_SERVER['REMOTE_ADDR']){
if (DOWN_FOR_MAINTENANCE=='true' and $_GET['main_page'] != DOWN_FOR_MAINTENANCE_FILENAME) zen_redirect(zen_href_link(DOWN_FOR_MAINTENANCE_FILENAME));
}
/**
Any help would be greatly appreciatedThanks!


Thanks!

