From: Wendall C. <wen...@83...> - 2004-09-30 15:45:27
|
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, > > 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 > > > > ------------------------------------------------------- > 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 -- "Only the ideas that we really live have any value." --Hermann Hesse (Demian) |