SonarSoftwareInc / customer_portal

A prebuilt customer portal for Sonar.
https://sonar.software
25 stars 52 forks source link

Setting Key Error #141

Open reachfibernet opened 2 years ago

reachfibernet commented 2 years ago

I've installed a new installation for testing purposes. When I enter the settings key I get this error? Any ideas on what the issue is here..

An Error has occurred. First parameter must either be an object or the name of an existing class

Ubuntu 18 deployment on OceanDigital Platform Screenshot 2022-05-19 215741

amissboy commented 2 years ago

I have same problem image

canonalis commented 1 year ago

Possible having a trailing forward slash after the SONAR_URL in the /customer_portal/.env After making changes to the .env file, I find instead of using sudo docker-compose stop sudo docker-compose start USE sudo docker-compose down sudo docker-compose up -d this will write the settings to the docker-image.

bpbp-boop commented 7 months ago

Same issue, trying to set up an instance to trial. Looks like the problem is with the URL /api/v1/system/tickets/inbound_email_accounts

in HttpHelper.php line 203
at HandleExceptions->handleError(2, 'First parameter must either be an object or the name of an existing class', '/var/www/html/vendor/sonarsoftwareinc/customer_portal_framework/src/Helpers/HttpHelper.php', 203, array('jsonDecodedObject' => null))
at property_exists(null, 'error')in HttpHelper.php line 203
at HttpHelper->transformErrorToMessage(null)in HttpHelper.php line 99
at HttpHelper->get('/system/tickets/inbound_email_accounts')in AppConfigController.php line 45