Getting this error from last two days

Hi to all.

I am getting this error from last two days and not showing pages currently.

PHP Fatal error: require() [<a href=‘function.require’>function.require</a>]: Failed opening required ‘http://mydomain.com/ads/innertopads.php’ (include_path=‘.:/usr/lib/php:/usr/local/lib/php’) in /home/xxxx/public_html/look/get_movie_list.php on line 64

please advice me.

thanking u.

have a look in your ads directory and make sure the file innertopads.php is present…

if its not there then that is your problem… if it is there it could be a permissions problem

hope it helps :wink:

You’re trying to include a file over HTTP. Most hosts disallow including a file over HTTP, you normally have to use the local file-system path. If you could do this previously, maybe your allow_url_fopen directive has been changed.

Further to Anthony’s reply, even if allow_url_fopen is enabled the allow_url_include setting also needs to be enabled.

Ok my problem solved. I missed the path. thanks to all replay here.