Jump to content

Errors with cc 3.06


Guest beek

Recommended Posts

:) I have a problem with cc 3.06

This are the errors i get within cc

Server info error:

Notice: Undefined index: rootRel in /var/www/sites/SITE name/winkel/admin/misc/info.php on line 2

Notice: Undefined index: rootRel in /var/www/sites/SITE name/winkel/admin/misc/info.php on line 2

Upload images eror:

Notice: Undefined index: host in /var/www/sites/SITE name/winkel/classes/db.inc.php on line 43

Notice: Undefined index: HTTPS in /var/www/sites/SITE name/winkel/includes/functions.inc.php on line 37

Notice: Undefined index: HTTPS in /var/www/sites/SITE name/winkel/includes/functions.inc.php on line 41

Notice: Undefined index: HTTPS in /var/www/sites/SITE name/winkel/includes/functions.inc.php on line 37

Notice: Undefined index: HTTPS in /var/www/sites/SITE name/winkel/includes/functions.inc.php on line 41

Print order form error:

Notice: Undefined index: host in /var/www/sites/SITE name/winkel/classes/db.inc.php on line 43

Notice: Array to string conversion in /var/www/sites/SITE name/winkel/includes/functions.inc.php on line 100

Notice: Undefined variable: params in /var/www/sites/SITE name/winkel/includes/functions.inc.php on line 107

Notice: Undefined variable: sessionDomain in /var/www/sites/SITE name/winkel/includes/session.inc.php on line 70

Notice: Undefined index: act in /var/www/sites/SITE name/winkel/includes/currencyVars.inc.php on line 38

Notice: Undefined variable: ini in /var/www/sites/SITE name/winkel/includes/currencyVars.inc.php on line 57

Notice: Undefined property: cartArray in /var/www/sites/SITE name/winkel/classes/cart.php on line 202

Use : Slackware 10.2 - Apache/1.3.34 - PHP/4.4.1 - MySQL 4.1.12-max

Setting global.inc.php

<?php

$glob['dbdatabase'] = 'nop_shop';

$glob['dbhost'] = 'localhost';

$glob['dbpassword'] = 'password';

$glob['dbprefix'] = '';

$glob['dbusername'] = 'username';

$glob['installed'] = '1';

$glob['rootDir'] = '/var/www/sites/SITE name/winkel';

$glob['rootRel'] = '/winkel/';

$glob['storeURL'] = 'http://www.SITE name/winkel';

?>

languages is dutch

have no https config

beek

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...