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

Table Prefix doesn't work #510

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 3 comments
Open

Table Prefix doesn't work #510

GoogleCodeExporter opened this issue Mar 23, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Add a tables_prefix in config
2. Install
3. Try to log in

What is the expected output? What do you see instead?
A login screen is expected, but the install screen is shown
error: BASE_URI

What version of the product are you using? On what operating system?
r561

Please provide any additional information below.
In the code all db queries include the default 'tbl' prefix, see f.i. 
/includes/site.options.php line 18

In my logs I get an error like this:
 File does not exist: .../httpdocs/filemanager/install/BASE_URIincludes, referer: .../filemanager/install/index.php 

Original issue reported on code.google.com by [email protected] on 21 Nov 2014 at 8:38

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

The default tabel prefix has to be set as tbl_ or it breaks for some reason.
**define('TABLES_PREFIX', 'tbl_');

After the config file is set, you have to run the INstall page the first time.

Original comment by [email protected] on 13 Jan 2015 at 9:12

@GoogleCodeExporter
Copy link
Author

Sorry, the tables prefix config is not implemented yet.
It's a placeholder. This is something I'd like to finish for the next release. 
Sorry!

Original comment by [email protected] on 13 Jan 2015 at 9:33

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

No branches or pull requests

1 participant