Workflow "undefined" issue

Hi,

I’ve done a fresh install of SuiteCRM 7.1.1 - and it installed with no problems reported.

But when I create a workflow all the condition field headings are “undefined” (see screen shot attached).

Any ideas?

Thanks,
Matt.

Hi there,

Please check your permissions are set as required for your OS/distribution. Navigate to Admin -> Repair and perform a Quick Repair & Rebuild. Also try navigating to Admin -> System Settings -> Configure AJAX User Interface and move the workflow module to disabled.

Thanks,

Will.

My hosting company says that the permissions are correct - and I’ve tried the two others suggestions. I’ve also noticed that the main “thinking” icon says undefined too. - if that helps :slight_smile:

(see screen shot attached)

just trying the install again - I realised it did bring up an error - something to do with the reporting module:

Creating SuiteCRM configuration file (config.php)

Creating SuiteCRM application tables, audit tables and relationship metadata

…
Warning: Invalid argument supplied for foreach() in /var/sites/c/crm.removed.co.uk/public_html/modules/AOR_Reports/AOR_Report.php on line 85
…

Creating default SuiteCRM data

 Creating default users...   done
 Creating default scheduler jobs...   done

The setup of SuiteCRM 7.1.1 is now complete!

Total time: 8.61208796501 seconds.
Approximate memory used: 56274936 bytes.

MattL,

  1. Run the chmod commands

cd /crmdirectory
chmod -R 755 .
chmod -R 775 cache custom modules themes data upload config_override.php

  1. Disable FASTCGI (or any other server-based caching)

  2. Quick Repair-Rebuild

Yes - thank worked.

Many Thanks!