Author Topic: Erorr when including <?php virtual("/tp/ssi_in.php")?>  (Read 9052 times)

0 Members and 1 Guest are viewing this topic.

Offline andrei

  • Newbie
  • *
  • Posts: 6
    • View Profile
Erorr when including <?php virtual("/tp/ssi_in.php")?>
« on: June 25, 2012, 12:39:25 PM »
I got this error:

Fatal error: Call to undefined function virtual() in /var/www/my_account/data/www/mydomain.com/index.php on line 3

Anybody knows why function virtual() doesn't work?
<?php include - works fine for rotators

Thanks for any help guys!

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: Erorr when including <?php virtual("/tp/ssi_in.php")?>
« Reply #1 on: June 25, 2012, 01:55:28 PM »
Please ask your host to enable php virtual includes.

Cheers

Offline Jay Moore

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Erorr when including <?php virtual("/tp/ssi_in.php")?>
« Reply #2 on: October 26, 2012, 11:57:34 AM »
I got this error:

Fatal error: Call to undefined function virtual() in /var/www/my_account/data/www/mydomain.com/index.php on line 3

Anybody knows why function virtual() doesn't work?
<?php include - works fine for rotators

Thanks for any help guys!

change it to your true path and change it to include

<?php include("/home/myuser/public_html/mysite.com/tp/ssi_in.php")?>