Jump to content

BIGGEST PHP COMPLICATION OF THE DECADE


flashback

Recommended Posts

my site's coded into php / anyway, whenever I click a link, nothing happens, except the index.php refreshes with the news.html..

http://www.foxyones.net/

Click a link and you'll see..

does anyone know the problem / know how I can fix it / or anything valuable to the prob?

it'll be greatly appreciated!
Link to comment
https://forums.phpfreaks.com/topic/14053-biggest-php-complication-of-the-decade/
Share on other sites

with adding the code you said

it says;

Warning: main(.html): failed to open stream: No such file or directory in /home/foxyones/public_html/index.php on line 187

Warning: main(): Failed opening '.html' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/foxyones/public_html/index.php on line 187
Hmm, seems that's returning an empty string, so empty string plus .html = ".html", which doesn't exist.
You could try [b]print_r($_REQUEST);[/b] to see what the page is taking in and it will give a better idea of what's going on.
Also, you could make a page with [b]<?php phpinfo(); ?>[/b] on it and this will display alot of configurations that could point to the problem.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.