Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    Any ideas why i get this error? All i'm trying to do is <? echo "moo"; ?>
    • CommentAuthorjaseone
    • CommentTimeSep 1st 2005
     # 2
    In what context are you getting the error? Have you got short tags turned on for PHP? Generally that is bad practice anyway so the opening tag should be <?php
  2.  # 3
    I get the error on any page using php. Thats all it outputs.
    •  
      CommentAuthorlech
    • CommentTimeSep 1st 2005
     # 4
    what jaseone said, try this without short tagging mini <?php echo 'moo'; ?> then again phpinfo(); as well might help.
  3.  # 5
    i tried without short tags and phpinfo wont work cause its just not parsing anything whatsoever.
Add your comments
    Username Password
  • Format comments as