Cannot display Panels as described in book

Status: 
Solved
Question: 

I am using Drupal 6.10. I have gone through the steps in chapter 4 of the book to create the profile (maybe missed something). I am new to Drupal.
I have set the panel path to be "node/%" (without the speech marks) and the avatar as a teaser. I just needed to see if this was working before I replaced it with the image button. This seems to have no effect at all.

Any help please......

Responses

1. I don't understand correctly

I don't understand correctly what your are asking. Did you check your panel at /node/1 or whichever nodeID it has. What exactly is not working?

2. I get the following error message on the panel

When I go this link http://localhost/node/4

On the right hand side of the panel I can see my Personal Information and on the left hand side I get this error.

Parse error: parse error, expecting `','' or `';'' in C:\wamp\www\includes\common.inc(1645) : eval()'d code on line 1

I have the following code in the empty text field from the view. I have put the file under the /files/userpictures folder.

<?php echo ’’; ?>

3. The problem is usually as

The problem is usually as result of your the apostrophe marks in your PHP code. Try retyping the apostrophe marks and cross check the code.