1 (edited by 2013-03-19 08:12:43)

Topic: Permissions error

I don't understand what I have to do? Note that I assigned writable permission (777) to the folder cdata/ and to its files yet:

http://marnevi.altervista.org/12.JPG

Re: Permissions error

I don't understand what I have to do? Note that I assigned writable permission (777) to the folder cdata/ and to its files yet:

Some servers will not allow 777 and it will be ignored. Try 755 for folders  and 644 for files instead.
Some FTP programs claim to have set the permissions and indicate that they have but have not. On some servers the only way to set the permissions is to use the built-in control panel.

Re: Permissions error

Try to change in core/core.php
clearstatcache($the_file);
to
clearstatcache();

Best regards,
CN Support team

Re: Permissions error

Try to change in core/core.php
clearstatcache($the_file);
to
clearstatcache();

very good. now there are only two messages inform me that db.ban.php and csrf.php don't exist. Is it right?

Re: Permissions error

Just create two files in cdata: db.ban.php and csrf.php. The first one is already deprecated, in the version 1.5.4 its checking will be deleted at all.

Best regards,
CN Support team