Jump to content

Call to undefined function


mmarif4u

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/95907-call-to-undefined-function/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.