We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 !
The text was updated successfully, but these errors were encountered:
I am having the same issue. Did you find an answer? If so please share. Thank you!
Sorry, something went wrong.
Change line 18 in config.php to: require_once("models/db/".$dbtype.".php");
No branches or pull requests
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 !
The text was updated successfully, but these errors were encountered: