search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

DB Connection data not showing at index

Related article: PHP Work Order Scheduler (JavaScript/HTML5 and MySQL)
Asked by manipaal001@gmail.com
1 year ago.

when made these changes data has been inserted in database but schedule are not shown on the calendar index.
// use sqlite
//require_once '_db_sqlite.php';

// use MySQL
require_once '_db_mysql.php';

Answer posted by Dan Letecky [DayPilot]
1 year ago.

I recommend checking the HTTP calls to the API (especially work_order_resources.php and work_order_list.php) in the browser developer console (Network tab).

Make sure that the response includes the correct JSON string with resource/event data. You might see a DB-related error instead. In that case, the error details should point you in the right direction.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.