Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi,
I need to create a new theme for Pr
Can you tell me the file that I have to change?
Thank you for your help.
bye
I have open a new post.
mmm
I have also a big problem with planning. When I click on it nothing append and the wheel rotate continuously.
heelp 😳
For new thema, only colors can be included in thema.
You just have to update end part of /css/projector.css.
For instance replace one thema colors with your own.
About issue with planning, check log file, maybe an issue occured.
Also check for recursive dependency loops : A => B => C => A
It should not be possible to set up one, but one user reported to have some, and it lead to never ending planning.
in log file I see many row like this:
Update your Php.ini file.
2013-06-10 10:20:13 ===== TRACE ===== register_globals must be disabled (set to false).
But I have reinstalled Project'or ria.
Try and put some trace (for instance debugLog($id) ) in /model/PlanningElement.php method getRecursivePredecessor(), line 855.
You should look for id that recursively appear.
Then search for predecessors or parent predecessors.
You should be able to remove recursive loop.
Thank you babynus