osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Newbie with Configuration problem

This is a discussion on Newbie with Configuration problem within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; I'm in the middle of the install and it comes up with this error: The configuration files do not exist, ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 04-24-2004, 07:36 PM
Lurker
 
Join Date: Apr 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
onceupon
Default Newbie with Configuration problem

I'm in the middle of the install and it comes up with this error:

The configuration files do not exist, or permission levels are not set.

Please perform the following actions:
cd /home/onceupon/public_html/catalog/includes/
touch configure.php
chmod 706 configure.php
cd /home/onceupon/public_html/catalog/admin/includes/
touch configure.php
chmod 706 configure.php

Now, I have changed the chmod to 777 (like it says to in the error) and it doesn't work, the files are in the directories that it says they don't exist. I've tried modifying the files but to no avail. Am I doing something wrong? I've followed every step to a T and I'm getting frustrated as I've been stuck on this step for hours.

Any help would be appreciated.

Amy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 04-25-2004, 02:38 PM
Lurker
 
Join Date: Apr 2004
Location: Phoenix, AZ
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
amaddeus
Default

Are you sure you have the configure.php files in the ./catalog/includes/ and the ./catalog/admin/includes/ directory? I had this same problem until I figured out I was putting the files in the wrong directories.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 04-25-2004, 03:32 PM
Lurker
 
Join Date: Apr 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
onceupon
Default

Positive, I'm in the process of having just finished taking everything off my server and uploading it again under my server as /catalog/... and when I get to the same point it now comes up with an error because I don't have it under the /home/user/public_html/catalog

What I find so frustrating is that no where does it say to put anything under /home/ until during the installation script. Where exactly does everything belong? I have it currently under /public_html/catalog/. Am I supposed to be putting it under /home/user/public_html/catalog ? Because that's what I did last time and it didn't work.

Thank you so much for any input!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 04-25-2004, 06:45 PM
Lurker
 
Join Date: Apr 2004
Location: Phoenix, AZ
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
amaddeus
Default

It goes under /home/user/public_html/catalog/ if catalog is your directory. Meaning, will you access OSCommerce at www.yoursite.com/catalog or just www.yoursite.com. If the latter, then the absolute address is /home/user/public_html/.

Hope that helps.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 04-26-2004, 10:59 AM
Lurker
 
Join Date: Apr 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
onceupon
Default

Got it working!! Now my only problem is that it comes up with the Warning...
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/onceupon/public_html/catalog/includes/functions/general.php:1257) in /home/onceupon/public_html/catalog/includes/functions/sessions.php on line 67

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/onceupon/public_html/catalog/includes/functions/general.php:1257) in /home/onceupon/public_html/catalog/includes/functions/sessions.php on line 67
[osCommerce] [My Account] [Cart Contents] [Checkout]

This is my fault because I was following instructions on how to change the "What's New Here?" to show the Categories instead. I've tried to fix everything to the way it was before but it's not working for me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 04-26-2004, 11:34 AM
Lurker
 
Join Date: Apr 2004
Location: Phoenix, AZ
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
amaddeus
Default

Good to hear that you got it working. Since you say that you broke it in other ways trying to fix it, I would suggest simply doing a re-install, just don't do the database part. Then you can apply your new knowledge and get a good clean install.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 04-26-2004, 04:32 PM
Member
 
Join Date: Jan 2004
Location: edmonton, Alberta, Canada
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
peteyg
Default

Quote:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/onceupon/public_html/catalog/includes/functions/general.php:1257) in /home/onceupon/public_html/catalog/includes/functions/sessions.php on line 67

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/onceupon/public_html/catalog/includes/functions/general.php:1257) in /home/onceupon/public_html/catalog/includes/functions/sessions.php on line 67
[osCommerce] [My Account] [Cart Contents] [Checkout]

This is my fault because I was following instructions on how to change the "What's New Here?" to show the Categories instead.
The reason why you get this error is becasue of your text editor. Windows and unix use different characters for white space and what not...anyways if you are using word pad on windows i suggest not using it...try getting a copy of macromedia dreamweaver or find free text editor you can download. There are many to choose from.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 04-27-2004, 03:56 PM
Lurker
 
Join Date: Apr 2004
Location: Phoenix, AZ
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
amaddeus
Default

Ahhhh, that is good to know. Thank you peteyg.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 04-27-2004, 11:00 PM
Lurker
 
Join Date: Apr 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
onceupon
Default

Ah ha! I have dreamweaver... a friend of mine told me not to use it because it coded differently... shows me for listening to them!! Thanks so much!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Link colors problem - newbie - pls help pram0310 osCommerce 2.2 Modification Help 1 09-10-2004 10:41 AM
newbie. problem with replacing a text with an image techan osCommerce 2.2 Modification Help 3 05-19-2004 03:36 PM
problem with configuration file galil osCommerce 2.2 Installation Help 2 03-04-2004 10:08 AM
Please help configuration problem MeGaHeRtZ osCommerce 2.2 Installation Help 1 07-04-2003 12:33 AM
strange newbie problem realy need help stumped Altaguy osCommerce 2.2 Installation Help 12 01-13-2003 10:35 PM


All times are GMT -8. The time now is 06:34 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax