Loading...
 
Architecture / Installation

Architecture / Installation


tiki-install explodes :(

posts: 1

I want to experiment with developing for tikiwiki, but I'm on windows 2000. So, I downloaded/installed phpTriad and fired up Apache and MySQL. I downloaded the 1.92 release and unzipped it into c:\apache\htdocs\tiki\. I tried to run the tiki-install.php script, but I get these errors:


Warning: open(/tmp\sess_584dc5bc9b05c9c40baa0141884f9215, O_RDWR) failed: m (2) in C:\apache\htdocs\tiki\tiki-install.php on line 18

Warning: Undefined variable: _SERVER in C:\apache\htdocs\tiki\lib\init\initlib.php on line 4

Warning: Use of undefined constant DIRECTORY_SEPARATOR - assumed 'DIRECTORY_SEPARATOR' in C:\apache\htdocs\tiki\lib\smarty\libs\Smarty.class.php on line 39

Warning: Use of undefined constant DIRECTORY_SEPARATOR - assumed 'DIRECTORY_SEPARATOR' in C:\apache\htdocs\tiki\lib\smarty\libs\Smarty.class.php on line 53

Warning: stat failed for db/virtuals.inc (errno=2 - No such file or directory) in C:\apache\htdocs\tiki\tiki-install.php on line 460

Fatal error: Failed opening required 'lib/smarty/libs/internalsDIRECTORY_SEPARATORcore.load_plugins.php' (include_path='.; \apache\includes;\apache\htdocs\;\apache\htdocs\phpmyadmin') in C:\apache\htdocs\tiki\lib\smarty\libs\Smarty.class.php on line 917

Warning: open(/tmp\sess_584dc5bc9b05c9c40baa0141884f9215, O_RDWR) failed: m (2) in C:\apache\htdocs\tiki\lib\smarty\libs\Smarty.class.php on line 0

Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in C:\apache\htdocs\tiki\lib\smarty\libs\Smarty.class.php on line 0


I went back and tried to modify the script based on the 'install 1.9 on IIS' tutorial, but nothing seems to help. Is it possible that there are some setup steps for phpTriad I might have missed (because phpMyAdmin works fine, and I can view the default page for phpTriad). Since I'm new to all this, I don't know where to start. Any help is appreciated...

Joey