You are not logged in.
MySQL program will not automatically add the database prefix and I now get an error trying to log in to the admin/index.php
Is there a way around this since I don’t know how to add table prefixes in MySQL?
MYSQL DATABASE ERROR:
Code: 1146
Error: Table ‘db552939933.ml_settings’ doesn’t exist
File: /homepages/3/d295903731/htdocs/PrivateStore/lockbox/control/classes/db.php
Line: 195
Thank You
Tim
The prefix is added by the installer. That error is because the table doesn`t exist. What do you see in your database?
phpMyAdmin states - No tables found in database.
There is a "create table" button where I can create table and add "Name" and Number of columns"
but I am unsure what the installer needs..
Thank you
Tim
Hi Tim,
Did you read the installation instructions?