Loading...
 
Skip to main content

Architecture / Installation


Installation Problem WAMP

posts: 4

Hi there!
I'd like to test TikiWiki's features, I think is a great software, but 😑 I can't install !
I get the following messages when running
http://localhost/tiki/tiki-install.php
Enviroment:
Win98, Apache 1.3.14, MySQL 3.23.32-debug and PHP Version 4.0.5 (is this the problem ? InstallRequirementsAdmin says 4.1+ is required)
and TikiWiki v1.7.3

Warning: open(/tmp\sess_4b48b9f714679b4d66f8b2b5c554fdac, O_RDWR) failed: m (2) in C:\apache\htdocs\tiki\tiki-install.php on line 3
Fatal error: Smarty error: plugin could not load plugin file 'outputfilter.trimwhitespace.php' (Smarty.class.php, line 2485) in C:\apache\htdocs\tiki\Smarty\Smarty.class.php on line 2594
Warning: open(/tmp\sess_4b48b9f714679b4d66f8b2b5c554fdac, O_RDWR) failed: m (2) in C:\apache\htdocs\tiki\Smarty\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\Smarty\Smarty.class.php on line 0

Thanks for any help !
Saludos desde México....

posts: 1001 Canada

Hi,
This is probably no help, but your system is too old. I don't precisely know if PHP version caused your error, but it's insufficient for Tiki. Even if you would get it installed, you would get errors everywhere.
The rest is also pretty old, but it should do.

Saluti de Kebekia!


posts: 4

uhmm... ok, I'll try to upgrade these components and i'll post my results

thanks!


posts: 4

I upgraded to the latest PHP, but continued to have the same problem,
then I realized the error message said something about not beeing able to write the session to the directory
/tmp
but I'm on window$ !

so I changed the following path in PHP.INI to

session.save_path = c:\temp

and now it's working !