FAILURE AT INSTALLATION!!!
Status: Beta
Brought to you by:
arkhee
Installation does not work!
First after entering the url to begin installation it redirects me to a non-existent file "tikiwiki.php" instead of "titiwiki.php".
After attempting to load the "titiwiki.php" file I'm first given a form in FRENCH!?! After puzzling out what information is required and entering it after clicking the button to begin installation I'm then given the same form in ENGLISH!?! however I have to enter all the information again. When I click the button again then I'm given the same form once again in English.
No installation takes place no information on any possible errors I might have made in attempting to install.
There is a problem in the installation script titiwiki.install.php concerning global variables
Replace
if(isset($actioninstall))
with
if(isset($_POST["actioninstall"]))