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.
I want to upgrade to new version 6.0.5 with autoinstall, but i have a problem, look on log file:
2016-12-27 14:21:15.901 ** ERROR ** Try to hack detected
2016-12-27 14:21:15.901 ** ERROR ** Source Code = securityCheckPage() - not .php or URL wrapper or not actual file
2016-12-27 14:21:15.902 ** ERROR ** QUERY_STRING =
2016-12-27 14:21:15.902 ** ERROR ** REMOTE_ADDR = 127.0.0.1
2016-12-27 14:21:15.902 ** ERROR ** SCRIPT_FILENAME = /var/www/projeqtor/view/main.php
2016-12-27 14:21:15.902 ** ERROR ** REQUEST_URI = /projeqtor/view/main.php
2016-12-27 14:21:25.222 ===== TRACE ===== NEW CONNECTED USER 'dep'
2016-12-27 14:21:42.827 ** ERROR ** La taille du fichier excède la limite de 6000000 octets (paramAttachmentMaxSize)
2016-12-27 14:21:42.827 ** ERROR ** ERROR **
2016-12-27 14:21:42.827 ** ERROR ** on file '/var/www/projeqtor/plugin/installAuto/installAutoUpload.php' at line (151)
2016-12-27 14:21:42.827 ** ERROR ** cause = Undefined variable: fileName
2016-12-27 14:24:12.330 ** ERROR ** La taille du fichier excède la limite de 6000000 octets (paramAttachmentMaxSize)
2016-12-27 14:24:12.330 ** ERROR ** ERROR **
2016-12-27 14:24:12.330 ** ERROR ** on file '/var/www/projeqtor/plugin/installAuto/installAutoUpload.php' at line (151)
2016-12-27 14:24:12.330 ** ERROR ** cause = Undefined variable: fileName
2016-12-27 14:27:33.244 ** ERROR ** La taille du fichier excède la limite de 50000000 octets (paramAttachmentMaxSize)
2016-12-27 14:27:33.244 ** ERROR ** ERROR **
2016-12-27 14:27:33.244 ** ERROR ** on file '/var/www/projeqtor/plugin/installAuto/installAutoUpload.php' at line (151)
2016-12-27 14:27:33.244 ** ERROR ** cause = Undefined variable: fileName
2016-12-27 14:31:14.260 ** ERROR ** La taille du fichier excède la limite de 50000000 octets (paramAttachmentMaxSize)
2016-12-27 14:31:14.260 ** ERROR ** ERROR **
2016-12-27 14:31:14.260 ** ERROR ** on file '/var/www/projeqtor/plugin/installAuto/installAutoUpload.php' at line (151)
2016-12-27 14:31:14.260 ** ERROR ** cause = Undefined variable: fileName
and i have change the filesize with 50m on php.ini
Did you restat PHP avec changing php.ini ?
yes I restart Apache2 with:
sudo /etc/init.d/apache2 restart
Hi,
I just tested, you can get this error if php user does not have write acces on folder projeqtor/plugin/installAuto/files.
Sure the message is not explicit. We'll improve this.
access write is ok... it's not the good way. 🙁
Try and update post_max_size in php.ini to set it at least equal to max_file_size.
I try to change value of post_max_size with 50M but nothing feals good.
I send the php.ini file.
You should have an error in log file, could you post it ?
sorry, but what's the name and the path of the log file ? 🙁
Default location is ../files/logs but you may have changed it on installation.
You'll find location in your parameters.php file.
log files attached
OK !
What I can read from log file is that you have issue while deploying the application, not while downloading...
It is because the installation will overwrite all the application files, so PHP user must have write acces to the whole projeqtor directory
Something like :
chmod -R 755 /var/www/projeqtor/ chown www-data: /var/www/projeqtor/
should fix issue.
NB : if you're not on debian like distrib (Ubuntu, ...) change www-data with correct php user, for instance apache for red-hat like litrib (centos,...)
Yes, it works, tks.
