Question about the setup from chronoconnect

How to resolve ChronoConnect V5 not displaying database records.

Overview

The issue occurs when the database connection is established but the data fails to appear in the interface.
Ensure the database connection is correctly configured and published, then verify the target table contains data and the query parameters are properly set.

Answered
ma maehooge 25 Feb, 2014
Hi,

We have ChronoConnect V5 activated on our website www.deltacombi.nl. However, when we set it up, there are no databaselines to stand. The database is linked. But the data is stays out.

Can you help us?

Thank thank you.

Array
(
    [0] => SELECT `Extension`.`id` AS `Extension.id`, `Extension`.`name` AS `Extension.name` FROM `v89k3_chronoengine_extensions` AS `Extension` WHERE `Extension`.`enabled` = '1' ORDER BY `Extension`.`ordering` ASC
    [1] => SELECT `Connection`.`id` AS `Connection.id`, `Connection`.`title` AS `Connection.title`, `Connection`.`params` AS `Connection.params`, `Connection`.`extras` AS `Connection.extras`, `Connection`.`published` AS `Connection.published` FROM `v89k3_chronoengine_connections` AS `Connection` WHERE `Connection`.`title` = 'db' AND `Connection`.`published` = '1'
    [2] => SELECT COUNT(*) AS `dbinsert.count` FROM `v89k3_inschrijving_database` AS `dbinsert`
    [3] => SELECT `dbinsert`.`id` AS `dbinsert.id` FROM `v89k3_inschrijving_database` AS `dbinsert` LIMIT 30
)
This topic is locked and no more replies can be posted.