Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install UserPie... am I doing something wrong ? #12

Open
csaoh opened this issue Jul 5, 2013 · 2 comments
Open

Unable to install UserPie... am I doing something wrong ? #12

csaoh opened this issue Jul 5, 2013 · 2 comments

Comments

@csaoh
Copy link

csaoh commented Jul 5, 2013

Hello, I have trouble installing UserPie...

here is my database information:
//Database Information
$dbtype = "mysql";
$db_host = "localhost";
$db_user = "root";
$db_pass = "";
$db_name = "userpie";
$db_port = "";
$db_table_prefix = "userpie_";

When I go to the install page, everything works fine, but when I remove the install folder and try to access to the main page, I get this error:

Notice: Undefined variable: sql_db in C:\xampp\htdocs\userpie\models\config.php on line 21

Fatal error: Class name must be a valid object or a string in C:\xampp\htdocs\userpie\models\config.php on line 21

Am I doing something wrong ? Thank you !

@drleroux
Copy link

drleroux commented Oct 5, 2013

I am having the same issue. Did you find an answer? If so please share. Thank you!

@T-Spoon
Copy link

T-Spoon commented Oct 12, 2013

Change line 18 in config.php to:
require_once("models/db/".$dbtype.".php");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants