WebSite X5Help Center

 
Peter K.
Peter K.
User

Error in Datase Viewer object  en

Author: Peter K.
Visited 2144, Followers 1, Shared 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

Posted on the
1 ANSWERS - 1 CORRECT
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.

Read more
Posted on the from John S.