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.
Hello,
I updated my Projeqtor to release 3.4.4, but impossible to finish the update.
When trying to connect as administrator, I have the error message "ERROR : Une erreur est survenue le 2013-11-14 à 08:52:35".
I checked the Apache logs for the main domain, and the domain where projeqtor is installed, but there is nothing.
I tryed to check in the "Consoles" of Firefox, but found nothing.
In the combined.log files, the last actions written are :
POST /tool/loginCheck.php?destinationWidth=350
GET /view/css/images/buttonHover.png
Where can I find more informations, could you help me to understand my issue ?
Thank you very much.
When you get the error "ERROR : Une erreur est survenue le 2013-11-14 à 08:52:35", this means you'll find detail in ProjeQtOr log file.
PrpojeQtOr log file is in a configurable directory.
Default is /file/config, but it is highly advised to move it to a non web reachable place.
If you don't remind where you placed it :
- open /tool/parametersLocation.php
- the parametersLocation variable will tell you where the parameters.php file is.
- open the parameters.php file
- the logFile variable tells you where your log file is...
Please report here the error in the log file.
Hi, thank you for your answer and your help.
I found the logs, and understood that the issue came from the time limit.
I put a // before the line, and all is fine now.