View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - State attendue by meeting recording - Page 2 - ProjeQtOr
 
 

State attendue by meeting recording

More
09 Jan 2015 11:39 #7 by dlalleme
Hello,
It's ok on demo !
I have an other server with projeqtor 4.3.2 and it works well !

Regards

Denis
The topic has been locked.
More
10 Jan 2015 11:20 #8 by babynus
Hi,

It seems the migration to V4.5 was not complete.
Check audit table, some columns have changed :
- lastAccessDateTime (V4.5) replacing lastAccess (V4.4)
- connectionDateTime(V4.5) replacing connection(V4.4)
- disconnectionDateTime (V4.5) replacing disconnection (V4.4)
Check assignment table, new column
- notPlannedWork is new column
Check planningelement table, new column
- notPlannedWork is new column

If these changes are not taken into account, the behavior would be exactly what you describe :
- assignment not completely displayed and rest of forml not displayed
- error logged on audit table every 10 second

Babynus
Administrator of ProjeQtOr web site
The topic has been locked.
More
12 Jan 2015 18:58 #9 by dlalleme
Bonsoir,

The install wasn't issue from migration but from a fresh install!

I check the columns tomorrow

Regards

Denis
The topic has been locked.
More
12 Jan 2015 19:40 #10 by babynus
For information, I never has such issue on fresh installs (and I run some quite often).

On which OS do you Host ProjeQtOr ?

Babynus
Administrator of ProjeQtOr web site
The topic has been locked.
More
14 Jan 2015 15:29 #11 by dlalleme
Salut,
Here are the tables
-- Table: audit
-- DROP TABLE audit;
CREATE TABLE audit
(
  id serial NOT NULL,
  sessionid character varying(100),
  auditday character varying(8),
  connectiondatetime timestamp without time zone,
  disconnection timestamp without time zone,
  lastaccess timestamp without time zone,
  duration time without time zone,
  iduser numeric(12,0),
  username character varying(100),
  useragent character varying(400),
  platform character varying(100),
  browser character varying(100),
  browserversion character varying(100),
  requestrefreshparam numeric(1,0) DEFAULT 0,
  requestdisconnection numeric(1,0) DEFAULT 0,
  idle numeric(1,0) DEFAULT 0::numeric,
  requestrefreshproject numeric(1,0) DEFAULT 0::numeric,
  CONSTRAINT audit_pkey PRIMARY KEY (id)
)
WITH (
  OIDS=FALSE
);
it-s OK for assignment and planningelement tables

Regards

Denis
The topic has been locked.
More
15 Jan 2015 12:57 #12 by babynus
Hi,

The description of your audit table is very strange.

In V4.5, 3 columns were renamed :
connection to connectionDateTime
disconnection to disconnectionDateTime
disconnection to lastAccessDateTime

Here is what creation script should look like :
CREATE TABLE IF NOT EXISTS `audit` (
`id` int(12) unsigned NOT NULL,
  `sessionId` varchar(100) DEFAULT NULL,
  `auditDay` varchar(8) DEFAULT NULL,
  `connectionDateTime` datetime DEFAULT NULL,
  `disconnectionDateTime` datetime DEFAULT NULL,
  `lastAccessDateTime` datetime DEFAULT NULL,
  `duration` time DEFAULT NULL,
  `idUser` int(12) unsigned DEFAULT NULL,
  `userName` varchar(100) DEFAULT NULL,
  `userAgent` varchar(400) DEFAULT NULL,
  `platform` varchar(100) DEFAULT NULL,
  `browser` varchar(100) DEFAULT NULL,
  `browserVersion` varchar(100) DEFAULT NULL,
  `requestRefreshParam` int(1) DEFAULT '0',
  `requestDisconnection` int(1) DEFAULT '0',
  `idle` int(1) unsigned DEFAULT '0',
  `requestRefreshProject` int(1) unsigned DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=9001 DEFAULT CHARSET=utf8;

What is the most weird, is that the renaming of the 3 columns is done in ProjeQtOr with one only query :
ALTER TABLE `${prefix}audit` CHANGE `connection` connectionDateTime datetime,
CHANGE `disconnection` disconnectionDateTime datetime,
CHANGE `lastAccess` lastAccessDateTime datetime;
So I cannot explain that your database is updated on only 1 of the 3 columns. It should be all or none (if error occured).

How did you install ? Really using default scripts ?
On which OS does the issue happen ?
Is you Database MySql or PostgreSql ? Which version ?

Babynus
Administrator of ProjeQtOr web site
The topic has been locked.
Moderators: babynusprotion
Time to create page: 0.053 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.