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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.