error

Hi I was doing my html catalog and then went to my site www.tapetechtools.com and got this when I click a link:



Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0



Warning: Unknown: Failed opening ‘/home/tapetech/public_html/index.php’ for inclusion (include_path=‘.:/usr/lib/php:/usr/local/lib/php’) in Unknown on line 0

[quote name=‘flasher’]Hi I was doing my html catalog and then went to my site www.tapetechtools.com and got this when I click a link:



Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0



Warning: Unknown: Failed opening ‘/home/tapetech/public_html/index.php’ for inclusion (include_path=‘.:/usr/lib/php:/usr/local/lib/php’) in Unknown on line 0[/QUOTE]



Not wanting to state the obvious however I believe you’ve got a PHP error.

Check permissions on the file to ensure they can be accessed(CHMOD 644)



Upload this php script : Copy and paste the code into notepad and save as phpinfo.php ([COLOR=“Red”]not[/COLOR] phpinfo.php.txt)


// Show all information,
phpinfo();
?>




Then call up your ISP and inquire whats not working.



If a guru knows I’m wrong say so!