I found your news script with google and it seems to be all I want.
But after install, I've got a lot of problem with the SQL request. I don't know why.
I can't add a news. The SQL Error said that there is an error.
SELECT name, id FROM news30_cats WHERE id in () ORDER BY name
As you see, the problem is because there is nothing in ( ). I found how to avoid this problem by removing the WHERE condition. (function.php file)
But when I want to add a news, it says
Error: Query was empty
Statement:
Arguments:
And nothing else !
I don't understand why !
I can create categories, can modify options... but there is a problem why the news.
I try with MySQL and MySQLI option during the install but it is the same problem !
That's so frustrating. I really want to use your news system
Thank you very much !
EDIT : New problem
Warning: unserialize() expects parameter 1 to be string, array given in /news/functions.php on line 337 is written in place of the menu O.o I did nothing !
FINAL EDIT : It seems to be working now. The problem is about the session cookie, after creating a new category. I have to delete the cookie, re log-in and it's ok. I'm using Google Chrome.