Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingZymic Free Web Hosting - General Discussion & Help right
  Closed Topic Start new topic
left right
Legitimize
post Jun 19 2008, 09:54 PM
Post #1


Newbie
*

Group: Members
Posts: 8
Joined: 5-June 08
Member No.: 33,446



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
Go to the top of the page 
 
  + Quote Post
Andrew
post Jun 20 2008, 06:27 AM
Post #2


Hosting Abuse Staff
*******

Group: Moderators
Posts: 2,933
Joined: 14-February 08
From: Fort Myers FL, USA
Member No.: 10,089



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>
Go to the top of the page 
 
  + Quote Post
EMOruffino
post Jun 20 2008, 03:30 PM
Post #3


they call me ruffi
*******

Group: Moderators
Posts: 1,651
Joined: 19-September 07
From: Hell Paso
Member No.: 245



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.
Go to the top of the page 
 
  + Quote Post
Legitimize
post Jun 20 2008, 04:50 PM
Post #4


Newbie
*

Group: Members
Posts: 8
Joined: 5-June 08
Member No.: 33,446



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.
Go to the top of the page 
 
  + Quote Post
 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 26th May 2013 - 09:14 AM