elements-at / ProcessManager

Manage processes in Pimcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process Manager does not show up in admin panel

ziggurad opened this issue · comments

Hello!

I work on update my project to Pimcore v11.0.7 and Process Manager v5.

After installing the bundle, I don't see its icon in the menu in the admin panel. I can't open it at all.

+----------------------------------+---------+-----------+-------------+---------------+----------+
| Bundle                           | Enabled | Installed | Installable | Uninstallable | Priority |
+----------------------------------+---------+-----------+-------------+---------------+----------+
| ElementsProcessManagerBundle     | ✔       | ✔         | ❌          | ✔             | 0        |
| PimcoreAdminBundle               | ✔       | ✔         | ❌          | ✔             | 60       |
| PimcoreApplicationLoggerBundle   | ✔       | ✔         | ❌          | ✔             | 0        |
| PimcoreCustomReportsBundle       | ❌      | ❌        | ❌          | ❌            | 0        |
| PimcoreGlossaryBundle            | ❌      | ❌        | ❌          | ❌            | 0        |
| PimcoreSeoBundle                 | ❌      | ❌        | ❌          | ❌            | 0        |
| PimcoreSimpleBackendSearchBundle | ❌      | ❌        | ❌          | ❌            | 0        |
| PimcoreStaticRoutesBundle        | ❌      | ❌        | ❌          | ❌            | 0        |
| PimcoreTinymceBundle             | ❌      | ❌        | ❌          | ❌            | 0        |
| PimcoreUuidBundle                | ❌      | ❌        | ❌          | ❌            | 0        |
| PimcoreWordExportBundle          | ❌      | ❌        | ❌          | ❌            | 0        |
| PimcoreXliffBundle               | ❌      | ❌        | ❌          | ❌            | 0        |
+----------------------------------+---------+-----------+-------------+---------------+----------+

I had no errors during the installation. I also run npm install and npm run dev

Does anyone have an idea what I forgot? :)

Had the issue on with Pimcore 10. Could be that the JS files are never loaded, so process manager items are not added to the menus. Maybe run assets:install or try clearing the caches

@muratbinerbay I cleared the cache, installed assets again. Nothing helps.

In the admin panel source, I see paths to js files, e.g.:

<script src="/bundles/elementsprocessmanager/js/startup.js?_dc=1"  nonce="zb+Njbn51VrBRy2HDLq5iPQFUViCamF2"></script>
<script src="/bundles/elementsprocessmanager/js/window/detailwindow.js?_dc=1"  nonce="zb+Njbn51VrBRy2HDLq5iPQFUViCamF2"></script>

Maybe the problem is somehow connected with the new bundle for the admin panel https://github.com/pimcore/admin-ui-classic-bundle ?

Solution in my case: uninstalling the bundle, deleting everything related to the bundle, reinstalling.

I recommend making a backup of task configuration.