Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Parse error: syntax error, unexpected T_STRING

Asked Modified Viewed 3,249 times
B
Billy_Macan
B
Brad Nicholas

PHP Fusion Staff Member

www.userbars.com/i/514856.png

www.userbars.com/i/458524.png
  • Junior Member, joined since
  • Contributed 35 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
asked
Junior Member

I get this error when I add a panel:



Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/bradley/public_html/v7/themes/templates/panels.php(48) : eval()'d code on line 3
0 replies

1 post

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Make sure your panel looks like this check that there is ; at the end of the lines.

openside("name");
  echo "content";
closeside();
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
B
B
Brad Nicholas

PHP Fusion Staff Member

www.userbars.com/i/514856.png

www.userbars.com/i/458524.png
  • Junior Member, joined since
  • Contributed 35 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet