Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Help!! how can I recover my paths

Help!! how can I recover my paths

Locked

Views: 1,161

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
30 Jun 2008, 8:35 PM
#1
marlake avatar

marlake

Zen Follower

Join Date:
Mar 2008
Posts:
126
Plugin Contributions:
0

Help!! how can I recover my paths

Weeks ago I have installed my zen-cart
Linux server Godaddy hosting
I installed in the root html under the name "store"
However when I called my website
https://www.mhi-ramps-and-lifts.com this was not opening the website itself . It was just giving the message "coming soon"

The only way to see my store was if Iwrote:
www.mhi-ramps-and=lifts.com/store

Then I was recommended to move all of my files that are inside "store" to the root" In that way when people write
https://www.mhi-ramps-and-lifts.com they would see my store.
But now when I write https://www.mhi-ramps-and-lifts.com the Zen cart initial directions are appearing and giving me this message:

"Your /includes/configure.php and/or /admin/includes/configure.php file contains invalid path information and/or invalid database-connection information.
If you recently edited your configure.php files for any reason, or maybe moved your site to a different folder or different server, then you'll need to review and update all your settings to the correct values for your server."

I do not want to mess up anything. Besides the two configures files (which I can find and correct). What other files I have to correct in order to update the settings? I have not moved to another server but to another folder. I moved the zen-cart files out of my "store directory" to the root.

What I did was a correct move? If not I can put the files back to the directory "store". But i need a way in which people can see my store when they write https://www.mhi-ramps-and-lifts.com
If what I did was correct, besides the configure files what other files I have to correct to update the settings? What about the path for my database? or others??
Any ideas??:unsure::unsure:

30 Jun 2008, 8:47 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Help!! how can I recover my paths

Just edit the 2 configure.php files and look for and remove the "/store" entries

some might be

/store
or
/store/

1 Jul 2008, 12:41 AM
#4
marlake avatar

marlake

Zen Follower

Join Date:
Mar 2008
Posts:
126
Plugin Contributions:
0

Re: Help!! how can I recover my paths

I thought I followed all of the directions right. Obviously not:(
I cannot go to the website https://www.mhi-ramps-and-lifts.com

and if i go to https://www.mhi-ramps-and-lifts.com/admin I get all of these warnings:

**Warning: Wrong parameter count for define() in /home/content/j/e/s/jesussiempre/html/admin/includes/configure.php on line 42

Warning: Wrong parameter count for define() in /home/content/j/e/s/jesussiempre/html/admin/includes/configure.php on line 44

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/j/e/s/jesussiempre/html/admin/includes/configure.php:42) in /home/content/j/e/s/jesussiempre/html/includes/functions/sessions.php on line 108

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/j/e/s/jesussiempre/html/admin/includes/configure.php:42) in /home/content/j/e/s/jesussiempre/html/includes/functions/sessions.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /home/content/j/e/s/jesussiempre/html/admin/includes/configure.php:42) in /home/content/j/e/s/jesussiempre/html/admin/includes/init_includes/init_templates.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/content/j/e/s/jesussiempre/html/admin/includes/configure.php:42) in /home/content/j/e/s/jesussiempre/html/admin/includes/functions/general.php on line 21**

What should I do? :unsure::unsure:
Marlake

1 Jul 2008, 1:36 AM
#5
marlake avatar

marlake

Zen Follower

Join Date:
Mar 2008
Posts:
126
Plugin Contributions:
0

Re: Help!! how can I recover my paths

I think I have solved the 42 and 44 errors, it was a '/" missing at the end of the 42 and 44 lines.

THanks,
Marlake