strange include(); behaviour
I have the file:
C:\Inetpub\vhosts\domain.com\httpdocs\inc\functions.php
that file is included in my index.php file...
include('inc/function.php');
inside functions.php i have another include statement....
include('inc/draw_functions.php');
i keep getting
Warning: main(): Failed opening 'inc/draw_functions.php' for inclusion (include_path='.;./includes;./pear') in C:\Inetpub\vhosts\flowers-plants2go.com\httpdocs\inc\functions.php on line 922
it works fine on other domains....
i dont understand why its a problem on this domain