0

I'm trying to integrate phpgrid lite with CodeIgniter, I've done all functions correctly as per the procedure in phpgrid website but It's showing error: PHPGRID_ERROR: Could not execute query. Error 101

2 Answers 2

3

From the error message, it indicates a Sql query failed to execute. So it may not be related to CI at all. Assuming you have followed either this or this tutorial, however, you did not post any code snippet so it's hard to determine the root cause of the error.

You should first enable DEBUG (https://phpgrid.uservoice.com/knowledgebase/articles/215888) and find out the Sql that is throwing error.

Sign up to request clarification or add additional context in comments.

Comments

1

Set DEBUG to true in conf.php

define('DEBUG', true);

Open developer tool in web browser for any Sql error messages.

enter image description here

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.