View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [SOLVED] TODAY Screen issues - ProjeQtOr
 
 

[SOLVED] TODAY Screen issues

More
23 Jul 2013 08:51 - 15 Apr 2014 11:41 #1 by Iaurkano
i babynus,

i tried 3.3.2 before migration and i met a strange behaviour :

in today screen if à had a report à don't see the report but the waiting cursor.
If à print the today page in the print preview i see the report.

another thing :

when i click on today paraméters icons in the configuration windows i see this :


Strange name "unknown today scope"

i left the page and if i click once again on the parameter icon new "unknow today scope" element appears. like this :



i work on IE8 on Windows XP my server is in Windows server 2003.

thank's
Attachments:
Last edit: 15 Apr 2014 11:41 by Iaurkano. Reason: Solved

Please Log in or Create an account to join the conversation.

More
23 Jul 2013 09:17 #2 by climb4fun
Hi Iaurkano,

I had this issue some weeks ago as well. I remove this "unknown today scope" and then I was fine again. In my case it was due to migration tests backward and forward.

Hope this helps,

Regards,

Klaus

Please Log in or Create an account to join the conversation.

More
23 Jul 2013 10:06 - 23 Jul 2013 10:07 #3 by Iaurkano
my problems is, i can't remove these. Each time i open the configuration screen these items re-appears.

if i open the configuration twice, i see 2 times more "unknown today scope" items, if third i see 3 times more "unknown today scope".

Very strange behaviour.

thank's
Last edit: 23 Jul 2013 10:07 by Iaurkano.

Please Log in or Create an account to join the conversation.

More
23 Jul 2013 12:47 #4 by babynus
Replied by babynus on topic 3.3.2 - TODAY Screen issues
Try this fix :
in /model/Today.php
replace function insertStaticItems() with this one :
public static function insertStaticItems() {
  	$user=$_SESSION['user'];
  	$sort=0;
  	foreach (self::$staticList as $static) {
  		$crit=array('idUser'=>$user->id, 'scope'=>'static', 'staticSection'=>$static);
  		$sort+=1;
  		$item=SqlElement::getSingleSqlElementFromCriteria('Today', $crit);
  		if (!$item->id) {
  			$item->sortOrder=$sort;
  			$item->idle=0;
  			$item->scope='static';
  			$item->save();
  		}
  	}
  }
(one line added)

You should also clear all lines in table Today for which scope is not 'static' or 'report'.

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
23 Jul 2013 13:29 #5 by Iaurkano
ok i will try this and i'll keep you informed.

regards?

Please Log in or Create an account to join the conversation.

More
31 Jul 2013 15:02 #6 by Iaurkano
Hi babynus,

Your fix does not correct my issue.

in the DATABASE i have only records where field scope is 'static'.

regards.

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.056 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.