Welcome Guest, Not a member yet? Register   Sign In
SQLite in memory problem
#6

(11-13-2014, 10:43 AM)LearningCI Wrote:
(11-13-2014, 08:39 AM)slax0r Wrote: "Not working" is hard to debug. Please provide some errors, from display and/or logs, as well as some code that causes the error. Will get help quicker.

Edit: you might want to try to set hostname to ':memory:' and not database.

I open php files with navigator, where is the error log files? And it's showing nothing, entire page in blank...
The console return:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)

And I tried with changing :memory: to hostname and return:
GET http://localhost/xxx/run_tests 500 (Internal Server Error)
Thanks!

In application/config/config.php set log_threshold to 4, then you can find log files in application/logs/ directory.

Also make sure that display_errors is turned on, and error_reporting is set to E_ALL.
Reply


Messages In This Thread
SQLite in memory problem - by LearningCI - 11-13-2014, 06:51 AM
RE: SQLite in memory problem - by slax0r - 11-13-2014, 08:39 AM
RE: SQLite in memory problem - by LearningCI - 11-13-2014, 10:43 AM
RE: SQLite in memory problem - by slax0r - 11-13-2014, 01:13 PM
RE: SQLite in memory problem - by LearningCI - 11-13-2014, 04:54 PM
RE: SQLite in memory problem - by Rufnex - 11-13-2014, 11:23 AM
RE: SQLite in memory problem - by LearningCI - 11-13-2014, 12:41 PM
RE: SQLite in memory problem - by slax0r - 11-14-2014, 12:28 AM
RE: SQLite in memory problem - by Chroma - 11-14-2014, 07:42 AM
RE: SQLite in memory problem - by LearningCI - 11-14-2014, 07:50 AM
RE: SQLite in memory problem - by Chroma - 11-14-2014, 07:51 AM
RE: SQLite in memory problem - by Rufnex - 11-14-2014, 08:12 AM
RE: SQLite in memory problem - by LearningCI - 11-14-2014, 10:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB