Help - Search - Members - Calendar
Full Version: None Of My Pages Show Up
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
Legitimize
Hi, I made a hosting account and uploaded my files and such and none of them show up. The images will load if I load them individually, but none of the pages themselves. I view the page source and it looks like all the coding is there, but nothing displays.

The website is http://otherkininfo.vndv.com/ Let me know if you need any other information about it.

Thanks in advance,
~Legitimize
Trippin7464
This line is causing your error.
CODE
<script type="text/javascript" src="./includes/js.js" />


Remove it and your page loads. Or add the closing tag and it loads fine, You can't close it like that.

CODE
<script type="text/javascript" src="./includes/js.js"></script>
EMOruffino
that could be it, i havent been here on the forums alot recently but i found this at the footer:

CODE
<b>Warning</b>:  fopen(./includes/counter.php) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in <b>/www/vndv.com/o/t/h/otherkininfo/htdocs/includes/stats.php</b> on line <b>21</b><br />
Can't open ./includes/counter.php<script src="http://www.vndv.com/fixstats.php"></script>


Might be causing it but then again idk.
Legitimize
Okay, fixing the <script></script> problem fixed the pages loading. Now there is that error that EMOruffino mentioned. Any idea what is causing permission denied?

Line twenty-one is:
CODE
$fd = fopen($filename , "w") or die("Can't open $filename");


Thanks again in advance,
~Legitimize

EDIT: Also, a hard copy of the error without the html in it is:
CODE
Warning: fopen(./includes/counter.php) [function.fopen]: failed to open stream: Permission denied in /www/vndv.com/o/t/h/otherkininfo/htdocs/includes/stats.php on line 21
Can't open ./includes/counter.php


EDIT: Nevermind. Silly me wasn't thinking. I didn't think about the CHMODing. It's fixed now. Thanks for all your help.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.