Menu

#106 Problem with Pear

version 0.8
closed
nobody
None
1
2023-05-21
2014-10-16
Anonymous
No

Hello,

we have Version 1.0. I have installed pear. We Use wamp on Windows.
I can't create a Subnet. phpipam says "Warning: requiere_once(PEAR.php): failed to open stream: No such file or directory in C:\wamp\www\phpipam\functions\PEAR\Net\IPv4.php"

What do i wrong?
Thanks a lot.

Discussion

  • Anonymous

    Anonymous - 2014-10-16

    Ok now it works.

    edit the files IPv4.php, Ping.php like the markes line

    //require_once 'PEAR.php';
    require_once 'C:\wamp\bin\php\php5.5.12\pear\PEAR.php';

     
  • Anonymous

    Anonymous - 2014-10-17

    If you already have Pear installed it's most likely missing from the php.ini file.
    Verify that there is an include path for pear.

    include_path = ".;c:\wamp\bin\php\php5.5.12\pear"

    I'm not sure if this is neccesary but you may also need to include the same path in the PATH system variable.

    This is how I managed to resolve the issue.

     
  • Miha Petkovsek

    Miha Petkovsek - 2014-11-12
    • status: open --> closed
     
  • Anonymous

    Anonymous - 2023-05-21
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.