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

[eluser]Shiju S S[/eluser]
Deprecated: Call-time pass-by-reference has been deprecated in D:\xampp\htdocs\backendpro\install\RUN.php on line 97

Deprecated: Call-time pass-by-reference has been deprecated in D:\xampp\htdocs\backendpro\install\RUN.php on line 98
BackendPro Install was Unsuccessful

FileSystem Check
Log Folder writable - D:/xampp/htdocs/backendpro/system/logs/ folder isn't writable
Asset folders writable
Cache Folder writable
Config files writable
Setup FileSystem
Create new system config file
Create new database config file
Create new ReCAPTCHA config file
Setup Database
Connect to database
Update table schema
Create administrator user account

An error has occured during the installation of BackendPro. Please check the details above to fix the problem before trying to install again. A log file has been created which more in depth details about what went wrong.

All my folders are writable. I use a windows 7 os. What to do now
#2

[eluser]InsiteFX[/eluser]
Make sure you are logged in to windows as Adminastrator!

I am running Windows 7 Pro and have no problems.

From the look of it Backend Pro is what is causing all the errors make sure you have the newest version of it!
#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/";




Theme © iAndrew 2016 - Forum software by © MyBB