ajrockefeller / openfpc

Automatically exported from code.google.com/p/openfpc
0 stars 0 forks source link

'openfpc.session' doesn't exist #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Viewing  the sessions from the wui
2.
3.

What is the expected output? What do you see instead?
No Sessions

What version of the product are you using? On what operating system?

openfpc-0.6-314 - Ubuntu 12.04 - MariaDB

Please provide any additional information below.

From the openfpc-untitled.log

DBD::mysql::st execute failed: Table 'openfpc.session' doesn't exist at 
/usr/local/lib/site_perl/OFPC/CXDB.pm line 366, <GEN1> line 4.
DBD::mysql::st execute failed: Table 'openfpc.session' doesn't exist at 
/usr/local/lib/site_perl/OFPC/CXDB.pm line 366, <GEN2> line 4.
DBD::mysql::st execute failed: Table 'openfpc.session' doesn't exist at 
/usr/local/lib/site_perl/OFPC/Common.pm line 264.
DBD::mysql::st execute failed: Table 'openfpc.session' doesn't exist at 
/usr/local/lib/site_perl/OFPC/Common.pm line 275.
DBD::mysql::st fetchrow_array failed: fetch() without execute() at 
/usr/local/lib/site_perl/OFPC/Common.pm line 276.
DBD::mysql::st execute failed: Table 'openfpc.session' doesn't exist at 
/usr/local/lib/site_perl/OFPC/Common.pm line 325.
DBD::mysql::st execute failed: Table 'openfpc.session' doesn't exist at 
/usr/local/lib/site_perl/OFPC/Common.pm line 264.
DBD::mysql::st execute failed: Table 'openfpc.session' doesn't exist at 
/usr/local/lib/site_perl/OFPC/Common.pm line 275.
DBD::mysql::st fetchrow_array failed: fetch() without execute() at 
/usr/local/lib/site_perl/OFPC/Common.pm line 276.
DBD::mysql::st execute failed: Table 'openfpc.session' doesn't exist at 
/usr/local/lib/site_perl/OFPC/Common.pm line 325.

Original issue reported on code.google.com by cryptol...@gmail.com on 3 Sep 2013 at 10:53

GoogleCodeExporter commented 8 years ago
Did you create the DB using openfpc-dbmaint?
What is the output of show databases in mysql?

Original comment by leon.j.w...@gmail.com on 2 Mar 2014 at 1:32