From: Von S. M. \(Max\) <M.E...@rl...> - 2007-08-30 07:08:20
|
Hello,=20 Thanks for your assistance,=20 I did try this but it had no effect whatsoever. I have managed get some signs of life out of it now (the problem seemed to stem from the authentication settings) - once I said to use encryption things did appear.=20 However, ever attempt to log into the Admin area automatically resets the admin password in an encrypted format (i.e. unreadable) so basically everytime I access the admin area, it seems I have to reuse passencrypt.php and hard code a new entry into the config.ini ... This is really rather annoying.=20 Aside from that small issue, it seems to work ...=20 Thank you,=20 Max.=20 -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Reini Urban Sent: 29 August 2007 21:42 To: Discussion on PhpWiki features, bugs, development. Subject: Re: [Phpwiki-talk] Installation Problems. Von Seibold, MEA (Max) schrieb: > Hello, > =20 > I just subscribed here. I suspect that this is a common/annoying=20 > question so forgive me. I hope that I am posting this in the correct place. > =20 > Basically I am having a very hard time getting phpwiki-1.3.14=20 > installed on Solaris 10. > =20 > I am running Apache2 and MYSQL with PHP5 Compiled from source. > =20 > I moded the mysql create script with the name "phpwiki" and have=20 > created the database following the instructions given. > =20 > When I load the index.php page all I get is a blank white screen. Hi Max, The first step when loading directly from index and a blank screen is usually to disable the logic in index.php: //if (@is_dir(SCRIPT_FILENAME) or realpath(SCRIPT_FILENAME) =3D=3D realpath(__FILE__)) include(dirname(__FILE__)."/lib/main.php"); > Are there any guides/docs available a little more comprehensive than the=20 > ones included with the download that anyone could point me at? > =20 > DATABASE_TYPE =3D ADODB > DATABASE_PREFIX =3D phpwiki_ > DATABASE_DSN =3D=20 > mysql:wikiusername:wikiuserpassword@the_computers_hostname/phpwiki > =20 > DATABASE_DIRECTORY =3D /www/phpwiki/pages > DATABASE_DBA_HANDLER =3D db64 > =20 > =20 > I have also encrypted the password with passencrypt.php and entered this=20 > in the config/config.ini file. > =20 > =20 > Could anyone help? > =20 > =20 > Thanks, > =20 > =20 > =20 > Max. > =20 >=20 >=20 > ------------------------------------------------------------------------ >=20 > ------------------------------------------------------------------------ - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ >=20 >=20 > ------------------------------------------------------------------------ >=20 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk --=20 Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ ------------------------------------------------------------------------ - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Phpwiki-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |