From: Robert C. J. <ro...@ar...> - 2004-12-03 16:04:19
|
am trying to install phpWiki on the following system: Windows XP Pro Apache/2.0.47 (Win32) PHP/4.3.2 MySQL 4.0.14-nt phpWiki 1.3.10 I am using mySQL as the backend for data storage. The web server is on a separate system, being accessed over the LAN. When load the page for the first time, It scrolls through the "Loading up virgin wiki" page until it hits this item: "OldStyleTablePlugin" If I use Firefox as the browser, it pops up a dialog stating "Document contains no data" If I use IE as the browser, it loads the page to the same location, and then starts cycling through reloading the page. I believe these are the relevant portions of the config.ini: ;====================================================================== ; Part Two: Database Selection ;====================================================================== DATABASE_TYPE = SQL DATABASE_PREFIX = phpwiki_ DATABASE_DSN = mysql://xxxx:xxxx@localhost/phpwiki DATABASE_SESSION_TABLE = session DATABASE_TIMEOUT = 20 I pretty much left everything else at the defaults. I get the same behavior when I use a FILE backend. I tried changing: if (SCRIPT_FILENAME == __FILE__) include(dirname(__FILE__)."/lib/main.php"); to: // if (SCRIPT_FILENAME == __FILE__) include(dirname(__FILE__)."/lib/main.php"); But that didn't help. Any suggestions? -- ARCOM Inc. 440.639.9500 http://www.arcm.com ---Excellence In Technical Communications--- |