Jump to content

Error at step 3...Need Help!!!!


Guest

Recommended Posts

can enyone tell me how come i cant pass step 3 when i did changed permission for file "global.inc.php" bak to 644 already but still cant install it...????

step3.gif

I also changed to install method 2 but still cant understand the part :

###########################################

$config['rootDir'] = ''; // e.g. /path/to/your/store

$config['rootRel'] = ''; // e.g. /store/

$config['storeURL'] = ''; // e.g. http://www.domain.com/store/

###########################################

i made it to :

###########################################

$config['rootDir'] = '/shop/';

$config['rootRel'] = '/shop/';

$config['storeURL'] = 'http://viettop.batcave.net/shop/';

###########################################

Can anyone help me to solve this ??? Thnx alot for helpin and readin..!!!

Link to comment
Share on other sites

The problem will be with your rootDir I think.

thnx for reply... :0 i thought that because of root_dir as well but i dont know how to fix it right now...anyone else can help me to fix that ???

Link to comment
Share on other sites

Make a new file called system.php and paste the following code into it:

<?php

phpinfo();

?>

Upload that file to your website, then open it in your browser: http://viettop.batcave.net/system.php

Scroll down that page in your browser until you find a table called "Apache Environment"

Within that table, there should be a row called "DOCUMENT_ROOT". Beside that title is your root path for your web directory.

For example: /home/vhosts/yoursite.com/www

Use that as your rootDir, adding /shop to the end of it

Link to comment
Share on other sites

okey...thnx alot for ur helpin...it helped me alot...but now i'm facing with another problem is when i run the index.php the it's appear this message :

###########################################

MySQL Error Occured

2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

###########################################

Again...plz tell me how u think about this and how to fix it....thnx alot all !!!!

Link to comment
Share on other sites

Guest ApproachingSilence

:) Booker: thank you thank you and thank you! I was struggling so much trying to get things working, but that tip about making a systems.php helped me tremendously. It turned out I was using the wrong root-directory... oops.

Did I say thank you yet? :cry:

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