douxianglu4370 2013-06-05 15:55
浏览 69
已采纳

通过Ajax加载PHP的致命错误

I have a PHP file with the following code:

<html>
    <head>
        <!-- HEAD -->
        <?php require_once 'Language.php'; ?>
    </head>
    <body>
        <script type="text/javascript">
             $.get('step2.php',function(data){
                 // Do something
             });
        </script>
    </body>
</html>

As you can see, I'm trying to load some content via Ajax call. The problem is that step2.php contains some PHP code:

<div class="step-content table-bordered">
    <h3><?php echo $Lang->get('create_s2_title'); ?></h3>
</div>

I've already load $Lang object in my Language.php file, so what can I do to make it work? I'm getting the following error over and over again:

Fatal error: Call to a member function get() on a non-object in /home/isqawppo/public_html/web/step2.php on line 4

The routes are working. The problem happens when I try to use a class.

  • 写回答

1条回答 默认 最新

  • dongxian8048 2013-06-05 15:57
    关注

    step2.php has nothing to do with the HTML/PHP file you are making the Ajax request from.

    It is a new request and runs in a completely separate, new PHP process.

    You will need to include all the necessary files there, and initialize all the objects, again.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度