WebSite X5Help Center

 
Peter K.
Peter K.
User

Error in Datase Viewer object  en

Autore: Peter K.
Visite 2152, Followers 1, Condiviso 0  

In the Databse Viewer object, I found a programming error, which means that it can not open on all servers.
When the object is run, an error message appears: "Error Can not Get Row Count"
The reason for this is due to a syntax error in 2 files
 dbviewer.php
 and dbviewer.vdsc871s.php
 both in line 62.$count = $db->query("select count(*) as rows from tabel" . $where); should be changed to:
$count = $db->query("select count(*) from tabel" . $where);

Hope this could help someone.

Peter Knudsen

Postato il
1 RISPOSTE - 1 CORRETTO
John S.
John S.
User

Hello Peter

Other users have reported this bug. You are the first user that has the answer for it.

Now INCOMEDIA should be able to make a quick fix on this.

Thumbs up.

Kind regards

John S.

Leggi di più
Postato il da John S.