[phpWebLog-devel] Okay, here's something you guys...
Brought to you by:
openface
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... |