Class 'View' not found on Installation
PermalinkEvery time I attempt to install it I get:
[27-Oct-2012 18:05:38] PHP Fatal error: Class 'View' not found in /home3/stonesi4/public_html/concrete/core/libraries/loader.php on line 251 [27-Oct-2012 18:07:11] PHP Fatal error: Class 'View' not found in /home3/stonesi4/public_html/concrete/core/libraries/loader.php on line 251
I tried, after several attempts, to make the database ahead of time and then use that db info. That didn't help any. This is on the default server I got from my host, using the default settings on the simplscripts installer, so it seems like an odd thing to go awry.
I'm also a litlte surprised the DB info is wrong, since I explicitly gave it permission to create a new db during the install.
edit: I also went ahead and found the site.php file, and created a db user, etc. to match it. Having done so hasn't changed anything.
I just had the same problem. I found the thread below and it helped me solve the issue.
http://www.concrete5.org/community/forums/installation/urgent-migra...
Basically this error should mean that you have an error in your database setup of some sort. It could for instance be incorrect login details, wrong database name or perhaps even a PHP configuration error. I do, however, doubt that the last is an issue if you are on a shared host, but my own problem was an incorrect path to mysql.sock in php.ini.
Anyways, I suggest that you double check your database details and configuration.
Good luck!