My Guestbook Does Not Appear

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
weberpa
Posts: 4
Joined: Sun Feb 05, 2017 9:46 pm

My Guestbook Does Not Appear

Post by weberpa »

Script URL: ftp://paulwebe@paulweber.ca/public_html ... ttings.php
Version of script: 1.7
Hosting company: Green Geeks
URL of phpinfo.php: ?
URL of session_test.php: ?
What terms did you try when SEARCHING for a solution: guest book does not appear Gbook

Write your message below:

Hi,

I am having a problem getting my guestbook to appear in my (RapidWeaver designed) website. When I try to view in my (Mac) Chrome, Firefox or Safari browsers it is a blank page (http://jamesleroy.com/Guest/guest.html), though I can view by itself (http://www.jamesleroy.com/guestbook2/gbook.php). I've double checked all settings, clear cache etc.

When I've tried it on a Windows computer I get this:

This content cannot be displayed in a frame
To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.
What you can try:
res://\\ieframe.dll/bullet.png
Open this content in a new window

I use 1.7 on some other sites with RapidWeaver and it works no problem. I'm sure it is some little thing, but I haven't been able to locate it, so hoping someone can point me in the right direction. I'm not that technically inclined which is likely the problem!

thanks,
Paul
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: My Guestbook Does Not Appear

Post by Klemen »

This is not directly a Guestbook issue, but a server configuration/strict security issue instead.

Your server is setup to send out this HTTP header:
X-Frame-Options: SAMEORIGIN
This tells the browser that only content from the same (sub)domain may be displayed within frames and this includes "www".

If you open your page with "www" in the domain name, the guestbook should display, because the iframe link contains "www.":
http://www.jamesleroy.com/Guest/guest.html

If you plan to display the guestbook in a frame I would recommend turning off the X-Frame-Options header for the gbook.php file (you will need to talk to your server administrator how to do that and if it's even possible).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply