From: Stuart T. <Stu...@vi...> - 2004-10-08 11:56:46
|
Hi, OK, I learned how the RSS was configured in the DB and modified column by column returning it to a 'default' state. Everything started working again when I changed the RSS feed configuration 'pm_allow' from a:4:{i:0;s:1:"3";i:1;s:1:"2";i:2;s:1:"4";i:3;s:1:"5";} to NULL. The original value is a bit cryptic. Can anyone point me in the right direction? I'd like to be able to point out where the problem is so it can be sorted out. =20 Cheers, Stu -----Original Message----- From: Stuart Thompson=20 Sent: 01 October 2004 10:26 To: php...@li... Subject: RE: Phpwebsite-developers digest, Vol 1 #709 - 3 msgs Hi again, Nope, no PHP accelerator. (Yet. It is on my list of things to do after I get this site up.) And, nope again: it is not running. :( Click the 'contact' link, which should display a form, or try the admin directory (no link) and it blows up too. Your mail reminds me that all of this is running on a 64mb virtual machine. But that really 'should' not be a problem. (Should is a dangerous word some times.) Q: How and where is the RSS configuration page values stored? I'd like to try and tinker there to see if I can reclaim the site. Cheers again for the insight. Stu -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: 01 October 2004 04:14 To: php...@li... Subject: Phpwebsite-developers digest, Vol 1 #709 - 3 msgs Send Phpwebsite-developers mailing list submissions to php...@li... To subscribe or unsubscribe via the World Wide Web, visit =09 https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers or, via email, send a message with subject or body 'help' to php...@li... You can reach the person managing the list at php...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Phpwebsite-developers digest..." Today's Topics: 1. RSS feed configuration change results in PHP error...and no access to admin UI (Stuart Thompson) 2. Re: RSS feed configuration change results in PHP error...and no access to admin UI (Wendall Cada) --__--__-- Message: 1 Date: Thu, 30 Sep 2004 15:18:46 +0200 From: "Stuart Thompson" <Stu...@vi...> To: <php...@li...> Subject: [Phpwebsite-developers] RSS feed configuration change results in PHP error...and no access to admin UI Reply-To: php...@li... Hi, I recently installed the RSS module and added a feed from www.theregister.co.uk. All seemed good. Then while tinkering with the configuration, specifically the radio buttons options, problems arose. Now, the site blows up on many pages...including the admin page, so the configuration cannot be reversed via the UI. Error message: "Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition phpws_page of the object you are trying to operate on was loaded _before_ the session was started in /var/www/stu.thompson.name/pws/mod/phpwsrssfeeds/class/RSS.php on line 809" The RSS.php segment at the foot of this mail is the offending code. PWS v0.9.3-4 RH 9 PHP v4.2.2 MySql 4.0.21 The home page shows up ok, with working RSS feed. In fact, all the pages that are -just- pagemasters are ok. It blows up when trying to display a page with a form or logging into the admin console. The site is at http://www.stu.thompson.name/pws/ if you wanna have a look. (Don't laugh, it is a work in progress!) Although I've had a look-see in the code and tinkered around, I know effectively nothing about PHP, so no progress was made. If control can be regained of the site, life will be good. But at some point, it would be best if the bug went away. ;) Cheers for your help... Stu=3D20 --__--__-- Message: 2 Subject: Re: [Phpwebsite-developers] RSS feed configuration change results in PHP error...and no access to admin UI From: Wendall Cada <wen...@83...> To: phpws dev list <php...@li...> Organization: Torus Technologies, Inc. Date: Thu, 30 Sep 2004 08:44:56 -0700 Reply-To: php...@li... Stuart, Do you have phpAccelerator installed? Looks like a php script caching error. Essentially what happens is the cache runs out of memory space and only saves half of a class file. It will error out saying the file is incomplete. Looks like it is working fine now. Let me know if you have some type of php script caching running. If you need the functionality of a script cache, I highly recommend turck-mmcache. Wendall On Thu, 2004-09-30 at 06:18, Stuart Thompson wrote: > Hi, >=20 > I recently installed the RSS module and added a feed from > www.theregister.co.uk. All seemed good. Then while tinkering with the > configuration, specifically the radio buttons options, problems arose. > Now, the site blows up on many pages...including the admin page, so the > configuration cannot be reversed via the UI. >=20 > Error message: "Fatal error: The script tried to execute a method or > access a property of an incomplete object. Please ensure that the class > definition phpws_page of the object you are trying to operate on was > loaded _before_ the session was started in > /var/www/stu.thompson.name/pws/mod/phpwsrssfeeds/class/RSS.php on line > 809" >=20 > The RSS.php segment at the foot of this mail is the offending code. >=20 > PWS v0.9.3-4 > RH 9 > PHP v4.2.2 > MySql 4.0.21 >=20 > The home page shows up ok, with working RSS feed. In fact, all the > pages that are -just- pagemasters are ok. It blows up when trying to > display a page with a form or logging into the admin console. >=20 > The site is at http://www.stu.thompson.name/pws/ if you wanna have a > look. (Don't laugh, it is a work in progress!) >=20 > Although I've had a look-see in the code and tinkered around, I know > effectively nothing about PHP, so no progress was made. >=20 > If control can be regained of the site, life will be good. But at some > point, it would be best if the bug went away. ;) >=20 > Cheers for your help... >=20 > Stu=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --=20 "Only the ideas that we really live have any value." --Hermann Hesse (Demian) --__--__-- _______________________________________________ Phpwebsite-developers mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers End of Phpwebsite-developers Digest |