|
From: Bryan W C. <cl...@cl...> - 2003-12-17 14:38:23
|
On Tue, 2003-12-16 at 10:00, Jeanna Matthews wrote: > On Sun, 14 Dec 2003, Michael J. Forte wrote: > > > Hey guys!! > > > > I wanted to give us a few days to get done with finals and settled back in > > at home (hopefully everyone had a safe trip) before I sent out any spam ;). > > > > Byran and Todd and I are just wrapping up a paper we've been working > really hard on :-) Yeah, it's done! > > I would like to know who is still going to be able to help out > over the > > break. I have been looking at the code and attempting to get it to work on > > my machine and there are a number of programming issues (not including the > > mysql database) that would render it useless on any machine other than > > NCNPR's - this has mainly to do with include path names and directories. > > > > The first task that would need to be taken care of before we can start to > > separate out the display HTML form the PHP code is to get this thing > > actually working. Do we have a working copy with a working database? > > > > Bryan you set up a working copy on bgpdata yes? My copy on bgpdata is in flux as it has been difficult to get all the pieces working at the same, but yes during certain snapshots it is a working copy of the system. > I am not sure if we've set up a database with some sample news content. > Michael, did you grab some of that from them? There didn't seem to be sample data included, but we should be able to enter in some dummy stuff using the admin interface. > bgpdata also has mySql on it. Would the right thing be to set up the > tables they expect and put some sample content in? The released code contains the SQL script you need to setup the tables. I had asked Todd for mysql access with my username on bgpdata, so I have the tables built. the SQL tables are in pmm-cms/NewsCMS/sql/newsdb.sql mysql> show tables; +----------------------+ | Tables_in_clarkbw | +----------------------+ | lastedit | | news | | news_weekend_buckets | | news_weekend_stories | | newsusers | | reporters | +----------------------+ > > After we get this figured out we should be able to start looking at the > > first two pages to separate (news.php and archive.php). In the mean time > > while we work on getting a running copy of this, lets all look at the code > > and play around a bit. > > > > I'll send out another email after I hear back from who is going to help out > > and if we have a working copy or not. In the meantime I will keep debugging > > PHP errors on my local server. One thing I'd suggest right now is that we continue any discussion on the SF list that is provided. Here's the info to subscribe: --------------------------------------- pmm-cms-developers mailing list pmm...@li... https://lists.sourceforge.net/lists/listinfo/pmm-cms-developers I cc'd the list on this reply just so we'd have this message in the archives. ~ Bryan |