Search found 41 matches

 Return to the advanced search

Re: Save button error

 by eventoteam ¦  Tue Sep 24, 2019 1:10 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Save button error ¦  Replies: 4 ¦  Views: 14470

Oh wait, are you using version 2.X? Then, the problem is probably that you need to use an older version of your web browser because recent web browsers aren't compatible with the code in ProcessMaker 2.X. I'm using version 1.245 (manual installation). There were some changes performed by other deve...

Save button error

 by eventoteam ¦  Mon Sep 23, 2019 11:44 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Save button error ¦  Replies: 4 ¦  Views: 14470

Submit button error - not visible while editing the user.
How can i fix it?

Re: Task doesnt have any users.

 by eventoteam ¦  Mon Sep 23, 2019 4:51 am ¦  Forum: Developing processes & programming ¦  Topic: Task doesnt have any users. ¦  Replies: 5 ¦  Views: 5099

Amosbatto: One more thing if you can help me with.

I have created a grid in submission form named "loggriddetail". In my next status, i want to populate the data entered by user on submitting submission form.

Re: Task doesnt have any users.

 by eventoteam ¦  Mon Sep 23, 2019 2:20 am ¦  Forum: Developing processes & programming ¦  Topic: Task doesnt have any users. ¦  Replies: 5 ¦  Views: 5099

The first problem is that you need to use = = in place of = in your conditions in the exclusive routing rule. I fixed this in your process. In PHP == is for equality and = is for assignment. See: https://wiki.processmaker.com/3.1/Using_Conditions I can't tell from your process whether you assigned ...

Re: Deleting the processes.

 by eventoteam ¦  Sun Sep 22, 2019 4:24 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Deleting the processes. ¦  Replies: 4 ¦  Views: 15965

Are you sure that you are using version 1.245 from 2010? That is ancient. Press CTL+F5 (or CTL+ALT+R) to refresh your web browser. Is the process deleted? You can check by looking in the PROCESS table of the wf_workflow database and see if there is a record for the process. Yes, I know, due to the ...

Re: Changing the login page

 by eventoteam ¦  Sun Sep 22, 2019 4:03 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Changing the login page ¦  Replies: 10 ¦  Views: 11352

amosbatto wrote: Fri Sep 20, 2019 1:25 pm In your pmos.conf, try changing from:
Redirect /sys/en/green/login/login http://tracker/sysworkflow/en/green/login/login
To:
RewriteRule ^sys/(.*)$ /sysworkflow/$1 [R=301,NC,L]

Does that work?
Thankyou so much once again Amosbatto. It worked!

Deleting the processes.

 by eventoteam ¦  Fri Sep 20, 2019 11:42 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Deleting the processes. ¦  Replies: 4 ¦  Views: 15965

Respected Team,

My Company is using 1.245 version at the moment. When i am deleting the process, the page after certain time stops executing and a dialog box to save the page appears.

Kindly let me know if i have to set any MySQL, PHP parameters.

Re: Changing the login page

 by eventoteam ¦  Fri Sep 20, 2019 11:34 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Changing the login page ¦  Replies: 10 ¦  Views: 11352

What version of ProcessMaker? Post the contents of your workflow/public_html/index.html and pmos.conf files My Company is using 1.245 version. Index files is not attaching so i am adding the code in post. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loo...

Re: Changing the login page

 by eventoteam ¦  Fri Sep 20, 2019 8:42 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Changing the login page ¦  Replies: 10 ¦  Views: 11352

Amosbatto: I was doing the same steps for redirecting my older version PM. but my URL seems quite strange. "login.html" appearing two times

Re: Task doesnt have any users.

 by eventoteam ¦  Fri Sep 20, 2019 12:52 am ¦  Forum: Developing processes & programming ¦  Topic: Task doesnt have any users. ¦  Replies: 5 ¦  Views: 5099

Users are assigned to tasks , and the Dynaforms are in the tasks. Make sure that users are assigned to each task and the status of those users is "ACTIVE". UsersAsssignedToTasks.png If that isn't the problem, then export your process and post the .pmx file for your process and explain in which task...

Task doesnt have any users.

 by eventoteam ¦  Thu Sep 19, 2019 6:13 am ¦  Forum: Developing processes & programming ¦  Topic: Task doesnt have any users. ¦  Replies: 5 ¦  Views: 5099

I have created a small process. Users are assigned on each form. But unfortunately, when i'm getting this error when i'm routing my case to other statuses.

Re: Changing the login page

 by eventoteam ¦  Tue Sep 17, 2019 2:13 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Changing the login page ¦  Replies: 10 ¦  Views: 11352

@amosbatto: Thankyou so much, it has been removed using the link you have provided.

Re: Changing the login page

 by eventoteam ¦  Fri Sep 13, 2019 1:22 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Changing the login page ¦  Replies: 10 ¦  Views: 11352

@amosbatto: Thankyou so much, it worked.

Also, can you guide me, how can i remove this popup?

Changing the login page

 by eventoteam ¦  Thu Sep 12, 2019 7:30 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Changing the login page ¦  Replies: 10 ¦  Views: 11352

Respected Team, Can you please let me know the procedure to redirect login page from http://win-eim4hfisnsj/sys/en/neoclassic/login/login to http://win-eim4hfisnsj/sysworkflow/en/neoclassic/login/login. Whenever, i enter http://win-eim4hfisnsj/ it redirects automatically to http://win-eim4hfisnsj/sy...

Re: PM 3.3.8 installation issue.

 by eventoteam ¦  Thu May 09, 2019 2:44 am ¦  Forum: Installation & Configuration ¦  Topic: PM 3.3.8 installation issue. ¦  Replies: 4 ¦  Views: 4942

I was following this wiki: https://wiki.processmaker.com/3.0/Windows_Manual_Installation I didn't find the MySQL(5.6.44) installation steps in this one. But Thankyou @amosbatto. After restarting the service, issue has been resolve. I have one more query, is PM 3.3.8 community stable version - with n...

PM 3.3.8 installation issue.

 by eventoteam ¦  Wed May 08, 2019 5:33 am ¦  Forum: Installation & Configuration ¦  Topic: PM 3.3.8 installation issue. ¦  Replies: 4 ¦  Views: 4942

Having issue in installing processmaker 3.3.8 community.

MySQL Version 5.6.44 Community
Apache 2.4.38
PHP 7.1.29

Attaching the snapshot.
However i have enable the curl,ldap and other extensions in PHP file.

Application slows

 by eventoteam ¦  Mon Jul 02, 2018 7:29 am ¦  Forum: Developing processes & programming ¦  Topic: Application slows ¦  Replies: 1 ¦  Views: 7592

Respected Team,

I have noticed that when ever system starts writing to these two file. Disk usage increases which result in slowness of PM.

Can you please suggest me that solution of this issue. This issue is occurring multiple time in a day.

Thanks,

Re: Enterprise PM 3.2

 by eventoteam ¦  Tue Apr 24, 2018 12:57 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Enterprise PM 3.2 ¦  Replies: 2 ¦  Views: 2283

Alright. Thankyou Sir.

Re: JS Showing on Page issue.

 by eventoteam ¦  Mon Apr 23, 2018 9:06 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: JS Showing on Page issue. ¦  Replies: 4 ¦  Views: 10082

Got this code from our team. Kindly let me know the correction needed. function validateGrid() {    var totalRows = Number_Rows_Grid("Level1InvestigationNotes", "SLA_Action_Level1");    var a = (getField("dtLoggedOn").value);    var d = "20"+a[0]+a[1] +  "-" + a[2]+ a[3] + "-" + a[4]+a[5];    var f ...

Enterprise PM 3.2

 by eventoteam ¦  Mon Apr 23, 2018 9:04 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Enterprise PM 3.2 ¦  Replies: 2 ¦  Views: 2283

Respected Team,

Kindly provide me your marketing team official email. We want to purchase the enterprise level PM.

Also let me know its cost.

Regards,

Re: Wiki Error

 by eventoteam ¦  Mon Apr 16, 2018 1:58 am ¦  Forum: Documentation ¦  Topic: Wiki Error ¦  Replies: 6 ¦  Views: 10625

It's working fine now. Thankyou :)

User account detail updation

 by eventoteam ¦  Fri Apr 13, 2018 5:31 am ¦  Forum: Installation & Configuration ¦  Topic: User account detail updation ¦  Replies: 3 ¦  Views: 4295

Respected Team,

When i tried to update the country to Pakistan. i'm getting this error message, I think this issue occurred as no state and city option available in dropdown against "Pakistan".

Kindly look into this issue.

Wiki Error

 by eventoteam ¦  Fri Apr 13, 2018 5:26 am ¦  Forum: Documentation ¦  Topic: Wiki Error ¦  Replies: 6 ¦  Views: 10625

Respected Team,

we are receiving this error while viewing the document. Kindly look into it

Re: Webservice issue

 by eventoteam ¦  Thu Feb 08, 2018 8:12 am ¦  Forum: Installation & Configuration ¦  Topic: Webservice issue ¦  Replies: 8 ¦  Views: 13612

LOL :D Our company is using it since, i guess 2010 or so. It works fine, but there are few limitations i.e Dynaform editor only works in FireFox mozilla. I have planned to upgrade it as soon as possible, as the newer version has bugs fixed and new features included. It's always critical situation fo...

Re: Webservice issue

 by eventoteam ¦  Sat Feb 03, 2018 7:46 am ¦  Forum: Installation & Configuration ¦  Topic: Webservice issue ¦  Replies: 8 ¦  Views: 13612

Currently, we are using 5.5.32 version of mysql and 1.245 version of PM. For passing the parameter, I had taken reference from one of the post of forum. This code has worked for me. $params = array(array('userid'=>$username, 'password'=>$md5pass)); $result = $client->__SoapCall('login', $params); Th...

Re: Webservice issue

 by eventoteam ¦  Fri Feb 02, 2018 3:54 am ¦  Forum: Installation & Configuration ¦  Topic: Webservice issue ¦  Replies: 8 ¦  Views: 13612

User has Administrator role also PM_login is mapped against the user. Code of Soapcall_config.php <?php //Server configuration file include "server_config.php"; ini_set("soap.wsdl_cache_enabled", "0"); ini_set('error_reporting', E_ALL); ini_set('display_errors', True); // Soap Call function, This wi...

Webservice issue

 by eventoteam ¦  Thu Feb 01, 2018 7:47 am ¦  Forum: Installation & Configuration ¦  Topic: Webservice issue ¦  Replies: 8 ¦  Views: 13612

Respected Team, I'm facing some issue in soap call. Error message : Unable to connect to ProcessMaker. Error Number: 2 Error Message: User does not have rights to enter the system. object(stdClass)#3 (4) { ["status_code"]=> int(2) ["message"]=> string(46) "User does not have rights to enter the syst...

Upgrading Processmaker v1.2-2467 to v3.2

 by eventoteam ¦  Thu Jan 18, 2018 7:03 am ¦  Forum: Installation & Configuration ¦  Topic: Upgrading Processmaker v1.2-2467 to v3.2 ¦  Replies: 1 ¦  Views: 2989

Respected Processmaker Team, Can you let me know the Procedure to update Processmaker Production to latest Version 3.2. Queries: 1. How will Production data be migrated to Latest Version, Are there any limitations? 2. Will our old Processes be supported in latest version? Or we have to recreate thos...

Backend Data updation issue.

 by eventoteam ¦  Thu Oct 12, 2017 4:02 am ¦  Forum: Developing processes & programming ¦  Topic: Backend Data updation issue. ¦  Replies: 1 ¦  Views: 7080

Respected Team, I was updating some records from back-end against the case and they are successfully updated in database. I have noticed that when i open the case to view the details, the records get reverted back to original data. Is it some kind of limitation / Bug in processmaker. Regards, Evento...

Document Needed.

 by eventoteam ¦  Thu Aug 03, 2017 7:08 am ¦  Forum: Documentation ¦  Topic: Document Needed. ¦  Replies: 1 ¦  Views: 8697

Respected Team,

I had sent you mail earlier. I'm new to Processmaker and need V1.2 Documentation.
Can you please share the documentation if you have.

Regards,

Thanks for the link, amosbatto! I was searching fo[…]

Hello Please can you help me with the place where […]

Hi there, I have 3.5.7, 3.8.1 and 3.8.2 versi[…]

AI bot development involves creating intelligent b[…]