Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No output


mmp

Recommended Posts

Posted

I just installed oscommerce. When I go to catalog/index.php on my site the page only contains:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD>

<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>

<BODY></BODY></HTML>

 

What have I done wrong?

 

Any help appreciated

 

Mike

Posted
I just installed oscommerce.  When I go to catalog/index.php on my site the page only contains:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD>

<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>

<BODY></BODY></HTML>

 

What have I done wrong?

 

Any help appreciated

 

Mike

 

What is the complete URL?

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Posted

Your 'install' directory is still there. Did you run the install procedure after setting up a blank database and uploading the catalog folder?

 

Vger

Posted

As long as the install went okay, then what you have to do now is to delete the 'install' directory.

 

Vger

Posted

I deleted the install directory, however, I still get no return, just a blank screen.

 

I have check out the database, and the tables are there using mySQL schema viewer.

 

I appreciate your time to help

 

mike

Posted

The last time I saw someone with this problem they had a defective index.php file.

 

Compare what's on the server with your local copy.

 

There are 340 lines in a stock index.php file

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

Backtracking the URL a little:

 

http://www.michaelmilner.com/store/catalog/index.php

 

http://www.michaelmilner.com/ Takes me to the MICHAEL MILNER PHOTOGRAPHS page.

 

http://www.michaelmilner.com/store/ Takes me to an Index of /store

 

http://www.michaelmilner.com/store/catalog/ Is the blank page.

 

Most times when OSC is setup, people set it up to www.domain/store or www.domain/catalog not both.

 

Which makes me wonder if the absolute path in configure.php line 33 of /catalog/configure.php is not set correctly.

 

Example:

define('DIR_FS_CATALOG', '/home/www/michaelmilner.com/catalog/');

Your can try:

define('DIR_FS_CATALOG', '/home/www/michaelmilner.com/store/catalog/');

 

If that works, also change it in the admin configure.php or you will not be able to find your admin screens.

 

Good luck,

 

Bob G.

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Posted

I made a fresh ftp of the files using a different ftp program which seems to have corrected the problem. I would say some files were uploaded incorrectly. Thank you to all for your kind help in leading to the resolution of the problem. I hope as I become more familiar with php and the program, I can return the favour.

 

Thanks again

 

Mike

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...