Met with a strange thing

Source: Internet
Author: User
Like I was in lib/core/func.php.
It defines a function test () {} and then the current file can complete the call
But I'm in the root directory.
cron.php execution
Require_once ("lib/core/func.php");
Test ();
?>
The function cannot be called, what is the case


Reply to discussion (solution)

Unable to invoke the prompt what Ah, is the correct file path included?

After testing, you can call

Unable to invoke? You got a clue? You gotta give me some information.

What does it mean to be unable to invoke? Report anything wrong.

What is your test function? What's the capacity?

 
 

Change to this and try again and distinguish between the following three (two or three same)
"/lib/core/func.php" "./lib/core/func.php" "lib/core/func.php"

If the included path is not a problem, then you need to look at Test ();

Solved the problem of being @

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.