error when trying to view new page

Permalink
Hi, I am new to concrete 5 and have just built my first theme. When I add a new page and want to view it I get the error
Parse error: syntax error, unexpected '/' in /home/wwwjubi/public_html/themes/JA/view.php on line 330
what does this mean? Thanks a lot,
Astrid

astrid
 
12345j replied on at Permalink Reply
12345j
this means that your view.php file has an error in it. view.php is used for single pages. if you want to test it, try applying it to the home page. to fix you view.php you should look in line 330. there will be an extra / in that line that interferes with the code.