DMXzone Database Connector PHP Support Product Page

Issue with Postgresql

Asked 31 Aug 2015 11:40:20
2
have this question
31 Aug 2015 11:40:20 Bekhzod Shamsiev posted:
It does not work with the "Postgresql" database. I've been tested several times. If I have the connection to the database, then the tables in "Manage Database Source" displayed as "null"...
Please help!

Replies

Replied 01 Sep 2015 08:14:06
01 Sep 2015 08:14:06 Greta Garberini replied:
Exactly the same issue here: tables show NULL (No tables can be connected)
Replied 11 Jan 2017 14:51:35
11 Jan 2017 14:51:35 Bekhzod Shamsiev replied:
It worked for me. Just change the code in postgres.php:
this:
public function quoteIdentifier($str) {
return '`' . $str . '`';
}
to this:
public function quoteIdentifier($str) {
return '' . $str . '';
}
Replied 11 Jan 2017 15:13:19
11 Jan 2017 15:13:19 Greta Garberini replied:
Thanks a lot. How did you find out? This is a year now since I had this question. Fortunately I had switched the project to MySQL but it is amazing that DMXzone did not help us any earlier.
Replied 23 Jan 2017 11:32:52
23 Jan 2017 11:32:52 Bekhzod Shamsiev replied:
Hallo Greta, Sie haben eine Website mit einer deutschen Version, deswegen vermute ich, dass Sie Deutsch sprechen. Also zurück zum Thema Postgresql. Ich habe auch immer derselbe Probleme mit der Datenbankverbindung. Und habe ich "tausendmal" zum Support geschrieben und keine Antwort. Das Problem habe ich durch "Debug Mode" von "Server Connect" gefunden und nach diesem "`" Zeichen in den Dateien gesucht und einfach ersetzt. Aber ich habe immerhin Probleme mit PostgreSql, z.B.: Wenn ich als Abfrage "Paged Query" auswähle, dann bekomme ich eine Fehlermeldung und zwar "Undefinied index 'Totals'"...
Replied 23 Jan 2017 11:35:44
23 Jan 2017 11:35:44 Greta Garberini replied:
Danke für die Antwort. Der Hinweis hilft mir schon sehr weiter!
Replied 06 Dec 2018 15:07:34
06 Dec 2018 15:07:34 Guy Nelson replied:
I hope this can be fixed.

Reply to this topic