I am having a issue installing the current program of your program:
Error: incorrect value for 'Parameter file name', cannot write to such a file : check access rights
Log file Path I am using ../files/logs/projeqtor_${date}.log
Apache will not let you write outside of the application path so how do I fix it?
Apache will not let you write outside of the application path
Error shows wite error inside the application path.
In fact it seems apache (php user) has no write right on application path.
Fix this.
How do I fix it and what is the correct path should I put in the path field?
chmod -R 775 /var/www/html/projeqtor
chown -R www-data: /var/www/html/projeqtor
I did everything you told me to do and I am still getting this message and I also change the database,php file to 777
The database configuration file could not be written, please chmod application/config/database.php file to 777 OR Email and Password not passed validation.
Hello
I got it to work.
Thanks