Hello...
After installing the view cart mod, to show the cart on the right side of every page, I now get the following error in my cart and on every store page:
Warning: stristr() [function.stristr]: Empty delimiter in /home/duvitage/public_html/administrator/components/com_virtuemart/classes/ps_session.php on line 597
And here is what is on Line 597:
$url = (stristr($text, SECUREURL) ? SECUREURL : URL) . substr($url, $url[0] == '/' ? 1 : 0);
Any help would be appreciated.
Should I have my php warnings turned off?
Thanks, JD