Fatal Error

When someone clicks the ‘Add to Cart’ button at my site, they get this: Fatal error: Call to undefined function session_register() in /home/cafe997/public_html/cart.php on line 5

Help please!

You are using code that is obsolete. session_register has been completely removed from Php. You will have to update your shopping cart or the code.

This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.

http://php.net/manual/en/function.session-register.php

Sponsor our Newsletter | Privacy Policy | Terms of Service