Anyone free to help me with this php error?

by mbomb
3 replies
Fatal error: Call to undefined function virtual() in /home/hunoxweb/public_html/index.html on line 12

No idea where to start on this one. I had my tech guy upload the files...they are .html, but have some php commands. Any idea what might be going wrong? Please pm or skype me if you think you can help. Thanks.

Mike
#error #free #php
  • Profile picture of the author patfl
    do you have that line in your httpd.conf?

    AddType application/x-httpd-php .html
    {{ DiscussionBoard.errors[302927].message }}
    • Profile picture of the author st. mozzie
      Originally Posted by techymarketer View Post

      do you have that line in your httpd.conf?

      AddType application/x-httpd-php .html
      I was about to ask the same question. This is the first thing you need to check.
      {{ DiscussionBoard.errors[302971].message }}
  • Profile picture of the author zerofill
    You wouldn't get call to undefined virtual() if the html wasn't already being parsed as php...

    Probably looking for an include file with the function virtual in it and the path is wrong to the include file...
    Signature
    Serp Shaker
    The IM World Will Be Shaken to the Core!
    Join my list at: IMCool.Biz
    New Podcast --> podcast.imcool.biz
    {{ DiscussionBoard.errors[302996].message }}

Trending Topics