Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

The specified module could not be found.

edited September 2005 in Vanilla 1.0 Help
Any ideas why i get this error? All i'm trying to do is <? echo "moo"; ?>

Comments

  • 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
  • I get the error on any page using php. Thats all it outputs.
  • what jaseone said, try this without short tagging mini <?php echo 'moo'; ?> then again phpinfo(); as well might help.
  • i tried without short tags and phpinfo wont work cause its just not parsing anything whatsoever.
This discussion has been closed.