Pages 1
You must login or register to post a reply
- Registered: 2012-08-21
- Posts: 17
Topic: File cdata/db.users.php is deprecated
When I login to cutenews I got this message:
File cdata/db.users.php is deprecated. Delete db.users.php file from cdata
At my last login I did delete 1 user. since that account wasn't needed anymore.
But I guess it's not smart to delete the db.users.php file right?
Because I wonder what will happen if I do.
- Registered: 2005-08-16
- Posts: 1,861
Re: File cdata/db.users.php is deprecated
Cutenews version In 1.5.0b used a temporary file for the database users called
db.users.php
This is no longer needed hence the deprecated message asking you to delete the file.
You can delete it from your server.
Your users are stored in
users.db.php
Which you must not delete.
If you logged in and deleted a user you would have removed the user from
/cdata/users.db.php.
Posts: 2
Pages 1
You must login or register to post a reply