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 have downloaded version 3.4.4 and trying to install it on linux.
On browser i have filled configuration form and clicked on ok button so it shows "incorrect value for log" when changed log file after that i got another error "incorrect value for attachment"
Please let me know if there is any solutions.
BR,
Sunil Garje
You must define in the parameters for files and directories some paths than can be reached by your php server, and with write access.
Hi,
Thanks for your quick response.I have default kept path that are present in projectoria package also permission is 775.
BR,
Sunil Garje
Hi,
Any updates on this?
I tried to install on windows and its working fine but my requirment is to implement this software on Linux machine.Manually i have added parameters.php file also created database schema but then also it shows me configuration screen and if i click on OK button it shows "
incorrect value for 'Log file name', cannot write to such a file" error.
BR,
Sunil Garje
Hi Sunil Garje,
I'm not really an expert here (there are many people here in the forum that may assist you better than me) but I think the problem is that your Apache server cannot get write access to the folder where it's supposed to generate the log file (which YOU are defining in one of the parameters you see in the "first login" config screen).
By default, you Apache user is "www-data", so you have to change permissions to the /www/var(/projectorria) folder so that www-data has write permissions there.
And I write those "()" because that part is an optional: you may want to grant access to Apache to the whole "var" folder, or just the "/var/projectorria" one.
A simple answer would be to go to the terminal and execute:
sudo chown www-data /var/www/
A more comprehensive one, you can find, e.g., here:
http://forums.phpfreaks.com/topic/186274-debian-varwww-file-permissions/
Indeed, there's tons of information regarding this process on the internet (actually, that's how I became aware of it 😉 )
HTH.
Cheers
Hi,
Thanks for your quick and correct response....I did silly mistake, i forgot to change ownership as you mentioned in your reply.
Now issue is resolved.
BR,
Sunil Garje