It is currently Thu Sep 09, 2010 16:09
  • View your posts
  • FAQ
  • Register
  • Login

  • All times are UTC + 1 hour [ DST ]



    Post new topic Reply to topic  [ 268 posts ]  Go to page Previous  1 ... 12, 13, 14, 15, 16, 17, 18 ... 27  Next
    Author Message
     Post subject: Re: EDK 3.0
    PostPosted: Thu Mar 11, 2010 11:27 
    Offline
     E-mail  Profile

    Joined: Sun Jul 26, 2009 13:27
    Posts: 33
    Kovell wrote:
    dirg wrote:
    Kovell wrote:
    What version of MySQL do you have? It looks like it's having problems with straight joins and possibly prepared statements. EDK3 requires MySQL 5+.

    Yeah it's 4.xx. However 3.0.x shows a green tick for MySQL v4 when you take a look at the admin pages, this was tricking me in believing there was an issue else where more than it being a version issue between two versions of sql.
    I'll have to fix that. Thank you for mentioning it!

    An upgrade to MySQL 5 (the later the better) is worth it for the extra goodies and speed.



    Pleasure, an added bonus would be to perform a check when you enter the sql database details at the start of the installation process to check for mysql v5. Processing past that point makes you believe that the installation is ok.


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Thu Mar 11, 2010 12:52 
    Offline
     E-mail  Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 1215
    Location: England
    dirg wrote:
    Pleasure, an added bonus would be to perform a check when you enter the sql database details at the start of the installation process to check for mysql v5. Processing past that point makes you believe that the installation is ok.


    I'll fix that tonight if Kovell doesn't beat me to it.


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Thu Mar 11, 2010 12:54 
    Offline
    GOD!
     Profile

    Joined: Wed Nov 26, 2008 13:35
    Posts: 1673
    mastergamer wrote:
    dirg wrote:
    Pleasure, an added bonus would be to perform a check when you enter the sql database details at the start of the installation process to check for mysql v5. Processing past that point makes you believe that the installation is ok.


    I'll fix that tonight if Kovell doesn't beat me to it.
    I did the admin check already (and in the 3.1 code the board already refuses to start on mysql < 5) but the installation and upgrade checks are all yours. :)


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Thu Mar 11, 2010 16:06 
    Offline
     E-mail  Profile

    Joined: Sun Jul 26, 2009 13:27
    Posts: 33
    Kovell wrote:
    mastergamer wrote:
    dirg wrote:
    Pleasure, an added bonus would be to perform a check when you enter the sql database details at the start of the installation process to check for mysql v5. Processing past that point makes you believe that the installation is ok.


    I'll fix that tonight if Kovell doesn't beat me to it.
    I did the admin check already (and in the 3.1 code the board already refuses to start on mysql < 5) but the installation and upgrade checks are all yours. :)



    Thanks :) Thankfully, my host has upgraded my server to php5 so i'm going to try again now :)


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Thu Mar 11, 2010 16:15 
    Offline
     E-mail  Profile

    Joined: Thu Mar 11, 2010 02:12
    Posts: 9
    Kovell wrote:
    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.


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Thu Mar 11, 2010 16:26 
    Offline
     E-mail  Profile

    Joined: Sun Jul 26, 2009 13:27
    Posts: 33
    Kovell wrote:
    mastergamer wrote:
    dirg wrote:
    Pleasure, an added bonus would be to perform a check when you enter the sql database details at the start of the installation process to check for mysql v5. Processing past that point makes you believe that the installation is ok.


    I'll fix that tonight if Kovell doesn't beat me to it.
    I did the admin check already (and in the 3.1 code the board already refuses to start on mysql < 5) but the installation and upgrade checks are all yours. :)



    chaps, you also need to change this :)

    Code:
    Welcome to the installer. It will help you to set up everything correctly.

    This software requires:
    - Webserver (Apache / IIS)
    - Mysql 4.0+
    - PHP 4.0+
    - - GD 2 or higher
    - - PHP safe mode off
    - - allow_url_fopen option on (Recommended)
    This software incorporates the following technologies:
    - - Smarty 2.6.25 (License in smarty.php within Smarty directory)
    - - PclZip 2.8.2 (License in seperate readme file within PclZip directory)


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Thu Mar 11, 2010 17:07 
    Offline
     E-mail  Profile

    Joined: Thu Mar 11, 2010 02:12
    Posts: 9
    Well i have a new issue now : when i enter the url of the KB ( .../killboard/index.php), it keeps redirecting me to the update folder (??). I tried to reinstall it several times, thinking i entered a wrong url in the configuration, but it is obviously not that. :/


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Sun Mar 14, 2010 12:14 
    Offline
     E-mail  Profile

    Joined: Thu Jan 21, 2010 15:29
    Posts: 4
    After installation and transition to page killboard, I have here such error.

    sorry bad English ;)

    Warning: Division by zero in d:\home\virtwww\w_splayd-syste-ru_17faa31a\http\3.0.1\common\includes\class.page.php on line 95


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Sun Mar 14, 2010 12:59 
    Offline
    GOD!
     Profile

    Joined: Wed Nov 26, 2008 13:35
    Posts: 1673
    Lyn wrote:
    Well i have a new issue now : when i enter the url of the KB ( .../killboard/index.php), it keeps redirecting me to the update folder (??). I tried to reinstall it several times, thinking i entered a wrong url in the configuration, but it is obviously not that. :/
    Did you let the update run after being redirected there? Is this on a new installation or an upgrade of an existing installation?


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Sun Mar 14, 2010 13:06 
    Offline
    GOD!
     Profile

    Joined: Wed Nov 26, 2008 13:35
    Posts: 1673
    splayd wrote:
    After installation and transition to page killboard, I have here such error.

    sorry bad English ;)

    Warning: Division by zero in d:\home\virtwww\w_splayd-syste-ru_17faa31a\http\3.0.1\common\includes\class.page.php on line 95
    What is the URL of your killboard?


    Top
     
    Display posts from previous:  Sort by  
    Post new topic Reply to topic  [ 268 posts ]  Go to page Previous  1 ... 12, 13, 14, 15, 16, 17, 18 ... 27  Next

    All times are UTC + 1 hour [ DST ]


    Who is online

    Users browsing this forum: No registered users and 3 guests


    You cannot post new topics in this forum
    You cannot reply to topics in this forum
    You cannot edit your posts in this forum
    You cannot delete your posts in this forum
    You cannot post attachments in this forum

    Search for:
    Jump to:  
    cron
    Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group  
    Style Designed By phpBBegypt