lightspeedretail / webstore

Web Store eCommerce solution for Lightspeed
http://www.lightspeedpos.com/webstore
Open Software License 3.0
85 stars 63 forks source link

Install ERRROR when the server, database or username, has a - or _ , #631

Closed manu14Oranges closed 9 years ago

manu14Oranges commented 10 years ago

on install.php when $hostname, $dbname or $dbuser have a (- or a _) they are removed, so the conection fails. I manually added a strreplace function on createDbConnection to overwritte the values. It took me a while to figure it out. THis is to me a bug, because is common that DB name or USER have a

euoia commented 10 years ago

Hi manu14Oranges,

We'll look into this and get back to you, thanks for raising it.

euoia commented 10 years ago

Hi again - we have raised this issue in our internal bug tracker. Thanks again for reporting it - I really appreciate it.

tylerforesthauser commented 10 years ago

I wanted to quickly add here that this issue was raised a while ago with #622 and a fix was posted there, if it's any help in the meantime.

euoia commented 10 years ago

I probably should have closed this one as the duplicate. In any case, see #622 for a workaround.

This has been raised as WS-2216 in our internal bug tracking system.

gabeguz commented 9 years ago

This has been fixed in the 3.2.2 release.