i am trying out news system called n13, i have installed it, it works fine, but when i try to include it, i get these errors.
CODE
Warning: mysql_query() [function.mysql-query]: Access denied for user 'almenntc'@'localhost' (using password: NO) in /home/almenntc/public_html/ny_sida/n13/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/n13/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/n13/index.php on line 14
Warning: mysql_query() [function.mysql-query]: Access denied for user 'almenntc'@'localhost' (using password: NO) in /home/almenntc/public_html/ny_sida/n13/index.php on line 187
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/almenntc/public_html/ny_sida/n13/index.php on line 187
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/almenntc/public_html/ny_sida/n13/index.php on line 188
Fatal error: Call to undefined function slash2() in /home/almenntc/public_html/ny_sida/n13/index.php on line 191
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/almenntc/public_html/ny_sida/n13/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/n13/index.php on line 14
Warning: mysql_query() [function.mysql-query]: Access denied for user 'almenntc'@'localhost' (using password: NO) in /home/almenntc/public_html/ny_sida/n13/index.php on line 187
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/almenntc/public_html/ny_sida/n13/index.php on line 187
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/almenntc/public_html/ny_sida/n13/index.php on line 188
Fatal error: Call to undefined function slash2() in /home/almenntc/public_html/ny_sida/n13/index.php on line 191
I am using this function
CODE
<?php
include 'n13/index.php';
?>
include 'n13/index.php';
?>
I have been trying to get support from support forum n13, without of luck, anyone hee can help with this.