Jump to content

Help with my cart!!


Guest ccatura

Recommended Posts

Guest ccatura

I'm not sure whats wrong. I think I have to change the path to my store. I tried reinstalling everything but it didn't seem to work. Here is the link to my store:

http://www.scripshirts.net/home/store/

also:

http://www.scripshirts.net/home/store/admin/

The first time I installed it I left the path to my directory alone. But I think it was wrong. So the second time I installed it, I changed the path to: /home/users/web/b82/ccatura/ but I still get the same error, like it never actually changed it.

Can someone help me please!!??

Charlie

Link to comment
Share on other sites

Guest ccatura

This is my global.inc.php:

<?php

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

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

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

$glob['dbprefix'] = 'ss_';

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

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

$glob['rootDir'] = '/home/users/web/b82/ccatura/home/store';

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

$glob['storeURL'] = 'http://www.scripshirts.net/home/store';

?>

Is there somewhere else that I have to change these setting?? Will it work if I just delete all the files and re-upload them fresh? I have not used my cart yet so I wouldn't be losing any info.

Link to comment
Share on other sites

Guest ccatura

When I log in to manage MySQL settings on my server, it tells me that 'mysqldb' is the hostname. It's one of the few things that I can actually find out there. I have my webpage through Bizland.com.

Link to comment
Share on other sites

As Roban explained, there's probably no one here who can sort out your filepath problems without getting in to your server, and there are probably few or none here who want to get into your server; neither should you want to give one of us strangers access.

My suggestion is to contact the folk at Bizland.com and lay your filepath problems out to them. They can probably sort it out fairly quickly. :rolleyes:

Link to comment
Share on other sites

Guest ccatura

I think this is it. I was searching Bizland's site and found that I have to put some info in the *.php's. So I put:

session_save_path("/home/users/web/b82/ccatura/cgi-bin/tmp");

session_start();

into the beginning of every *.php page and they're all starting to work! Thanks everyone for your efforts, and I apologize for the 'impatience'.

Charlie

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