Results 1 to 4 of 4

Thread: Failed opening required 'Pager/Pager.php' (include_path='.')

  1. #1
    Join Date
    Dec 2008
    Posts
    156

    Default Failed opening required 'Pager/Pager.php' (include_path='.')

    Hello!

    Fatal error: main() [function.require]: Failed opening required 'Pager/Pager.php' (include_path='.') in /var/www/web0/html/admin/process_queue.php on line 69
    what is the problem here?
    the pager file is uploaded in binary. Here is my info.php:
    http://gutschein-king.eu/info.php


    This error comes op with opening the process queue.

  2. #2
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Failed opening required 'Pager/Pager.php' (include_path='.')

    I know that he is searching in the root directory.
    but how to change that?

    here is my config.php
    $config = array();
    $config['ffmpeg'] = "/usr/local/bin/ffmpeg";
    $config['mplayer'] = "/usr/local/bin/mplayer";
    $config['mencoder'] = "/usr/local/bin/mencoder";
    $config['flvtool'] = "/usr/bin/flvtool2";
    $config['basedir'] = "/var/www/web0/html";
    $config['baseurl'] = "http://speedriding-videos.com";

    include($config['basedir'] . "/include/vshare.php");

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Failed opening required 'Pager/Pager.php' (include_path='.')

    It seems your include path is not set or ini_set.

    Try reuploading

    include/vshare.php
    include/PEAR - all files inside the folder, make sure folder name PEAR in all CAPS.

    If that doesn't work, add following code into phpinfo file, and see the value of include_path

    Code:
    <?php 
    $pear_path = '/var/www/web0/html/include/PEAR/';
    set_include_path($pear_path . PATH_SEPARATOR . get_include_path());
    phpinfo(); 
    ?>

  4. #4
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Failed opening required 'Pager/Pager.php' (include_path='.')

    Hello!

    I think that is it.
    include_path that is current: . that would be standard: .:/usr/share/php:/usr/share/pear

    the command php_value include_path "/var/www/web0/html/include/" does not change it. there is all the time this freakin“ dot. the vhosts file is the right, I have edited the php open basedir things in it and it worked.

    /edit:
    I have read that this is a php bug. I must update my php from 5.2.6-1 to 5.2.9.
    I hope my confixx will survive it.

Similar Threads

  1. Youtube Like Skin for Version 2.7 Required
    By ataimoor in forum Feature Requests
    Replies: 3
    Last Post: 05-15-2009, 01:20 PM
  2. Required at sign up
    By codyr1951 in forum General Discussions
    Replies: 1
    Last Post: 03-20-2008, 07:53 PM
  3. Urgent Help Required from support Team
    By bestindiansexvideos in forum Installation Support
    Replies: 4
    Last Post: 11-25-2007, 08:56 PM
  4. sql opening connections and not closing?
    By grynmoors in forum Installation Support
    Replies: 1
    Last Post: 11-23-2007, 03:26 PM
  5. Plz Help : How can i install Required Softwares???
    By mudassarijazawan in forum Installation Support
    Replies: 3
    Last Post: 11-02-2007, 06:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •