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
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
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.