sounds like you didn't install PHP on your system. If in linux, in a terminal type "sudo apt-get install php5" or "sudo aptitude install php5" or whatever command you use in your distro for your repositories.
On Mon, Feb 27, 2012 at 6:34 PM, Joseph Matthews <[email protected]> wrote: > Can anyone provide some basic help getting the trafficgenny PHP traffic > scheduler working? > > I have: > > 1. Created a mySQL database: > #mysql -u root -p >>create database Traffic; >>exit > > 2. Import the .sql files into it: > #mysql -u root -p Traffic < sheet.sql > #mysql -u root -p Traffic < tempspnsrtimeslots.sql > #mysql -u root -p Traffic < timeslots.sql > > 3. Change the settings in dbinfo.inc.php: > <!-- this file contains your mysql database settings--> > <? > $username="rivendell"; > $password="myPassword"; > $database="Traffic"; > ?> > > 4. Placed all files in /var/www/trafficgenny > > Accessing http://localhost/trafficgenny causes a PHP file "trafficgenny" to > download; Clicking "Submit" in add.html causes "insert.php" to be > downloaded; accessing trafficgenny.php downloads the file > "trafficgenny.php". > > I'm sure I've done wrong something very simple, but can't seem to figure it > out. > > Thanks for the help! > > Joseph Matthews > [email protected] > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev > _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
