adamzammit / limesurvey-docker

Production ready dockerised Limesurvey
GNU General Public License v3.0
86 stars 51 forks source link

Error when starting the container: sed: -e expression #1, char 41: unterminated `s' command #61

Open maffka123 opened 2 weeks ago

maffka123 commented 2 weeks ago

I am starting the container (adamzammit/limesurvey:latest) with the following env:

              LIMESURVEY_DB_HOST: "myhost.com" (or myhost.com:3306)
              LIMESURVEY_DB_USER: "limesurvey6_group_api"
              LIMESURVEY_DB_NAME: "limesurvey6test"
              LIMESURVEY_TABLE_PREFIX: "ls_"
              LIMESURVEY_DB_PASSWORD:  ****

andI get error:

Copying default container default config files into config volume...
No index.html file upload dir in /var/www/html Copying defaults...
No config file in /var/www/html Copying default config file...
sed: -e expression #1, char 41: unterminated `s' command
adamzammit commented 2 weeks ago

Can you please see if you get the same error using a LIMESURVEY_DB_PASSWORD that just has non-special characters?

If that works, there may be a character causing the issue and if we can narrow it down I should be able to resolve

maffka123 commented 1 week ago

Hi sorry for the slow reply, it works, my password had an underscor as the only special character

adamzammit commented 6 days ago

thanks - sorry can you please confirm if changing the password made it work?

Or if it is now working without problem using your original settings?

maffka123 commented 2 days ago

Hi, yes i changed the password so it would have all letters and only then it worked, with password having "_" in it, it does not work