Guest Posted July 21, 2003 Posted July 21, 2003 Hi all, I am new to osCommerce, but not to HTML or programming. I have successfully (after several hours of installing and configuring PHP / MySQL) installed osCommerce, mostly. As best as I can tell the installation is normal, and think I have kept it about as generic as possible. I am using the sample data, in the sample database, that the catalog/install set up for me, successfully. Now I go to catalogs/indes.php and non of the images appear, and it looks as though the stylesheet is not being used. I look at the source of the page to find out where it looks for the style sheets and images, and looked for the files. All of the files appear to be where they are supposed to be for the HTML. Also, in the administrator section (catalog/admin/indes.php), I have repeat errors that look like this: Warning: session_start(): open(/tmpsess_74ff72b71e7890914368eddbc749cf86, O_RDWR) failed: No such file or directory (2) in C:<webroot>catalogadminincludesfunctionssessions.php on line 67 Let me know what I can do to make this work. I would like to use the osCommerce for a couple of my customers, and I am just trying to get the feel for every thing in it :) Thanks in advance for any help! Brad
Guest Posted July 22, 2003 Posted July 22, 2003 Ok, I found the stylesheet and images problem. :oops: I had to change a line in the configure.php: define('HTTP_SERVER', 'http://brad-pc') to this: define('HTTP_SERVER', 'http://brad-pc/catalog/') No idea how to fix the session problems in the administration section. I will start a new thread on that one
Recommended Posts
Archived
This topic is now archived and is closed to further replies.