Jamroom Installation Error (No tables being created)
Installation and Configuration
Thanks Michael... Just following the code, I think you may have nailed it with PHP. It hits line 595 in the jrCore_db_query function of modules/jrCore/lib/mysql.php
-- return $res which outputs as 1 when echo'd
This is all called by line 1071 (same file) -- $_rt = jrCore_db_query($req, 'Field', false, null, false, $con, false);
Try and echo $_rt but you can't because Fatal error: Uncaught mysqli_sql_exception: Table 'jamroom.jr_jrcore_log' for some reason shows up out of the blue, which of course never allows it to make it to the next line that actually creates the table!
I'll post an update when/if I get it all figured out in case this turns up in the future. Drawback of using the latest releases I suppose=)