Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9038319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T09:27:35+00:00 2026-06-16T09:27:35+00:00

I am trying to include a php file from the parent directory and I

  • 0

I am trying to include a php file from the parent directory and I getting error:

admin@webby:~$ /usr/bin/php
/var/phpscripts/email_parser/tests/_email-test.php PHP Fatal error:
require_once(): Failed opening required ‘../PlancakeEmailParser.php’
(include_path=’.:/usr/share/php:/usr/share/pear’) in
/var/phpscripts/email_parser/tests/_email-test.php on line 6

Fatal error: require_once(): Failed opening required
‘../PlancakeEmailParser.php’
(include_path=’.:/usr/share/php:/usr/share/pear’) in
/var/phpscripts/email_parser/tests/_email-test.php on line 6

PHP file

#!/usr/bin/php
<?php
error_reporting(E_ALL ^ E_NOTICE ^E_WARNING);
ini_set("display_errors" , 1);

require_once("../PlancakeEmailParser.php");

// etc

?>

Folder Structure

admin@webby:/var/phpscripts/email_parser$ find .
.
./composer.json
./README.txt
./LICENSE.txt
./PlancakeEmailParser.php
./tests
./tests/_email-test.php

For testing it works fine when I move PlancakeEmailParser.php into the tests directory and remove the “../” from the require

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T09:27:36+00:00Added an answer on June 16, 2026 at 9:27 am

    The line

    require_once("../PlancakeEmailParser.php");
    

    Is not using a fully qualified file-system path or PHP-URI-scheme. Therefore its outcome depends on PHP configuration, most often because of the include directory configuration.

    The PHP CLI can use a different configuration file than with your webserver – or – the working directory is different as with your webserver (probably the later plays more of a role in your specific scenario).

    What you want can be easily expressed fully qualified, too:

    require_once(__DIR__ . "/../PlancakeEmailParser.php");
    

    This is probably what you’re looking for.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to include a file (/wp-load.php) at the beginning of the /html/ directory.
I'm trying to include a file from another directory and then change the chdir
Hy guys I´m trying to include a function from a php-file to my phpunittest.
I am trying to include a .php file that will generate a form for
I am trying to include a .js file into a php file. My folder
I am trying to include the Zend_Service_Amazon_S3 file by using require_once 'Zend/Service/Amazon/S3.php'; I have
I'm trying to include specific 'admin view' files from within a folder structure. I'm
I'm trying to get some data from a PHP file which only gives a
I am trying to include a file from a url, however I get the
Possible Duplicate: PHP require file from top directory I've been using PHP for a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.