Author Topic: Error occur after login - Please help  (Read 13925 times)

skyhew

  • Newbie
  • *
  • Posts: 2
Error occur after login - Please help
« on: June 27, 2007, 08:28:06 pm »
Hi, thanks to develop a great Open Source EAM.

I get the setup smoothly with the help of "http://www.calemeam.com/support_setup.html".

However, after I type the admin/admin_password to login, I get the following error:

=========================================
Warning: require_once(SOAP/Base.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\eam\server\include\core\CalemSoapRequest.php on line 31

Fatal error: require_once() [function.require]: Failed opening required 'SOAP/Base.php' (include_path='.;c:\wamp\php\PEAR') in C:\wamp\www\eam\server\include\core\CalemSoapRequest.php on line 31
=========================================

Kindly help. Thanks.

**Note: my dir is "eam"

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Error occur after login - Please help
« Reply #1 on: June 27, 2007, 09:08:56 pm »
It seems SOAP package is not installed (using command: pear list under your php directory to see pear packages installed). Check the support_setup.html for installing pear packages.
Calem Community Forum Admin

skyhew

  • Newbie
  • *
  • Posts: 2
Error occur after login - Please help
« Reply #2 on: June 28, 2007, 02:50:39 am »
Thanks. Problem Solve.

lehoanh

  • Newbie
  • *
  • Posts: 2
I have the same problem and I already check PEAR
« Reply #3 on: July 05, 2007, 03:34:50 am »
I have the same problem and I already check PEAR

Warning: require_once(SOAP/Base.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\CalemEAM\server\include\core\CalemSoapRequest.php on line 31

Fatal error: require_once() [function.require]: Failed opening required 'SOAP/Base.php' (include_path='.;c:\wamp\php\PEAR') in C:\wamp\www\CalemEAM\server\include\core\CalemSoapRequest.php on line 31

C:\wamp\php>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE          VERSION STATE
Archive_Tar      1.3.2   stable
Console_Getopt   1.2.2   stable
PEAR             1.5.4   stable
Structures_Graph 1.0.2   stable

But after logging the browser are the same

Please help quickly

Tks a lot

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Error occur after login - Please help
« Reply #4 on: July 05, 2007, 08:05:08 am »
From your 'pear list' you don't have SOAP/XML Serializer installed. My 'pear list' includes:

SOAP           0.11.0  beta
XML_Serializer 0.18.0  beta
Calem Community Forum Admin

lehoanh

  • Newbie
  • *
  • Posts: 2
Problem solve
« Reply #5 on: July 05, 2007, 07:27:38 pm »
Tks, Problem solve

MattD

  • Newbie
  • *
  • Posts: 1
I also have same problem, but...
« Reply #6 on: July 11, 2007, 03:22:24 pm »
Greetings!

I'm also experiencing the same problem, and I did everything mentioned above and checked the pear list.  Here's my error and pear list:

Warning: require_once(SOAP/Base.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\CalemEAM\server\include\core\CalemSoapRequest.php on line 31

Fatal error: require_once() [function.require]: Failed opening required 'SOAP/Base.php' (include_path='.;C:\php5\pear') in C:\wamp\www\CalemEAM\server\include\core\CalemSoapRequest.php on line 31

INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE          VERSION STATE
Archive_Tar      1.3.2   stable
Auth_SASL        1.0.2   stable
Console_Getopt   1.2.2   stable
HTTP_Request     1.4.1   stable
Mail             1.1.14  stable
Net_DIME         0.3     beta
Net_SMTP         1.2.10  stable
Net_Socket       1.0.8   stable
Net_URL          1.0.15  stable
PEAR             1.5.4   stable
SOAP             0.11.0  beta
Structures_Graph 1.0.2   stable
XML_Parser       1.2.8   stable
XML_Serializer   0.18.0  beta
XML_Util         1.1.4   stable

The one thing I did figure out is that the include_path that it is trying to use is incorrect.  On my server, it should be c:\wamp\php\pear  Where is this function pulling the include_path from?  I've searched all over and double checked everything I did in the support_setup.shtml and haven't found the answer.  Any suggestions?

Thanks!

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Error occur after login - Please help
« Reply #7 on: July 11, 2007, 04:41:21 pm »
The include path is defined in php.ini

Search php.ini in your file system and review each. The wamp php.ini used for login is /wamp/apache/bin/php.ini
Calem Community Forum Admin

vadlapatis

  • Newbie
  • *
  • Posts: 3
help required
« Reply #8 on: August 21, 2007, 11:04:28 pm »
Warning: require_once(SOAP/Base.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\CalemEAM\server\include\core\CalemSoapRequest.php on line 31

Fatal error: require_once() [function.require]: Failed opening required 'SOAP/Base.php' (include_path='.,c:\wamp\php\') in C:\wamp\www\CalemEAM\server\include\core\CalemSoapRequest.php on line 31

i have installed pear with all packages which are required SAOP.. Xml_serializer

and also made changes include_path  = ".,c:\wamp\php" in php.ini  in both apache2 folder and php folder

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Error occur after login - Please help
« Reply #9 on: August 22, 2007, 09:51:48 am »
SOAP and XML serializer are beta versions which might not be installed with all packages. You can verify this by command 'pear list' under \wamp\php.
Calem Community Forum Admin

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Error occur after login - Please help
« Reply #10 on: August 22, 2007, 09:54:07 am »
Also the include path for wamp is:
include_path = ".;c:\wamp\php\PEAR"
Calem Community Forum Admin

vadlapatis

  • Newbie
  • *
  • Posts: 3
Error occur after login - Please help
« Reply #11 on: August 24, 2007, 11:10:43 pm »
thanks a lot for your reply , u had solved my problem

Carlos Navarro

  • Newbie
  • *
  • Posts: 4
Problem on login
« Reply #12 on: November 13, 2007, 01:46:45 pm »
I have followed all steps sugested at Setup Guide  , then I can reach login page but when I enter username and pass appear this message:

Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\CalemEAM\server\include\SOAP\Base.php on line 47

Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='C:\wamp\www\CalemEAM/server/include;.;C:\php5\pear') in C:\wamp\www\CalemEAM\server\include\SOAP\Base.php on line 47


When I do a pear list command , the result is:

Archive_Tar                    1.3.2        stable
Console_Getopt               1.2.3        stable
PEAR                              1.6.1        stable
Structures_Graph             1.0.2        stable  

Reading the post I guess something is missing, how can I install them?

Thanks a lot.

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Error occur after login - Please help
« Reply #13 on: November 14, 2007, 08:13:57 am »
It seems you are using WAMP, so the include path in php.ini should include 'C:\wamp\www\php\pear'; instead the error message has 'c:\php5\pear' in the include path. So do a search in your system for php.ini, make sure pear is in the include path.

<quote>
Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='C:\wamp\www\CalemEAM/server/include;.;C:\php5\pear') in C:\wamp\www\CalemEAM\server\include\SOAP\Base.php on line 47
</quote>
Calem Community Forum Admin

Carlos Navarro

  • Newbie
  • *
  • Posts: 4
Error occur after login - Please help
« Reply #14 on: November 14, 2007, 01:33:36 pm »
Ok, I did it and now is working fine.

Thanks!