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:
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.
@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?
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.
@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:
Comments
Just remove your vanilla directory from htdocs. start again. It will work.
Should it not be http://github.com/vanillaforums/Garden/issues
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.
Hope this helps?
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
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.
/home/web4kurd/public_html/mk/applications/dashboard/views/setup/configure.php
where the problem/bug should be then? or what to do now?
regards.