PDA

View Full Version : Install Errors


tester
July 22nd, 2003, 11:25 PM
Squirrelcart 1.1.0
php-4.3.2-Win32
mysql-4.0.13-win

Website: http://www.Outdooroutdoors.com/demo.php

Installed as directed and I get hundreds of lines such as this:

[COLOR=darkred]Notice: Undefined variable: SESSID in C:\inetpub\websites\Outdooroutdoors\squirrelcart\c art.php on line 2

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\inetpub\websites\Outdooroutdoors\squirrelcart\c art.php:2) in C:\inetpub\websites\Outdooroutdoors\squirrelcart\c art.php on line 3

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\inetpub\websites\Outdooroutdoors\squirrelcart\c art.php:2) in C:\inetpub\websites\Outdooroutdoors\squirrelcart\c art.php on line 3

Notice: Undefined variable: retVal in C:\inetpub\websites\Outdooroutdoors\squirrelcart\f unctions\all_functions.func on line 16

Notice: Undefined offset: 86 in C:\inetpub\websites\Outdooroutdoors\squirrelcart\f unctions\all_functions.func on line 28


snip.....

I do get the store way down on the page also with the same type errors.

At the very end of the page, this is displayed:

Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0


Any ideas?

tester
July 25th, 2003, 12:06 PM
:confused: Anyone home.....

This is my first go at using squirrelcart and I'll be asking for my money back if this is the kind of support to expect.

Jamie
July 25th, 2003, 02:16 PM
Hi,

The cart requires "register_globals" be set to "on" in your PHP.INI file. This is the cause of some of these errors.

I searched in the forums for some of the text you entered in your post, and found the following post:
http://ldev.com/forums/showthread.php?p=1336&goto=postid

There are certain things you will need to change to make this work in a Windows environment. The person that made the above post had the exact same error messages as you are getting, and explains in detail how to resolve them.

Thanks,
Jamie