Ask questions about your install or get help installing and configuring ProcessMaker 2
By eventoteam
#793549
Respected All,

Can anyone help me out in installing and configuring processmaker application.I want to use wamp apache Service and Mysql Server 5.5 MYSQL Service.
Kindly mention all the changes need to be made in conf file or any other file.

Thanks & Regards,
User avatar
By amosbatto
#793599
First of all, what version of PM are you installing? We haven't used the "green" skin in years. Change the URL to http://processmaker.dev/sysworkflow/en/ ... login.html

You need to configure PHP to not show warning messages for deprecated functions. ProcessMaker uses some functions which are deprecated in recent versions of PHP and recent versions of PHP also complain about calling class method statically if it isn't marked as a static function. If PHP is configured to ignore these warnings, then ProcessMaker should function correctly.

In your php.ini file, add the following setting:
Code: Select all
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
Then restart Apache or reboot for the new setting to take effect. If your php.ini file already has this setting, then perhaps you have two installations of PHP in your server and the other copy of PHP is being used.
By eventoteam
#793724
Thankyou for your help.
I did this and wrote following lines of Code in sysGeneric.php

ini_set('display_errors', '0'); # don't show any errors...
ini_set('error_reporting', E_ALL | E_STRICT);

And it resolved all the issues.
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]