WebsiteBaker Support (2.13.x) > General Help & Support
Installation - Database Name - ([a-z0-9_-])
(1/1)
M.Boxma:
Hi,
I'm trying to install a new WebsiteBaker on my website, but the host providers a database name with capital letters and i can't get it changed.
Is there a workaround so i can use capital letters in the database name field?
hgs:
Development is looking for a solution.
dbs:
Hello, we will fix this. But for the moment you can try this.
In installer/save.php line 280,
replace this
--- Code: ---if (\preg_match('/[^a-z0-9_-]+/', $aInputs['database_name'])) {
--- End code ---
with this (a additional i)
--- Code: ---if (\preg_match('/[^a-z0-9_-]+/i', $aInputs['database_name'])) {
--- End code ---
Luisehahne:
--- Quote from: M.Boxma on November 30, 2020, 11:16:27 PM ---Hi,
I'm trying to install a new WebsiteBaker on my website, but the host providers a database name with capital letters and i can't get it changed.
Is there a workaround so i can use capital letters in the database name field?
--- End quote ---
Please test the new package WebsiteBaker 2.13.0 RC1 r7
Dietmar
Navigation
[0] Message Index
Go to full version