Call to undefined function phpinclude_once()
Posted
by Alex Zylman
on Stack Overflow
See other posts from Stack Overflow
or by Alex Zylman
Published on 2010-05-20T18:15:19Z
Indexed on
2010/05/20
18:20 UTC
Read the original article
Hit count: 157
php
I'm making a new php page and I get the error
Fatal error: Call to undefined function phpinclude_once() in /home8/nuventio/public_html/marketing/pb2/dashboard.php on line 1
I'm not sure why I'm getting this error, I've done previous pages the same way as this with no problems. This is the line in question:
<?php
include_once("../utils.php");
?>
After that it just goes into regular HTML code. It works fine without that line.
© Stack Overflow or respective owner