Your login isn't working because the database isn't set up yet. Follow these steps:
-
Open Hostinger Control Panel β Databases β phpMyAdmin
-
Select database:
u677493242_plugins(click it on the left sidebar) -
Click "Import" tab at the top
-
Click "Choose File" button
-
Select file:
sql/schema-hostinger.sql- Download it from your GitHub repo if needed
- Or use the regular
sql/schema.sqlfile (both work)
-
Click "Go" button at the bottom
-
Wait for success message: "Import has been successfully finished"
β Tables created!
-
In Hostinger, go to Files β File Manager
-
Navigate to your website root directory
-
Find and edit:
config/config.php -
On line 5, replace:
define('DB_PASS', 'YOUR_PASSWORD_HERE');
With your actual password:
define('DB_PASS', 'your_real_database_password');
-
Where to find your database password:
- Hostinger β Databases β MySQL Databases
- Look for database
u677493242_plugins - Copy the password (or reset it if you don't know it)
-
Click "Save"
β Config updated!
Just visit this URL in your browser:
https://aqua-sparrow-114102.hostingersite.com/setup.php
The page will:
- Test your database connection β
- Create the admin user β
- Import all plugins β
- Show you the progress β
When it's done, click the button to delete setup.php (for security).
β Setup complete!
Visit: https://aqua-sparrow-114102.hostingersite.com/frontend/public/login.html
Login credentials:
- Email:
admin@mixlarlabs.com - Password:
admin123
β You didn't update the password in Step 2. Go back and fix it.
β You skipped Step 1. Import the schema.sql file via phpMyAdmin.
β Check that you completed both Step 1 and Step 2 correctly.
β Run the diagnostic test: https://aqua-sparrow-114102.hostingersite.com/api/test-db.php
β This will tell you exactly what's wrong.
- Imported
sql/schema-hostinger.sqlvia phpMyAdmin - Updated
config/config.phpwith real database password - Visited
setup.phpto create admin and import plugins - Deleted
setup.phpafter successful setup - Logged in successfully
- Changed admin password
That's it! Your marketplace should be working now. π
If you have any issues, check FIX_LOGIN.md for more detailed troubleshooting.