Forum

SQLSTATE[42000]: Sy...
 
Notifications
Retirer tout

SQLSTATE[42000]: Syntax error or access violation:

5 Posts
3 Utilisateurs
0 Reactions
2,148 Vu
(@maxiac)
Posts: 2
New Member
Début du sujet
 
[#6446]

Hi, I have a problem installing projeqtor.
I have to use a database with a specific name that must be indicated with the first letter in upper case.
In the installation procedure the first letter is changed to lower case.

I can't change the name of the database. Is there a way to edit or configure the database name directly manually?

thank you very much


 
Posté : 14 Jan PM 15:011
(@babynus)
Posts: 14952
Membre Admin
 

in file parameters.php
defaut locatrion is files/config, but it may be changed. To find location, look at tool/paramertersLocation.php


 
Posté : 15 Jan PM 16:011
Damian
(@damian-sd)
Posts: 119
Membre Admin Registered
 

Hello,

you can change the db name in Projeqtor parameters files,
go to : Projeqtor/files/config/parameters.php
change value of "$paramDbName", save and refresh Projeqtor.


 
Posté : 15 Jan PM 16:011
(@maxiac)
Posts: 2
New Member
Début du sujet
 

in the tool folder there is no parameterLocation.php file, in the files folder there is no config.php file. Probably why the installation procedure is not completed?


 
Posté : 18 Jan PM 20:011
(@babynus)
Posts: 14952
Membre Admin
 

In file tool/configCheck.php, change line 41, from

  $param['DbName']=strtolower($param['DbName']);

to

  $param['DbName']=strtolower($param['DbName']);

This should allow you to complete installation


 
Posté : 18 Jan PM 22:011
Share:
Retour en haut