Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: andrei on June 25, 2012, 12:39:25 PM

Title: Erorr when including <?php virtual("/tp/ssi_in.php")?>
Post by: andrei 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!
Title: Re: Erorr when including <?php virtual("/tp/ssi_in.php")?>
Post by: ip0li on June 25, 2012, 01:55:28 PM
Please ask your host to enable php virtual includes.

Cheers
Title: Re: Erorr when including <?php virtual("/tp/ssi_in.php")?>
Post by: Jay Moore 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")?>