From: Richard S. <ri...@ri...> - 2003-08-27 02:48:09
|
To phpWebsite and Database Gurus, I made some changes to phpWebsite so now the core installs just find on PostgreSQL and MySQL (so far tested) but I must have edited something wrong and now phpWebsite isn't showing any content. Can anybody test my version and see what's wrong with it displaying stuff now? I don't care what database it's tested on, I just need the content to start showing again. My version is located at http://www.richard-sumilang.com/pgWebsite.zip When you first download it and load index.php, it will run the setup and install everything but when you click on "Go to my installation" or just go back to the index it wont display anything. Thanks in advance - Richard S. |
From: Mike N. <mh...@us...> - 2003-08-27 05:56:42
|
On Tue, 2003-08-26 at 19:48, Richard Sumilang wrote: > I made some changes to phpWebsite so now the core installs just find on > PostgreSQL and MySQL (so far tested) Richard, Thank you for working on the database issues. > but I must have edited something > wrong and now phpWebsite isn't showing any content. Can anybody test my > version and see what's wrong with it displaying stuff now? Did you use a cvs working copy for your changes? If so, you can use "cvs diff" to figure out where the problem is. Also, did you read the patches page? Submitting Patches http://phpwebsite.appstate.edu/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=50 > I don't care > what database it's tested on, I just need the content to start showing > again. > > My version is located at http://www.richard-sumilang.com/pgWebsite.zip Unfortunately, I know of no one that has time to dig through a zip file with multiple changes on an unidentified core version. Where would we begin the diff at 0.9.3-1-rc3, 0.9.3-1, 0.9.4, or some date checkout of cvs? You need to help us, if we are to help you. -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |
From: Richard S. <ri...@ri...> - 2003-08-27 06:10:04
|
Mike, Thanks for replying back quick :-)... I am using PWS 0.9.3-1 downloaded from the home page. I am not using cvs diff or cvs at all (which I probably should be doing). I did not read the patches page yet but the system was working perfectly (with MySQL) before I made my modifications which where mostly in SQL files. - RIchard S. On Tuesday, August 26, 2003, at 11:00 PM, Mike Noyes wrote: > On Tue, 2003-08-26 at 19:48, Richard Sumilang wrote: >> I made some changes to phpWebsite so now the core installs just find >> on >> PostgreSQL and MySQL (so far tested) > > Richard, > Thank you for working on the database issues. > >> but I must have edited something >> wrong and now phpWebsite isn't showing any content. Can anybody test >> my >> version and see what's wrong with it displaying stuff now? > > Did you use a cvs working copy for your changes? If so, you can use > "cvs > diff" to figure out where the problem is. Also, did you read the > patches > page? > > Submitting Patches > http://phpwebsite.appstate.edu/ > index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=50 > >> I don't care >> what database it's tested on, I just need the content to start showing >> again. >> >> My version is located at http://www.richard-sumilang.com/pgWebsite.zip > > Unfortunately, I know of no one that has time to dig through a zip file > with multiple changes on an unidentified core version. Where would we > begin the diff at 0.9.3-1-rc3, 0.9.3-1, 0.9.4, or some date checkout of > cvs? You need to help us, if we are to help you. > > -- > Mike Noyes <mhnoyes at users.sourceforge.net> > http://sourceforge.net/users/mhnoyes/ > SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Mike N. <mh...@us...> - 2003-08-27 06:49:43
|
On Tue, 2003-08-26 at 23:10, Richard Sumilang wrote: > Thanks for replying back quick :-)... I am using PWS 0.9.3-1 downloaded > from the home page. I am not using cvs diff or cvs at all (which I > probably should be doing). I did not read the patches page yet but the > system was working perfectly (with MySQL) before I made my > modifications which where mostly in SQL files. Richard, Now that we have a starting point, lets see if we can retrieve the information the developers will need to troubleshoot your problem. Note: I'm not a programmer, so my help will be limited to retrieving the necessary diffs. $ cvs -d:pserver:ano...@re...:/home/cvsroot \ co -r phpwebsite_093_1 -d core phpwebsite-core Move the files you modified into the new core directory tree. Then use cvs to diff on tag phpwebsite_093_1. $ cvs diff -u -r phpwebsite_093_1 > ~/phpwebsite-0.9.3-1.diff You should now have a nice unified diff to work with. I hope this helps. -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |