mmarif4u Posted March 13, 2008 Share Posted March 13, 2008 Hi to all. I am surprised today,when i see that one of my script says: "call to undefined function phprequire_once on line 1". The surprising thing is that,that the same script working fine for other lang version. code: <table HEIGHT="100%" align="center" border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#8CB5EE"> <tr> <td valign="top"><?php require_once('include/module/mod_login.php' ); break_br("tbl",2); require_once('include/html/inc_subs_banner.php'); break_br("tbl",2); require_once('include/html/inc_trail_access.php'); break_br("tbl",2); require_once('include/html/inc_test_small.php' ); break_br("tbl",2); require_once('include/html/inc_forum.php' ); break_br("tbl",2); //require_once('include/html/inc_callcenter.php' ); //break_br("tbl",2); ?> <table align="center" border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#8CB5EE"> <tr> <td valign="top"> <?php require_once('include/html/inc_livehelp.php' ); ?> </td> </tr> </table> </td> </tr> </table> This script is working fine for english version,but not for 2nd version. AND it was working fine b4. Dont know what's the problem. Quote Link to comment https://forums.phpfreaks.com/topic/95907-call-to-undefined-function/ Share on other sites More sharing options...
Daniel0 Posted March 14, 2008 Share Posted March 14, 2008 Based on the error you posted I'd guess that you somewhere are missing whitespace between the PHP opening tag and the call to require_once(). Quote Link to comment https://forums.phpfreaks.com/topic/95907-call-to-undefined-function/#findComment-492010 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.