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.
Last seen: 30 Jul 2026 10H32
No, I cannot find why this part of script did not execute correctly. It is strange as it is part of script from version V2.2.0, quite old, and we nev...
Very strange, you don't have all columns expected on table meeting. What is your DB / Version ? Can you try and execute : ALTER TABLE `meeting` A...
Possibly you have an issue ion the description of this table. Please post DESC for table meeting
I looked at your other post about meeting. Possibly you have an issue ion the description of this table. Please post DESC for table meeting
Do you have any filter ? Do you have a project restriction (selection in the project selector)
A relative path from the DocumentRoot or from a specific file or directory ? It is a path relative to current page. By default, default page is in d...
Hi, Issue confirmed. Fix is to replace line 48 in file projeqtor/model/ProfileMain.php from ${sortOrder} to ${sortOrder} Fix will be ...
Your screenshot (and behavior you describe) is strange. On this screen all the "value" fileds should have same width, and it's not the case on your s...
ProjeQtOr can import users fro CSV or XLSX format. So if you can export users from LDAP in flat file, yhou should be able to import them.
Definition of kanbans are stored in table kanban, in jSon format in column param
You have an issue on your table meeting. What is the first version of projeqtor that you installed ? Can you you the DESC of table meeting ?
Try and refresh the list disposal (button with 3 bars)
You can use as a shortcut the "Gear" button you'll find beside project select (this button appears only when you move the mouse in the Project Selecto...
When I use ProjeQtOr, some actions request URI "/tool/" to use the .php functionalities. Wich "action" ? These URis are not defined in Projeqtor B...
It ssems your PHP configuration disabled the function getmypid Check the parameter disable_functions in your php.ini
Split the activity into two sub-activities.
However if hours are selected to count the amount of work, the hours count is not coherent with the time line. Could you give an exemple ? Moreover ...
So in database (or in API), how can I know if a period has been validated and when? Check object WorkPeriod
You surely did something wrong... ... duplicate first install ... export / import of statuses ... play with the DB Only you (and mayby God, but I'...
Coasterman is right ! Filters are the same in both cases !
This can be configured in global parameters : automatically change status of parent This will put parent to first status "in progress" when first chi...
We'll have a fix in the plugin to avoid entering bad values
Increase max_execution_time in php.ini
We'll have a look
1) As long as I know, there are only 60 minutes in one hour, so valid input for minutes is 0-59 (there is a select list...) 2) Can you please post er...