Lyn wrote:
Hello,
I just reinstalled my killboard for the v3.0, and i get systematically a :
Fatal error: Call to undefined function: substr_compare() in /homepages/10/d270524114/htdocs/custodia/killboard/index.php on line 8
I tried to create a new database to test it on it, to see if my old one is corrupted or anything... Nothing. Still that fatal error.
I checked the required SQL and PHP versions, i have the 5.2.13 for php and the 5.0 for MySQL.
Everything looks to be okay while installing (step 1 to step 8).
So i'm a bit short on ideas now... What am i doing wrong ? Maybe i missed something very basic... No idea.
Thanks for the support.
That function is from PHP5+. Your board is running using PHP4. You will need to speak to your host to work out what you need to do to have your site use PHP5. You can test this by making a new file in your killboard root called phpinfo.php and put in it these lines:
Code:
<?php
phpinfo();
Thank you very much, it seems my host was not telling the php version was set by default on the php 4 version. Seems to work now i did the changes.
Cheers.