Hi
I have installed the news script, everything is working fine, i can access admin panel, but i get these errors after i have included with
Code:
<?php $cat = "Category name"; include 'news/index.php'; ?>
Errors i get
Code:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'almenntc'@'localhost' (using password: NO) in /home/almenntc/public_html/ny_sida/news/index.php on line 13
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/almenntc/public_html/ny_sida/news/index.php on line 13
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/almenntc/public_html/ny_sida/news/index.php on line 14
Fatal error: Call to undefined function slash2() in /home/almenntc/public_html/ny_sida/news/index.php on line 191