Forum

incorrect value for...
 
Notifications
Clear all

incorrect value for 'Log file name', cannot write to such a file : check access

24 Posts
3 Users
0 Reactions
18.1 K Views
(@ripal)
Posts: 53
Active Member
Topic starter
 
[#4020]

Hello,

I am getting below error while configuring for the first time.

"incorrect value for 'Log file name', cannot write to such a file : check access rights"

I have gone through the post earlier but not able to understand where to set permission on hosting server.

I have upload files on my hosting server and trying to configure on the server.

Please help.

Regards
Ripal Shah


 
Posted : 19 Jan 2017 17H58
(@babynus)
Posts: 14952
Member Admin
 

Almost sure you uploaded file with user which is not php user.
Give write access at least to projeqtor/files directory for php user.

Edit : also give access rights to projeqtor/tool during installation phase.


 
Posted : 19 Jan 2017 18H07
(@ripal)
Posts: 53
Active Member
Topic starter
 

Not Sure where to give rights...

Do I have to create new user ?

and How can I give rights...?

Regards
Ripal Shah


 
Posted : 20 Jan 2017 4H13
(@babynus)
Posts: 14952
Member Admin
 

Do I have to create new user ?

No, it already exists.

and How can I give rights...?

All depoends on your OS.
For instance on Ubuntu (and other debian like distributions) :
go to your web applications directory

cd /var/www

or

cd /var/www/html

There should be the "projeqtror" directory here.
Then

chown -R www-data: projeqtor
chmod -R 755 projeqtor

Change "www-data" with "apache" if you're on Centos (and other Red Hat like distributions)


 
Posted : 20 Jan 2017 11H22
(@ripal)
Posts: 53
Active Member
Topic starter
 

It is hosted on windows server.

Please Help.

Regards
Ripal Shah


 
Posted : 20 Jan 2017 12H26
(@babynus)
Posts: 14952
Member Admin
 

Open file explore,
Go to web directory (where you unzipped projeqtor)
Right click on projeqtor folder, select "properties", then select tab "security"
Here, give all access to user that launches php server (if your not sure, you can give full access for all authentified users)
Check that rights are propagated to projeqtor/files folder. If not, manually do it.


 
Posted : 20 Jan 2017 12H31
(@ripal)
Posts: 53
Active Member
Topic starter
 

My Hosting service provider is not allowing to change permission through file explorer.


 
Posted : 20 Jan 2017 12H40
(@ripal)
Posts: 53
Active Member
Topic starter
 

Please find PHP parameter attached

can help to set parameter...


 
Posted : 20 Jan 2017 12H49
(@ripal)
Posts: 53
Active Member
Topic starter
 

I got permission in file manager on hosting plan and changed permission to full.

Configuration done.

BUT

I am getting error while login as admin/admin

attached screen

Please help.

Regards
Ripal Shah


 
Posted : 20 Jan 2017 13H07
(@babynus)
Posts: 14952
Member Admin
 

Clean browser cache.
Remove all cookies.
Retry.


 
Posted : 20 Jan 2017 13H09
(@ripal)
Posts: 53
Active Member
Topic starter
 

It is showing invalid login parameters.


 
Posted : 20 Jan 2017 13H16
(@babynus)
Posts: 14952
Member Admin
 

Check database.
It it contains some tables, remove then.


 
Posted : 20 Jan 2017 13H19
(@ripal)
Posts: 53
Active Member
Topic starter
 

it has created so many table...

Please guide.. attached snap.


 
Posted : 20 Jan 2017 13H31
ANOLL
(@krowry)
Posts: 131
Active Member
 

Go in the bottom of the page , check the box "all check" and in the dropdown list check "delete" .


 
Posted : 20 Jan 2017 13H38
(@ripal)
Posts: 53
Active Member
Topic starter
 

Not able to login again same error


 
Posted : 20 Jan 2017 14H21
(@babynus)
Posts: 14952
Member Admin
 

1) Check that ssl module is on.

2) Is db empty now ?

3) what is content for table 'resource'


 
Posted : 20 Jan 2017 15H54
(@ripal)
Posts: 53
Active Member
Topic starter
 

Yes SSI is on

db was empty, again it is listed as is.

snapshot of resource table attached...


 
Posted : 20 Jan 2017 16H24
(@babynus)
Posts: 14952
Member Admin
 

So you got message "Database update with no error" ?


 
Posted : 20 Jan 2017 16H29
(@ripal)
Posts: 53
Active Member
Topic starter
 

Yes, created with no error...


 
Posted : 20 Jan 2017 16H32
(@babynus)
Posts: 14952
Member Admin
 

OK.
So it is a now a cookie / cache issue.

Just to try, you can set password='admin' (or else at your choice) and cypto=null in table resource for name='admin'


 
Posted : 20 Jan 2017 16H34
(@ripal)
Posts: 53
Active Member
Topic starter
 

Not yet got success...

Same error every time while opening page ....

and login admin/admin .... giving error "invalid login parameter"


 
Posted : 20 Jan 2017 17H10
(@ripal)
Posts: 53
Active Member
Topic starter
 

Not yet got success...

Same error every time while opening page ....

and login admin/admin .... giving error "invalid login parameter"


 
Posted : 20 Jan 2017 17H15
ANOLL
(@krowry)
Posts: 131
Active Member
 

I think a config element is missing on the server, the problem must come from the provider.
Make a phpinfo () and give us the result of phpinfo() .


 
Posted : 20 Jan 2017 19H27
(@ripal)
Posts: 53
Active Member
Topic starter
 

PFA the details


 
Posted : 20 Jan 2017 20H16
Share:

Scroll to Top