|
From: Reini U. <ru...@x-...> - 2007-08-29 20:41:34
|
Von Seibold, MEA (Max) schrieb:
> Hello,
>
> I just subscribed here. I suspect that this is a common/annoying
> question so forgive me. I hope that I am posting this in the correct place.
>
> Basically I am having a very hard time getting phpwiki-1.3.14 installed
> on Solaris 10.
>
> I am running Apache2 and MYSQL with PHP5 Compiled from source.
>
> I moded the mysql create script with the name "phpwiki" and have created
> the database following the instructions given.
>
> 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) ==
realpath(__FILE__))
include(dirname(__FILE__)."/lib/main.php");
> Are there any guides/docs available a little more comprehensive than the
> ones included with the download that anyone could point me at?
>
> DATABASE_TYPE = ADODB
> DATABASE_PREFIX = phpwiki_
> DATABASE_DSN =
> mysql:wikiusername:wikiuserpassword@the_computers_hostname/phpwiki
>
> DATABASE_DIRECTORY = /www/phpwiki/pages
> DATABASE_DBA_HANDLER = db64
>
>
> I have also encrypted the password with passencrypt.php and entered this
> in the config/config.ini file.
>
>
> Could anyone help?
>
>
> Thanks,
>
>
>
> Max.
>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> 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
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://helsinki.at/ http://spacemovie.mur.at/
|