Need help installing holoRP

Badgamerbrad

New Member
Mar 10, 2012
24
0
Hello, I need installing this, I follow a tutorial and I get the same error every time, please add me on msn so you can help with it we will teamview, msn is[email protected]
When I go to localhost/install and I do everything right before that I just get a few lines of error so add my msn please..
If you can help it would be appreciated, If you want to help further and code You will get co-owner. please help out add me [email protected], we will teamview

A moderator just closed my thread since I did not have a picture, so here is a picture of the error.
Please add my msn once again, even if you explain how to fix it I might not be able to understand since I am new at this.
34nibyb.png
 

Ept

Many men wish death upon me.
Jun 16, 2011
591
276
Are you sure you provided the correct MySQL details to the installer? And have you moved the "config.php" from the installer to your includes folder?
 

Badgamerbrad

New Member
Mar 10, 2012
24
0
As I said, I don't know what you mean, As in like a correct name and password for access or something? I'm not sure how to do that like I said need someone to teamview me.
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
654
89
He Means Did you setup your Config.php Right In Your Wwwroot Or Xampp htdocs With the right MYSQl Details
 

Badgamerbrad

New Member
Mar 10, 2012
24
0
This was in my Config.php in Includes

Code:
<?php
/*================================================================+\
|| # PHPRetro - An extendable virtual hotel site and management
|+==================================================================
|| # Copyright (C) 2009 Yifan Lu. All rights reserved.
|| # http://www.yifanlu.com
|| # Parts Copyright (C) 2009 Meth0d. All rights reserved.
|| # http://www.meth0d.org
|| # All images, scripts, and layouts
|| # Copyright (C) 2009 Sulake Ltd. All rights reserved.
|+==================================================================
|| # PHPRetro is provided "as is" and comes without
|| # warrenty of any kind. PHPRetro is free software!
|| # License: GNU Public License 3.0
|| # http://opensource.org/licenses/gpl-license.php
\+================================================================*/
 
/*-------------------------------------------------------*\
| ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
+---------------------------------------------------------+
| If you get any errors while attempting to connect to    |
| MySQL, you will need to email your webhost because we  |
| cannot tell you the correct values for the variables    |
| in this file.                                          |
\*-------------------------------------------------------*/
 
//    ****** MASTER DATABASE SETTINGS ******
//    These are the settings required to connect to your Database.
$conn['main']['prefix'] = "cms_";
$conn['main']['server'] = "mysql"; //mysql, pgsql, sqlite, or mssql
$conn['main']['host'] = "localhost"; //filename for SQLite
$conn['main']['port'] = "3306";
$conn['main']['username'] = "root";
$conn['main']['password'] = "PASSWORD";
$conn['main']['database'] = "DATABASE";
 
//    ****** HOTEL DATABASE SETTINGS ******
//  EXPERIMENTAL!! Only turn this on if you know what to do. Please submit all
//  bugs and your fix for them (if possible) to http://code.google.com/p/phpretro
//    These are the settings required to connect to your hotel database Database.
$conn['server']['enabled'] = false;
$conn['server']['server'] = "mysql"; //mysql, pgsql, sqlite, or mssql
$conn['server']['host'] = "localhost"; //filename for SQLite
$conn['server']['port'] = "3306";
$conn['server']['username'] = "root";
$conn['server']['password'] = "PASSWORD";
$conn['server']['database'] = "DATABASE";
?>

Now, how would I set this up?
 

Users who are viewing this thread

Top