From: Reini U. <ru...@x-...> - 2004-05-10 10:35:15
|
Micki Kaufman schrieb: > Still trying to get my 1.3.4 production site up on 1.3.9 or 1.4.0 - Two > bugs to report. > > 1. My wiki is only displaying some of the characters on each line: > > WikiText: > --- > ~WikiPlugins allow one to easily add new types of dynamic content (as > well as other functionality) to wiki pages within PhpWiki. In this > very wiki, the RecentChanges, BackLinks, LikePages and most other indexing > scheme pages are all implemented using plugins. > > Sooner or later the old-style phpwiki: [MagicPhpWikiURLs] will be replaced > by plugins too. > --- > > > the browser displays: > --- > WikiPluginswell as other functionality) to wiki pages within PhpWikiwell > as other functionality) to wiki pages within PhpWikivery wiki, the > RecentChangesecentChanges, BackLinks, LikePagesscheme pages are all > implemented using plugins. > > Sooner or later the old-style phpwiki: MagicPhpWikiURLs?by plugins too. > --- > > For example, PhpWikiAdministration reads > > --- > Php Wiki Administration > > > Note: password in the PhpWikipassword in the PhpWikipassword in the > PhpWikipassword in the PhpWikipassword in the PhpWikipassword in the > PhpWikithe PhpWiki config file. > --- > > Looks like something is truncating on display. Yes, I know. This is my premature InlineParser optimization, introduced 2004-05-09. I'll try to find a better solution or revert back to the previous version today. > Also - bonus bugs: > > 1. I have set the proper admin username and password in my config.ini > file, and have disabled 'encrypted password', but I still see an error > when attempting to log in as admin with the correct credentials, if 'Db' > is in my USER_AUTH_ORDER. Removing 'Db' allowed me to log in as admin. > > DEBUG: ALLOW_ANON_EDIT = false, ALLOW_BOGO_LOGIN = false, > ALLOW_USER_PASSWORDS = true USER_AUTH_ORDER: PersonalPage => Db => > Forbidden, USER_AUTH_POLICY: old, PASSWORD_LENGTH_MINIMUM: 2 If DB fails there must be something wrong with your SELECT statements ; database-hashed passwords (more secure): DBAUTH_AUTH_CHECK = "SELECT IF(passwd=PASSWORD('$password'),1,0) FROM user WHERE userid='$userid'" But it could be me, I'll check it. > 2. I wound up removing 'MagicPHPWikiURLs' and creating the page > manually, cause it seems to hang the install. Thanks for the report. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |