How to save bad query? |
@hgmflash123,
Wow! You are running an unsupported version of CI. If you are not in a crunch to get the site up then I would highly recommend that you upgrade the CI to the supported version (https://codeigniter.com/user_guide/searc...ea=default). There are a couple of things that you might be able to do. 1. You can dump the generated query that is being called into the CI log. You will need to do this in the model that is executing the SQL code. 2. You could see if it is possible to see the PHP / Apache error log files. 3. If you have a copy of the software...you could develop an test environment and see if you can recreate the error. |
Messages In This Thread |
How to save bad query? - by hgmflash123 - 01-24-2019, 05:17 AM
RE: How to save bad query? - by php_rocs - 01-24-2019, 05:02 PM
RE: How to save bad query? - by hgmflash123 - 01-28-2019, 06:53 AM
RE: How to save bad query? - by php_rocs - 01-24-2019, 05:05 PM
RE: How to save bad query? - by hgmflash123 - 01-28-2019, 06:55 AM
RE: How to save bad query? - by php_rocs - 01-28-2019, 10:44 AM
|