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 All,
I've been trying to set up Projeqtor on my VPS and i'm not having any luck. I tried once and got this error with V5.0.5, deleted and recreated the VPS and setup with V5.0.0 but still get the same error.
The error is:
ERROR : An error occurred on 2015-10-05 at 12:52:51
At whatever time it happens to be when I load the page. I manage to get through the setup ok, only changing the timezone to AustraliaBrisbane, currency to $ and 'before'. I have checked files/logs to see if I could find an error but no log file is being created?
I'm presuming the fact that it can't create a log file suggests I have a permission error on the directory?
I chmod 777 -R on the entire projeqtor director just in case, but still get he same error. (I've also tried 700, 755)
I'm out of ideas, any help would be appreciated.
chmod -R 777 is a very good idea for a try.
Keep it this way until issue is fixed.
What do you have for log file paramters ?
Defaut are :
$logFile='../files/logs/projeqtor_${date}.log';
$logLevel='3';
You can try and set $logLevel='0'; to remove loggin feature.
Also check that mbstring is enabled in you PHP.
Thanks for the advice, somewhere along the lines that solved my problem.
Steps I took were:
On ubuntu 14.04 mbstring is included in the libapache2-mod-php5
/etc/php5/apache2/php.ini had all mbstring related lines commented out so I un-commented them. Also changed one of these parameters that set something about language from "Japanese" to "English".
Checked ../files/config/parameters.php and found that my $loglevel variable was set to 2, not 3 so set it to 3.
Tried to connect to projeqtor in browser again and got an error about the timezone code being incorrect.
Found that I had entered AustraliaBrisbane not Australia/Brisbane. Corrected this in ./files/config/parameters.php
All working correctly after that. Thanks for your help. B)