Loading...
 
Architecture / Installation

Architecture / Installation


index.php error

posts: 4

I get the following error after installation:

Strict Standards: Non-static method TikiSetup::check() should not be called statically in c:\program files\e-novative\WAMP\www\tikiwiki-1.8.6\tiki-setup.php on line 181

It produces a whole page with similar error messages from different lines.

Using
Tiki 1.8.6
e/novative WAMP 2.1.1, Apache 1.3.33, PHP 5.0.4, MySql 4.1.12a-nt-log

Local installation under WindowsXP

Please advice. Permission problem?

Michael

posts: 4
Sorry, It says in the install requirements that tikiwiki 1.8x does not work with MySql 4.1x

posts: 4

Installed 1.9.2 but still the same. Seems the problem is not with MySql but with PHP.

On another forum somebody suggested:i tried manually setting the second parameter of set_error_handler to E_ALL | E_STRICT and guess what.. that does the trick :-).

But in which file?

posts: 2881 United Kingdom

> Installed 1.9.2 but still the same. Seems the problem is not with MySql but with PHP.
>
> On another forum somebody suggested:i tried manually setting the second parameter of set_error_handler to E_ALL | E_STRICT and guess what.. that does the trick :-).
>
> But in which file?


1.9.2 contains the first steps to properly support PHP5, it does not contain every fix yet.

Damian