Controller class NotificationOrgSettingsGet could not be found

please help with this error. Menu “Administration”


an error start on 2.11 version and now present on 2.12
Thanks

Hello @sergiys,

In order to help you, can you please copy/paste here:

  • the browser console log
  • the request server response that failed
  • the passbolt error log file (/var/www/passbolt/logs/error.log)

1.


Uncaught (in promise) u
/settings/emails/notifications.json?api-version=v2:1 Failed to load resource: the server responded with a status of 404 (Not Found)
email-notification:1 Uncaught (in promise) u
2. try to select “Administration”

3.error log
2019-12-26 14:13:03 Error: [Cake\Routing\Exception\MissingControllerException] Controller class NotificationOrgSettingsGet could not be found.
Request URL: /settings/emails/notifications.json?api-version=v2
Referer URL: http://10.10.2.23/app/administration/email-notification

2019-12-26 14:13:03 Error: [Cake\Routing\Exception\MissingControllerException] Controller class NotificationOrgSettingsGet could not be found.
Request URL: /settings/emails/notifications.json?api-version=v2
Referer URL: http://10.10.2.23/app/administration/email-notification


2019-12-26 14:13:03 Error: [Cake\Routing\Exception\MissingControllerException] Controller class NotificationOrgSettingsGet could not be found.
Request URL: /settings/emails/notifications.json?api-version=v2
Referer URL: http://10.10.2.23/app/administration/email-notification


2019-12-26 14:13:04 Error: [Cake\Routing\Exception\MissingControllerException] Controller class NotificationOrgSettingsGet could not be found.
Request URL: /settings/emails/notifications.json?api-version=v2
Referer URL: http://10.10.2.23/app/administration/email-notification


2019-12-26 14:13:05 Error: [Cake\Routing\Exception\MissingControllerException] Controller class NotificationOrgSettingsGet could not be found.
Request URL: /settings/emails/notifications.json?api-version=v2
Referer URL: http://10.10.2.23/app/administration/email-notification


2019-12-26 14:13:05 Error: [Cake\Routing\Exception\MissingControllerException] Controller class NotificationOrgSettingsGet could not be found.
Request URL: /settings/emails/notifications.json?api-version=v2
Referer URL: http://10.10.2.23/app/administration/email-notification

after nginx restart

While following the update documentation, did you get an error with the steps 2 or 4 of the Minor update section?

Step2: Upgrade the project dependencies

composer install --no-dev

Step4: Clean cache

./bin/cake cache clear_all

Can you execute these commands again and copy/paste the result of them if any errors.

If the problem persists can you share with us:

  • If you are using docker ?
  • If not, your OS & version?
  • The output of the healthcheck command: su -s /bin/bash -c "/var/www/passbolt/bin/cake passbolt healthcheck --gpg" nginx

step 2. No. I am not using docker
step 4 Yes

  • I am not using docker
  • Centos 7. passbolt some old ->2.11->2.12
  • result of command

[FAIL] The server key does not have a valid email id.
[HELP] Edit or generate another key with a valid email id.

step 2. No. I am not using docker

This step is mandatory for non docker install.
Can you run it and let us know what is the output.

ok. I installed composer, run the command. Now it’s working. thanks!!!

1 Like

Great, glad to read the problem is solved.
Have a great end of year.

Thanks! To you too!

by the way. Healthcheck inform me:
[FAIL] The server key does not have a valid email id.
[HELP] Edit or generate another key with a valid email id.
Is it critical? Could I solve this issue?
Regards.

It is not critical, but gpg is producing warning when a gpg key without valid email id is used to encrypt content.

Thanks a lot!
Regards!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.