- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
maccer wrote: If I enter a database name that starts with letters instead of numbers, I can get to a next step for creating the database, but that is not an option for the two web hosts I'm currently using as both have the same numbers-dash-letters db naming scheme.
array('dbname','match', 'pattern' => '/^[a-zA-Z_][a-zA-Z0-9_]*$/'), // Check that database name is a single word with options underscores not starting with a number
I guess we should add a param in config for that.jelo wrote: The line can be modified or commented out.