Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Vanilla 2 Installation Error

13»

Comments

  • Options
    @biggig,

    Just remove your vanilla directory from htdocs. start again. It will work.
  • Options
    edited September 2010
    typolicious - It looks like it is failing to include your plugins.

    It would really be a lot more helpful if these bugs would be submitted to our issue tracker instead of this forum. We're going through the issues on github every day, and it really helps to have all this stuff in one place:

    http://github.com/lussumo/Garden/issues
    @mark @lincoln that link seems broken

    Should it not be http://github.com/vanillaforums/Garden/issues
  • Options
    LincLinc Detroit Admin
    @DavyB Yes, it has changed since that was posted. Edited post.
  • Options
    I am having an installation problem as well. When I upload and then go to that folder on my server, it is just a blank page. I am running the newest version of cpanel and php and apache.

    But, when I upload it to my localhost using WAMP, it runs and installs just fine. PLEASE HELP!? Any ideas? I have tried permissions, but only get a 500 internal error, then once changed back - back to blank page.
  • Options
    LincLinc Detroit Admin
    edited October 2010
    @knoxlogic What does "I have tried permissions" mean? It does indeed sound like a permission error. Are you sure Apache has read/execute permission to the folder?
  • Options
    Yes, right now everything is default permissions. (755), I have read to change the /config file to (777 - full permission) but still doesn't do anything, just blank. If I change everything to (777 - full permission), I receive a 500 Internal Server Error when navigating to the page.

    Hope this helps?
  • Options
    i have the same error with pdo_mysql ,even the pdo driver's are enabled. recording to my phpinfo() here : http://web4kurd.com/phpinfo.php

    but still i have this error :
    Fatal error: Class 'PDO' not found in /home/XXXX/public_html/mk/conf/config-defaults.php on line 16

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    Ah, some older installs don't have the PDO constants even though they still have PDO. Here's the fix.
  • Options
    @Todd ,i don't have this error anymore ,but now there is a fatal error in SetupController.FetchViewLocation();

    it says : Could not find a 'configure' view for the 'setup' controller in the 'dashboard' application.
    The error occurred on or near: /home/web4kurd/public_html/mk/library/core/class.controller.php :

    701: $this->_ViewLocations[$LocationName] = $ViewPath; 702: } 703: // echo '<div>['.$LocationName.'] RETURNS ['.$ViewPath.']</div>'; 704: if ($ViewPath === FALSE && $ThrowError) 705: trigger_error(ErrorMessage("Could not find a '$View' view for the '$ControllerName' controller in the '$ApplicationFolder' application.", $this->ClassName, 'FetchViewLocation'), E_USER_ERROR); 706: 707: return $ViewPath; 708: } 709:

    what to do ?

    regards.
  • Options
    actually here i have the error : http://web4kurd.com/mk/index.php?p=/dashboard/setup
  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    Check to see if you have the file:
    /home/web4kurd/public_html/mk/applications/dashboard/views/setup/configure.php
  • Options
    @Todd ,yes i have it.
    where the problem/bug should be then? or what to do now?

    regards.
  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    You've got something screwy setup with your server. I mean is that file readable by the server?
  • Options
    edited June 2011
    I think my d**n server needs to be changed :) ,thank you @Todd.
Sign In or Register to comment.