From: Reini U. <ru...@x-...> - 2006-03-07 18:30:15
|
joel schaubert schrieb: > Exellent. > Fix applied and verified. > My password has now been changed correctly in the password file. > > Thanks Reini! > Now there are hardly any errors at the bottom of the page, I include > them just for referece since they are not causing me any issues that I > can tell. > > lib/WikiUserNew.php (In template 'body' < 'html'):1116: Notice[8]: > Undefined property: _FilePassUser::$_HomePagehandle fix: if ($num = _AnonUser::setPreferences($prefs, $id_only)) { // Encode only the _prefs array of the UserPreference object if (!empty($this->_HomePagehandle) and !$id_only) { $this->_HomePagehandle->set('pref', $this->_prefs->store()); } } return $num; > lib/Request.php:436: Notice[8]: Undefined property: > Request_AccessLog::$logtable fix: if (!empty($this->_accesslog->logtable)) $this->_accesslog->write_sql(); I think this is it. Please move the wrong plugin Imdb.php away. You need the library from the theme which does not exist. -- Reini Urban http://phpwiki.org/ http://helsinki.at/ http://spacemovie.mur.at/ |