Welcome Guest, Not a member yet? Register   Sign In
Installation Error
#3

[eluser]Shiju S S[/eluser]
I was able to install it. But now when I run

http://localhost/backendpro/admin

I get an error

Quote:Fatal error: Class 'Admin_Controller' not found in D:\xampp\htdocs\backendpro\system\application\controllers\admin\home.php on line 24

I have used htacess file: in the root directory: backendpro
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

The base path is rewritten as
Code:
$config['base_url'] = "http://localhost/backendpro/";


Messages In This Thread
Installation Error - by El Forum - 03-17-2012, 03:44 AM
Installation Error - by El Forum - 03-17-2012, 08:30 AM
Installation Error - by El Forum - 03-18-2012, 10:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB