No of visitors who read this post: 638
Type: Question
Author: Wexler
No votes yet

Hello all.

After I install ProcessMaker 2.0.32.tar.gz on Fedora Linux, I received the error:

“Fatal error: Class'SoapClient' not found in /opt/processmaker/gulliver/system/class.soapNtlm.php on line 208

It occurred when I clicked the import option. The same also happens when trying to edit a process.

Any help will be appreciated. Thank you.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

# (Solution Accepted)

Hello Wexler,

Looks like the soap extension for php enabled is missing on your server system. To install soap with root privileges type this command on a terminal:

Codes:

yum install php-soap
service httpd stop
service httpd start

Then try to import the process again. Hopefully this will solve these issues.

Enjoy,

#

Hi,

If you want to be out of fatal error  of your mentioned software having installed, you have to follow the steps shown in iamges.

Regards,

Tarek Hossain.