Jump to content

Some serious Upload image and browse image errors


Guest

Recommended Posts

Hello All,

I have had to change my username as I dont seem to get the email with password reminder for my other account.

I have a problem. I have used cube cart this evening and installed it fine. Although I know there isnt an official support for windows I dont believe that it would install all to well if it wasnt going to work.

Anyway, here it goes.

Below you will see 2 images, 1 of the uploads link and 1 of the browse for an image.

Both are riddled with errors and im just wondering if anyone has a cure.

Regards,

Link to comment
Share on other sites

Roban Hi,

I do believe they are correct.

This is the insides of global.inc

<?php

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

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

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

$glob['dbprefix'] = '(password was added for some reason)';

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

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

$glob['rootDir'] = 'C:\\Inetpub\\wwwroot\\MyDir';

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

$glob['storeURL'] = 'http://www.MyDomain.co.uk';

?>

I have *'ed out very sensitive info, and until I have secured everything properly I have altered thename of the dir's.

Apart from that what you see above is exactly as it appears in global.inc .

Everything seems fine to me. What do you think?

Regards,

Link to comment
Share on other sites

I see you're running this on a windows server. I can't help you there bud. It looks fine unless your db is not functioning. I question the double \\ in your rootDir. I never had any success running CC from a local machine.

<?php

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

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

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

$glob['dbprefix'] = '(password was added for some reason)';

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

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

$glob['rootDir'] = 'C:\\Inetpub\\wwwroot\\MyDir';

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

$glob['storeURL'] = 'http://www.MyDomain.co.uk';

?>

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...