View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Unable to change dates to Validated End Dates or Request End Dates - ProjeQtOr
 
 

Unable to change dates to Validated End Dates or Request End Dates

More
18 Dec 2015 00:18 #1 by iconic
I imported new projects using the Import Function. I then created activities for the projects that were imitated.

But now when I try to change the validated end date or Request End dates, I receive the following error message


Error on finalizeMessageDisplay('resultDiv') :
Destination or is not a node or not a widget
or lastOperation or lastOperationStatus is not a node


Fatal error: Maximum execution time of 30 seconds exceeded in /home/iconicprod/public_html/Project-Management/model/ProjectPlanningElementMain.php on line 314
Contact your administrator.

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

More
18 Dec 2015 12:11 #2 by babynus
Which version of ProjeQtOr ?
Issue is triggered at "/model/ProjectPlanningElementMain.php on line 314" : is it always on same line every time ?

When you try to change the dates, about how many lines (acitvities + projects) will be changed ?
Did you try and increase max_execution_time in php.ini (for instance to 300 instead of default value 30) ?

Babynus
Administrator of ProjeQtOr web site

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

More
22 Dec 2015 05:03 #3 by iconic
It is only changing 1 activity of 1 project.

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

More
23 Dec 2015 09:28 #4 by babynus
Try and change lines 452-455 in /model/persistence/SqlElement.php from
public function save() {
		if (isset($this->_onlyCallSpecificSaveFunction) and $this->_onlyCallSpecificSaveFunction==true) return;
		return $this->saveSqlElement();
	}
public function save() {
		debugLog("save ".get_class($this)." #".$this->id);
		if (isset($this->_onlyCallSpecificSaveFunction) and $this->_onlyCallSpecificSaveFunction==true) return;
		$result=$this->saveSqlElement();
		debugLog($result);
		return $result;
	}
Then set debugLevel to 3 in parameters.php file.
Run test.
Post log file here.

Babynus
Administrator of ProjeQtOr web site

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

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