Thread: [phpWebLog-devel] Code Freeze
Brought to you by:
openface
From: Stephen L. <lo...@da...> - 2000-06-07 04:14:21
|
Any ETA on a 0.2.4 code freeze? - Stephen Lawrence Jr. lo...@da... |
From: Jason H. <ope...@ey...> - 2000-06-07 16:29:37
|
There are a few bugs posted on sourceforge (hi JasonW) which need to be fixed first, but other than that, unless something else pops up, it will be any day now. Jason Stephen Lawrence wrote: > > Any ETA on a 0.2.4 code freeze? > > - > Stephen Lawrence Jr. > lo...@da... > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel -- "Speaking as a friend, I'll take cash." |
From: Stephen L. Jr. <lo...@da...> - 2000-06-07 17:12:02
|
Keep up the good work! If you are ever interested, there are a bunch of php/mysql jobs in the Bay Area. Stephen Lawrence lo...@da... ----- Original Message ----- From: "Jason Hines" <ope...@ey...> Subject: Re: [phpWebLog-devel] Code Freeze > There are a few bugs posted on sourceforge (hi JasonW) which need to be > fixed first, but other than that, unless something else pops up, it will > be any day now. > > Jason > > > > Stephen Lawrence wrote: > > > > Any ETA on a 0.2.4 code freeze? |
From: Booth R. <ra...@ea...> - 2000-06-08 00:31:13
|
I am running 2.3 phpweblog on a web host. I create the database and ahve run the install instructions. I Import the data tables with the sql statements. I use PhpAdmin, fire that up, go into the config table and change the paths, etc. On the web browser, I can run admin.php3, add links, blocks, change the password, etc, and I can add stories. The stories even show up for edit kill or verify. Problem is when you click on stories.php3 -->or the index which is linked to it, it doesn't print out the stories. It doesn't print out the sample stories which were imported into the table. It's not pulling the stories from the table. The stories data is in there, because I'm sitting here looking at it in phpadmin. Everything else works, you can add comments, edit them, but I can't pull up the stories. I've reinstalled and installed this about, now 15 times. Same thing. My phpversion is3.0.15 and mysql is 3.21.33. Completely stumped on running this from the webhost. I can set this up and run it correctly from my home linux/apache/php system. Any clues or help would be appreciated. -- Sincerely, Booth Rand gohogs.org http://www.gohogs.org bo...@go... |
From: Jason H. <ope...@ey...> - 2000-06-08 00:58:36
|
Nothing comes to mind here.. Is there a URL I can go to see this behavior? I would also suggest trying the unstable version, as it is much more stable than the stable version. (wha?) Jason Booth Rand wrote: > > I am running 2.3 phpweblog on a web host. I create the database and > ahve run the install > instructions. I Import the data tables with the sql statements. I use > PhpAdmin, fire that up, go into the config table and change the paths, etc. On the web browser, I can run > admin.php3, add links, blocks, change the password, etc, and I can add > stories. The stories even show up for edit kill or verify. Problem is when > you click on stories.php3 -->or the index which is linked to it, it > doesn't print out the stories. It doesn't print out the sample stories > which were imported into the table. It's not pulling the stories from the > table. The stories data is in there, because I'm sitting here looking at > it in phpadmin. Everything else works, you can add comments, edit them, > but I can't > pull up the stories. > > I've reinstalled and installed this about, now 15 times. Same thing. My > phpversion is3.0.15 and mysql is 3.21.33. Completely stumped on running > this from the webhost. I can set this up and run it correctly from my home > linux/apache/php system. > > Any clues or help would be appreciated. > > -- > Sincerely, > > Booth Rand > gohogs.org > http://www.gohogs.org > bo...@go... > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel -- "Speaking as a friend, I'll take cash." |
From: Booth R. <ra...@ea...> - 2000-06-08 23:23:01
|
Alright this was wierd. I guess you could call this "bug where id variable conflicts with a previous id variable from a cookie, from another program." If you already have saved as a cookie in your browser which is $id and called "id" on your domain, you may have some trouble viewing phpweblog. Other programs like to cookietize the variable 'id'. I had a cookie saved in my netscape browser off my home domain. I only use netscape in my Linux. I got to looking at why I wasn't receiving the stories from the table functions, and noticed behind the html source which was generated by the php that the id variable was blank although in the http header it indicated I was sending it topic 1, or topic 2. So there was something interefering with how the value got assigned to the id variable. That trouble was, I had a cookie called 'id' with a value already assigned to it. Maybe the id variable needs to be phpid or something to make it distinctive. On Wed, 07 Jun 2000, you wrote: > Nothing comes to mind here.. Is there a URL I can go to see this > behavior? > I would also suggest trying the unstable version, as it is much more > stable than the stable version. (wha?) > > Jason > > > Booth Rand wrote: > > > > I am running 2.3 phpweblog on a web host. I create the database and > > ahve run the install > > instructions. I Import the data tables with the sql statements. I use > > PhpAdmin, fire that up, go into the config table and change the paths, etc. On the web browser, I can run > > admin.php3, add links, blocks, change the password, etc, and I can add > > stories. The stories even show up for edit kill or verify. Problem is when > > you click on stories.php3 -->or the index which is linked to it, it > > doesn't print out the stories. It doesn't print out the sample stories > > which were imported into the table. It's not pulling the stories from the > > table. The stories data is in there, because I'm sitting here looking at > > it in phpadmin. Everything else works, you can add comments, edit them, > > but I can't > > pull up the stories. > > > > I've reinstalled and installed this about, now 15 times. Same thing. My > > phpversion is3.0.15 and mysql is 3.21.33. Completely stumped on running > > this from the webhost. I can set this up and run it correctly from my home > > linux/apache/php system. > > > > Any clues or help would be appreciated. > > > > -- > > Sincerely, > > > > Booth Rand > > gohogs.org > > http://www.gohogs.org > > bo...@go... > > > > _______________________________________________ > > phpWebLog-devel mailing list > > php...@li... > > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > > -- > "Speaking as a friend, I'll take cash." > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel -- Sincerely, Booth Rand gohogs.org http://www.gohogs.org bo...@go... |
From: jason <ope...@ey...> - 2000-06-09 01:56:30
|
Ah. That makes sense. I had been thinking of changing the passed variable name from id to either sid or story. I'll change this in the unstable. Jason Booth Rand wrote: > > Alright this was wierd. I guess you could call this "bug where id variable > conflicts with a previous id variable from a cookie, from another program." > > If you already have saved as a cookie in your browser > which is $id and called "id" on your domain, you may have some trouble > viewing phpweblog. Other programs like to cookietize the variable 'id'. > > I had a cookie saved in my netscape browser off my home domain. I > only use netscape in my Linux. > > I got to looking at why I wasn't receiving the stories from the table > functions, and noticed behind the html source which was generated by the php > that the id variable was blank although in the http header it indicated I was > sending it topic 1, or topic 2. So there was something interefering with how the value got assigned to the > id variable. That trouble was, I had a cookie called 'id' with a value already > assigned to it. > > Maybe the id variable needs to be phpid or something to make it distinctive. > > On Wed, 07 Jun 2000, you wrote: > > Nothing comes to mind here.. Is there a URL I can go to see this > > behavior? > > I would also suggest trying the unstable version, as it is much more > > stable than the stable version. (wha?) > > > > Jason > > > > > > Booth Rand wrote: > > > > > > I am running 2.3 phpweblog on a web host. I create the database and > > > ahve run the install > > > instructions. I Import the data tables with the sql statements. I use > > > PhpAdmin, fire that up, go into the config table and change the paths, etc. On the web browser, I can run > > > admin.php3, add links, blocks, change the password, etc, and I can add > > > stories. The stories even show up for edit kill or verify. Problem is when > > > you click on stories.php3 -->or the index which is linked to it, it > > > doesn't print out the stories. It doesn't print out the sample stories > > > which were imported into the table. It's not pulling the stories from the > > > table. The stories data is in there, because I'm sitting here looking at > > > it in phpadmin. Everything else works, you can add comments, edit them, > > > but I can't > > > pull up the stories. > > > > > > I've reinstalled and installed this about, now 15 times. Same thing. My > > > phpversion is3.0.15 and mysql is 3.21.33. Completely stumped on running > > > this from the webhost. I can set this up and run it correctly from my home > > > linux/apache/php system. > > > > > > Any clues or help would be appreciated. > > > > > > -- > > > Sincerely, > > > > > > Booth Rand > > > gohogs.org > > > http://www.gohogs.org > > > bo...@go... > > > > > > _______________________________________________ > > > phpWebLog-devel mailing list > > > php...@li... > > > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > > > > -- > > "Speaking as a friend, I'll take cash." > > > > _______________________________________________ > > phpWebLog-devel mailing list > > php...@li... > > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > -- > Sincerely, > > Booth Rand > gohogs.org > http://www.gohogs.org > bo...@go... > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |