Calem Community Forum

General => Setup => Topic started by: skyhew on June 27, 2007, 08:28:06 pm

Title: Error occur after login - Please help
Post by: skyhew 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"
Title: Error occur after login - Please help
Post by: calemadmin 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.
Title: Error occur after login - Please help
Post by: skyhew on June 28, 2007, 02:50:39 am
Thanks. Problem Solve.
Title: I have the same problem and I already check PEAR
Post by: lehoanh 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
Title: Error occur after login - Please help
Post by: calemadmin 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
Title: Problem solve
Post by: lehoanh on July 05, 2007, 07:27:38 pm
Tks, Problem solve
Title: I also have same problem, but...
Post by: MattD 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!
Title: Error occur after login - Please help
Post by: calemadmin 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
Title: help required
Post by: vadlapatis 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
Title: Error occur after login - Please help
Post by: calemadmin 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.
Title: Error occur after login - Please help
Post by: calemadmin on August 22, 2007, 09:54:07 am
Also the include path for wamp is:
include_path = ".;c:\wamp\php\PEAR"
Title: Error occur after login - Please help
Post by: vadlapatis on August 24, 2007, 11:10:43 pm
thanks a lot for your reply , u had solved my problem
Title: Problem on login
Post by: Carlos Navarro 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.
Title: Error occur after login - Please help
Post by: calemadmin 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>
Title: Error occur after login - Please help
Post by: Carlos Navarro on November 14, 2007, 01:33:36 pm
Ok, I did it and now is working fine.

Thanks!
Title: Error occur after login - Please help
Post by: calemadmin on November 14, 2007, 07:17:06 pm
Carlos, an internal review of this setup issue found the lack of PEAR configuration (in the include path) in the Setup Guide of CalemEAM site. We have corrected it. Thank you for reporting the issue.

Regards,
Title: Error occur after login - Please help
Post by: vadlapatis on December 08, 2007, 11:09:28 pm
thanks i have done it