EllisLab text mark
Advanced Search
     
Installation Error
Posted: 17 March 2012 06:44 AM   [ Ignore ]
Avatar
Joined: 2012-01-25
71 posts

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

 
Posted: 17 March 2012 11:30 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2009-06-19
6267 posts

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!

 Signature 

Ceritfied State of CT Computer Programming Teacher.
Custom Designed Icons, eBook Covers Software Boxes. CD, DVD Etc. New iPhone® Tab Bar Icons and iPhone® Applications Icons.

STOP! Before posting your questions, remember the WWW Golden rule:
What did you try? What did you get? What did you expect to get?

Input -> Controller | Processing -> Model | Output -> View

 
Posted: 18 March 2012 01:26 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2012-01-25
71 posts

I was able to install it. But now when I run

http://localhost/backendpro/admin

I get an error

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

RewriteEngine on
RewriteCond 
$!^(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

$config['base_url'"http://localhost/backendpro/"