Script Pulse
Trade Pulse => Trade Pulse Support => Topic started 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!
-
Please ask your host to enable php virtual includes.
Cheers
-
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")?>