Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Solved] Parse Error installing #64 Building a Photo Gallery Re: [Solved] Parse Error installing #64 Building a Photo Gallery

#62593

Sorry, I’m still not seeing the problem. I forgot to mention this is my first time messing with anything PHP.

I looked back on the video (#64 Building a Photo Gallery) and noticed that he had a ?q=%PATH% on the back end of his link to the main_url. I remember having that in there before but I deleted it because I thought it was junk added on from Dreamweaver, but I put it back on (that’s) on line 38, so now it reads like this.

38| ‘main_url’ => ‘http://shepardsuperteam.com/chris/imgbrowz0r/index.php?q=%PATH%’,

line 65 still reads like this

65|$gallery = new imgbrowz0r($config);

Do you see anything wrong between these two codes?