Guest Posted March 13, 2004 Share Posted March 13, 2004 I am attempting to get oscommerce up and running on a fedora core1 box. When I get to the third page after I enter the dbserver info I get only the top part of the page and cannot continue. If I manually configure and import the DB, i get a blank page when I hit the catalog. Any ideas? Link to comment Share on other sites More sharing options...
cgchris99 Posted May 13, 2004 Share Posted May 13, 2004 I too am trying to load on fedora for the first time. I have installed osc a few times on other redhat versions but this one is driving me nuts Link to comment Share on other sites More sharing options...
decob Posted May 13, 2004 Share Posted May 13, 2004 1. what version of php comes bundeld with fedora..? do a <? phpinfo(); ?> 2. in your php.ini set up the error reporting.... error_reporting(E_ALL); Link to comment Share on other sites More sharing options...
cgchris99 Posted May 13, 2004 Share Posted May 13, 2004 I installed php 4.3.4 and verified that it is installed by running the phpinfo I try changing the php.ini setting and see what happens Link to comment Share on other sites More sharing options...
cgchris99 Posted May 13, 2004 Share Posted May 13, 2004 I just checked... this is the line in my php.ini error_reporting = E_ALL & ~E_NOTICE So it looks like it is already set. I also tried installing phpMyAdmin and that doesn't work either. What a pain. Never had this trouble with RH9 Link to comment Share on other sites More sharing options...
cgchris99 Posted May 13, 2004 Share Posted May 13, 2004 Ok, we're making some progress. I installed the rpm for "php-mysql". I'm not sure why it wasn't already installed. But now phpmyadmin is working and I will be checking on the osc install again. I'll keep posting in this thread, maybe my efforts will help someone else. Link to comment Share on other sites More sharing options...
cgchris99 Posted May 13, 2004 Share Posted May 13, 2004 I managed to install the databases using mysql from my back and was then able to get osc running Link to comment Share on other sites More sharing options...
decob Posted May 14, 2004 Share Posted May 14, 2004 yeah, i always fine that you are best of installing the likes of apache. php from source and mysql from source or rpm... rather than the default os install . Link to comment Share on other sites More sharing options...
Guest Posted May 14, 2004 Share Posted May 14, 2004 Why won't Fedora Core recognize oscommerce download? ( post #1) Hi I'm using Fedora Core trying to download oscommerce. The browser says it doesn't recognize the file and doesn't know what to do with it. How can this be? Doesn't one open system software recognize another? From reading I got the notion that PHP would do the trick. Please comment including a suggestion as to where I may get PHP. Thanks much. Tina Link to comment Share on other sites More sharing options...
decob Posted May 14, 2004 Share Posted May 14, 2004 emm yes php would help :P ... (you sometimes have to wonder if people have ever heard of a thing called google..) as the files are written in php, so apache needs some way of parsing the pages.. php can be downloaded from www.php.net. the docs with it tell you how to install in and configure apache for php files. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.