Forum Activity for @theshado

alt=
@theshado
04/28/22 05:59:25PM
3 posts

Jamroom Installation Error (No tables being created)


Installation and Configuration

Thanks for the fast responses! Reverting to 8.0 absolutely fixed it up, now its dealing with nginx routing which I believe I saw a post somewhere with the configuration for that. Amazing support, thanks again!
alt=
@theshado
04/27/22 08:33:56PM
3 posts

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=)
alt=
@theshado
04/27/22 05:44:33PM
3 posts

Jamroom Installation Error (No tables being created)


Installation and Configuration

Hey everyone! I'm hoping someone can take a few second to help me out here. I'm trying to install Jamroom locally as a Sandbox before I go mucking around a working live version for a friend of mine and I am at a loss as to what could be going wrong...

I am using:
Ubuntu 20.04,
nginx,
PHP 8.1.4,
service php 8.1-fpm status shows Active (running)
mysql 8.0.28

The config.php file creates just fine with the proper data, but for whatever reason no database tables are being created. I've also tried running the repair.php file, but same deal -- No tables being created.

I can only attach 1 file so have attached the error screen, but the "install.php" page doesn't show any errors and everything looks good to go according to it.

I'm not much of a network admin guy, so will be banging my head against the wall very shortly. Any help would be greatly appreciated as drywall is expensive these days=)
error.jpg error.jpg - 1.2MB

updated by @theshado: 07/29/22 05:54:35PM