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:
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Problem Solving / Help & Support → 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:
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.
Try to change in core/core.php
clearstatcache($the_file);
to
clearstatcache();
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?
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.
CutePHP Forums → Problem Solving / Help & Support → Permissions error
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.