ProjeQtOr version 7.3.3
When I install:
I have to manually change the new parameter.php in order to set "$paramDbPrefix='abcd_';" line and the first connection occurs.
I think this is a bug.
When I install:
- At parameters configuration page, I set DbPrefix with "abCd_" string
- All configuration correct. The parameters.php file contains a "$paramDbPrefix='abCd_';" line
- I login with admin/admin default. Database population occurs.
- I regard in log file that database tables are created with "abcd_" prefix (pay attention to character case)
- When database population finish, the new parameters.php file contains "$paramDbPrefix='abCd_';" line
- Now, the login to ProjQtOr with admin/admin is posible, but stops at login page.
I have to manually change the new parameter.php in order to set "$paramDbPrefix='abcd_';" line and the first connection occurs.
I think this is a bug.