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 6814811
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:43:57+00:00 2026-05-26T20:43:57+00:00

I have problem a problem in making a php file run because of the

  • 0

I have problem a problem in making a php file run because of the error

Cannot redeclare _pear_call_destructors() in /usr/share/pear/PEAR.php on line 777

After investigation i found that only way make it run is to make changes in PHP settings

include_path = “.:/usr/share/php” to

include_path = “.”

But i am unable to find this

include_path = ".:/usr/share/php"

in my php.ini file. Which other files might i find this path?

  • 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-05-26T20:43:58+00:00Added an answer on May 26, 2026 at 8:43 pm

    From the top of my head there are three ways you can set the include path in a script, to access this setting, in php.ini do a search for include_path. Make sure you target the proper .ini file! Some setups have multiple .ini’s. phpinfo() is your friend to identify the proper .ini location. If you have access to shell, easily grab all your ini info with:

     php -i | grep ini
    

    If this .ini config change is not working out for some reason, you can try using set_include_path or ini_set functions at the top of your script to redeclare your include path. Here is an example partly ripped from php.net:

    // Works as of PHP 4.3.0
    set_include_path('.');
    
    // Works in all PHP versions
    ini_set('include_path', '.');
    

    Good-luck, happy coding.

    PS: If you are using custom pear packages that you downloaded, either remove pear package from your OS with package-manager or override include_path with set_include_path or ini_set to prevent the pear that came with your distro from loading.

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

Sidebar

Related Questions

My only problem is making them line up three-across and have equal spacing. Apparently,
I am making an application with Java Swing and i have a problem. I
I have a very big problem. I am making a CRM (Costumer Relationship Management)
I have a tiny (rikiki) problem in SWT ... I am making a small
Here is my problem. I have created a pretty heavy readonly class making many
I am making a PHP utility that imports and analyzes a CSV file into
I have a php dynamically generated image which I need to write to file
Hi i have a problem with making a safe upload folder in a project.
I'm slowly getting back into PHP, and now I run into a problem, I
strange problem with php on windows... my application loads a 'core' file that loads

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.