[ phpweather-Bugs-816921 ] config script broken?
Brought to you by:
iridium
From: SourceForge.net <no...@so...> - 2004-01-24 01:41:36
|
Bugs item #816921, was opened at 2003-10-03 04:43 Message generated for change (Comment added) made by jowouters You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=816921&group_id=23245 Category: Installation Group: phpweather-2.x Status: Open Priority: 5 Submitted By: Lewis Bergman (lbergman) Assigned to: Nobody/Anonymous (nobody) Summary: config script broken? Initial Comment: I get the following error while running the config script after hitting any "update options" button. Running PHP4.2.3 on Apache 1.3.27 Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition pw_option_select of the object you are trying to operate on was loaded _before_ the session was started in /home/httpd/html/weather/config/make_config.php on line 339 ---------------------------------------------------------------------- Comment By: Jo Wouters (jowouters) Date: 2004-01-24 02:41 Message: Logged In: YES user_id=758006 Thanks a lot: I had this problem too; in both 2.2.0 and 2.1.2 But your solution solved it. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2003-10-03 14:01 Message: Logged In: YES user_id=104098 Do you have session.auto_start=1 somewhere in your config files? If so, then that's the problem, as explained here: http://www.php.net/manual/en/ref.session.php. If that's not the case, then try loading reset_session.php and see if make_config.php starts to work again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377952&aid=816921&group_id=23245 |