Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorcossie55
    • CommentTimeApr 22nd 2008
     # 1
    Ok, bit of a newbie question here, Im sure. We had been using 0.9.2 on our server, no problems. We decided to add a few extensions, but thought now was a good time to upgrade to 1.1.4 then add them in. So I copied out the settings, deleted the entire forum (it is a test forum, so we didnt backup databases or anything, as it wasnt required) and downloaded a fresh copy of 1.1.4. I unzipped the package, and installed it on the server. No problems so far. Then I started up the forum, and went into the installation page for 1.1.4 as expected.

    But from here, no matter if I click the upgrade option, or the fresh install option, I go to the following page (installer.php) and it is just a blank screen. no error messages. nothing, just a blank screen.

    Have checked and set permissions.

    have deleted all and downloaded a new copy and reinstalled it on the server

    Checked requirements, we have MySQL 4.1.20 and PHP 4.3.9. no problems there...

    Am a bit stuck... Any ideas ????
    • CommentAuthorcossie55
    • CommentTimeApr 23rd 2008
     # 2
    Ok, some more info... any suggestions???

    PHP Fatal error: Cannot redeclare clone() (previously declared in /var/www/html/includes/init/functions.php:8) in /var/www/html/htdocs/forum/library/Framework/Framework.Functions .php(88) : eval()'d code on line 2, referer: http://www.int.com.au/forum/setup/index.php
    •  
      CommentAuthorWallPhone
    • CommentTimeApr 23rd 2008
     # 3
    Edit your Framework.Functions.php file and change this line (around line 88):if (version_compare(phpversion(), '5.0') < 0) {

    As so:if (!function_exists('clone') && version_compare(phpversion(), '5.0') < 0) {

    I think something in your server configuration is causing something else to try and emulate that function.
    • CommentAuthorcossie55
    • CommentTimeApr 23rd 2008
     # 4
    Thanks so very much, that was the problem... I was getting frustrated at my lack of progress, but I wouldnt have found that one...

    Thanks again...

    -Jamie
Add your comments
    Username Password
  • Format comments as