I have a website which was working ok on its server.
Now, I've sent it to another host and a few problems came up. I get the following errors in the main page:
Needless to say, there's nothing wrong with the code and this "No such file or directory" thing is a lie. Why is this happening?Warning: main(../funcoes/inc_funcoes.php) [function.main]: failed to open stream: No such file or directory in c:\Inetpub\vhosts\neohost.com.br\httpdocs\gertaxi\admin\classes\noticia.php on line 5
Warning: main() [function.include]: Failed opening '../funcoes/inc_funcoes.php' for inclusion (include_path='.;./includes;./pear') in c:\Inetpub\vhosts\neohost.com.br\httpdocs\gertaxi\admin\classes\noticia.php on line 5
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in c:\Inetpub\vhosts\neohost.com.br\httpdocs\gertaxi\admin\classes\noticia.php on line 14
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in c:\Inetpub\vhosts\neohost.com.br\httpdocs\gertaxi\admin\classes\noticia.php on line 14
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:\Inetpub\vhosts\neohost.com.br\httpdocs\gertaxi\admin\classes\noticia.php on line 15
Warning: fopen(../../swf/noticia.xml) [function.fopen]: failed to open stream: No such file or directory in c:\Inetpub\vhosts\neohost.com.br\httpdocs\gertaxi\admin\classes\noticia.php on line 30
Warning: fwrite(): supplied argument is not a valid stream resource in c:\Inetpub\vhosts\neohost.com.br\httpdocs\gertaxi\admin\classes\noticia.php on line 31
Warning: fclose(): supplied argument is not a valid stream resource in c:\Inetpub\vhosts\neohost.com.br\httpdocs\gertaxi\admin\classes\noticia.php on line 32
Thank you.