google-code-backups / rsslounge

Automatically exported from code.google.com/p/rsslounge
0 stars 0 forks source link

db connection error on install #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On the install screen after adding all the db-connection details I get the
error message "Datenbankverbindungsfehler (bitte stelle sicher, dass die
Datenbank existiert)"

The connection details are definetly right, I copy/pasted them from a
working wordpress installation running on the server and triple checked
them and the database exists too. The rsslounge-system check gives no errors.

The only thing I can imagine to cause this error is the host, which has a
port: 127.0.0.1:3307

I'm running Apache 2.2.3 and PHP 5.3.1 and using rsslounge 1.3

Original issue reported on code.google.com by oliver.j...@gmail.com on 22 Feb 2010 at 4:33

GoogleCodeExporter commented 8 years ago
The current version of the install script doesn't support a host with a given 
port. I
added this in the current version (repository). The fix will be included in the 
next
release.

As workaround: for setting a port include in the {{{config/config.ini}}} 
following line: 
{{{resources.db.params.port = "3307"}}}

Original comment by zzuzzlwuzzl@googlemail.com on 22 Feb 2010 at 8:30

GoogleCodeExporter commented 8 years ago
Thanks for the fast help - I integrated the changed files in my installation, 
now it
works perfectly.

config.ini had not been written yet as I couldn't complete the installation.

Original comment by oliver.j...@gmail.com on 22 Feb 2010 at 8:42