salesagility / SuiteCRM-Core

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
176 stars 123 forks source link

Cannot login into freshly installed SuiteCRM V8 #26

Closed vladimirpekez closed 2 years ago

vladimirpekez commented 2 years ago

Issue

After seemingly successful installation I cannot login with admin user

Installation is performed as per installation guide,

SuiteCRM Silent Install

Running: check-install-lock step: check-install-lock | status: done Installer not locked. Proceeding with install Running: check-db-connection step: check-db-connection | status: done DB credentials ok Running: install-system-checks step: install-system-checks | status: done Running: create-config step: create-config | status: done Created silent install config: config_si.php Running: create-env step: create-env | status: done Created .env.local Running: run-legacy-install step: run-legacy-install | status: done Legacy install successful

============

Expected Behavior

Actual Behavior

Admin user cannot login, PHP log is clear, in browser there is a message: Error fetching metadata, seems like user is logged in but nothing is available from the main menu,

JS console returns: node_modules_angular_core_fesm2015_core_js-es2015.d7030c87f7f062fb36bc.js:1 ERROR Error: Uncaught (in promise): Error: Internal server error Error: Internal server error at new t (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1) at node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1 at r (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1) at node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1 at new P (polyfills-es2015.b81ce80777ba591aef43.js:1) at Object.then (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1) at Object.next (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1) at v (core_app_shell_src_bootstrapts-es2015.f1ac98f4222c1448c4f1.js:1) at (core_app_shell_src_bootstrap_ts-es2015.f1ac98f4222c1448c4f1.js:1) at e.t.next (core_app_shell_src_bootstrap_ts-es2015.f1ac98f4222c1448c4f1.js:1) at w (polyfills-es2015.b81ce80777ba591aef43.js:1) at w (polyfills-es2015.b81ce80777ba591aef43.js:1) at polyfills-es2015.b81ce80777ba591aef43.js:1 at u.invokeTask (polyfills-es2015.b81ce80777ba591aef43.js:1) at Object.onInvokeTask (node_modules_angular_core_fesm2015_core_js-es2015.d7030c87f7f062fb36bc.js:1) at u.invokeTask (polyfills-es2015.b81ce80777ba591aef43.js:1) at t.runTask (polyfills-es2015.b81ce80777ba591aef43.js:1) at b (polyfills-es2015.b81ce80777ba591aef43.js:1) at l.invokeTask [as invoke] (polyfills-es2015.b81ce80777ba591aef43.js:1) at m (polyfills-es2015.b81ce80777ba591aef43.js:1)

In network tab: 

Session status returns: {"appStatus":{"installed":true,"locked":true},"active":true,"id":"1","firstName":null,"lastName":"Administrator","userName":"admin"}

There is graphql requsts returning:
{"errors":[{"message":"Internal server error","extensions":{"category":"internal"},"locations":[{"line":2,"column":3}],"path":["navbar"]}],"data":{"navbar":null}}

Possible Fix

Steps to Reproduce

  1. Install as per instructions
  2. Try to login as admin

Context

Your Environment

clemente-raposo commented 2 years ago

Hi @vladimirpekez,

Thank your for trying out SuiteCRM 8 and for the feedback.

Could you try changing APP_ENV on .env to qa, and re-check the errors on the network tab again, please?

Another thing to check is logs/prod/prod.log

vladimirpekez commented 2 years ago

Hi @clemente-raposo, thanks for looking into this issue.

When I set APP_ENV to qa in .env I get:

{"errors":[{"debugMessage":"Notice: tempnam(): file created in the system\u0027s temporary directory","message":"Internal server error","extensions":{"category":"internal"},"locations":[{"line":2,"column":3}],"path":["systemConfigs"],"trace":[{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/data\/Relationships\/RelationshipFactory.php","line":215,"function":"sugar_file_put_contents_atomic()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/data\/Relationships\/RelationshipFactory.php","line":169,"call":"SugarRelationshipFactory::buildRelationshipCache()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/data\/Relationships\/RelationshipFactory.php","line":64,"call":"SugarRelationshipFactory::loadRelationships()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/data\/Relationships\/RelationshipFactory.php","line":75,"call":"SugarRelationshipFactory::construct()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/data\/Link2.php","line":127,"call":"SugarRelationshipFactory::getInstance()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/data\/SugarBean.php","line":2040,"call":"Link2::construct()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/data\/SugarBean.php","line":5093,"call":"SugarBean::load_relationship()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/data\/SugarBean.php","line":5044,"call":"SugarBean::fill_in_link_field()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/include\/SugarObjects\/templates\/person\/Person.php","line":112,"call":"SugarBean::fill_in_relationship_fields()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/data\/SugarBean.php","line":4641,"call":"Person::fill_in_relationship_fields()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/include\/SugarObjects\/templates\/person\/Person.php","line":99,"call":"SugarBean::retrieve()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/modules\/Users\/User.php","line":1091,"call":"Person::retrieve()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/modules\/Users\/User.php","line":167,"call":"User::retrieve()"},{"file":"\/var\/www\/html-php80\/v8\/core\/backend\/Engine\/LegacyHandler\/LegacyHandler.php","line":255,"call":"User::getSystemUser()"},{"file":"\/var\/www\/html-php80\/v8\/core\/backend\/SystemConfig\/LegacyHandler\/SystemConfigHandler.php","line":178,"call":"App\Engine\LegacyHandler\LegacyHandler::loadSystemUser()"},{"file":"\/var\/www\/html-php80\/v8\/core\/backend\/SystemConfig\/DataProvider\/SystemConfigCollectionDataProvider.php","line":80,"call":"App\SystemConfig\LegacyHandler\SystemConfigHandler::getAllSystemConfigs()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/Bridge\/Symfony\/Bundle\/DataProvider\/TraceableChainCollectionDataProvider.php","line":65,"call":"App\SystemConfig\DataProvider\SystemConfigCollectionDataProvider::getCollection()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/GraphQl\/Resolver\/Stage\/ReadStage.php","line":109,"call":"ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider::getCollection()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/GraphQl\/Resolver\/Factory\/CollectionResolverFactory.php","line":76,"call":"ApiPlatform\Core\GraphQl\Resolver\Stage\ReadStage::invoke()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/ReferenceExecutor.php","line":632,"call":"ApiPlatform\Core\GraphQl\Resolver\Factory\CollectionResolverFactory::ApiPlatform\Core\GraphQl\Resolver\Factory\{closure}()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/ReferenceExecutor.php","line":555,"call":"GraphQL\Executor\ReferenceExecutor::resolveOrError()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/ReferenceExecutor.php","line":1247,"call":"GraphQL\Executor\ReferenceExecutor::resolveField()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/ReferenceExecutor.php","line":257,"call":"GraphQL\Executor\ReferenceExecutor::executeFields()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/ReferenceExecutor.php","line":208,"call":"GraphQL\Executor\ReferenceExecutor::executeOperation()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/Executor.php","line":155,"call":"GraphQL\Executor\ReferenceExecutor::doExecute()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/GraphQL.php","line":158,"call":"GraphQL\Executor\Executor::promiseToExecute()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/GraphQL.php","line":90,"call":"GraphQL\GraphQL::promiseToExecute()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/GraphQl\/Executor.php","line":34,"call":"GraphQL\GraphQL::executeQuery()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/GraphQl\/Action\/EntrypointAction.php","line":86,"call":"ApiPlatform\Core\GraphQl\Executor::executeQuery()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/symfony\/http-kernel\/HttpKernel.php","line":157,"call":"ApiPlatform\Core\GraphQl\Action\EntrypointAction::invoke()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/symfony\/http-kernel\/HttpKernel.php","line":79,"call":"Symfony\Component\HttpKernel\HttpKernel::handleRaw()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/symfony\/http-kernel\/Kernel.php","line":195,"call":"Symfony\Component\HttpKernel\HttpKernel::handle()"},{"file":"\/var\/www\/html-php80\/v8\/public\/index.php","line":62,"call":"Symfony\Component\HttpKernel\Kernel::handle()"}]}],"data":{"systemConfigs":null}}

I see qa folder created in logs but it's empty.

Prod log contains some lines from yesterday:

[2021-11-25 14:05:42] request.INFO: Matched route "app_session_status". {"route":"app_session_status","route_parameters":{"_route":"app_session_status","_controller":"App\Authentication\Controller\SecurityController::sessionStatus"},"request_uri":"https://xxxxx-php80.xxxxxxx.xx/session-status","method":"GET"} [] [2021-11-25 14:05:42] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-11-25 14:05:42] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\Security\LoginFormAuthenticator"} [] [2021-11-25 14:05:42] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\Security\LoginFormAuthenticator"} [] [2021-11-25 14:05:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-25 14:05:42] php.WARNING: Warning: Undefined array key "app" {"exception":"[object] (ErrorException(code: 0): Warning: Undefined array key \"app\" at /var/www/html-php80/v8/public/legacy/modules/Users/authentication/SugarAuthenticate/SugarAuthenticate.php:241)"} [] [2021-11-25 14:05:42] php.CRITICAL: Uncaught Error: Call to a member function getLoginRedirect() on null {"exception":"[object] (Error(code: 0): Call to a member function getLoginRedirect() on null at /var/www/html-php80/v8/public/legacy/modules/Users/authentication/SugarAuthenticate/SugarAuthenticate.php:241)"} [] [2021-11-25 14:05:42] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getLoginRedirect() on null" at /var/www/html-php80/v8/public/legacy/modules/Users/authentication/SugarAuthenticate/SugarAuthenticate.php line 241 {"exception":"[object] (Error(code: 0): Call to a member function getLoginRedirect() on null at /var/www/html-php80/v8/public/legacy/modules/Users/authentication/SugarAuthenticate/SugarAuthenticate.php:241)"} []

Please advise on what should I try next, SuiteCRM RC worked fine on this exact virtual host!

clemente-raposo commented 2 years ago

Hi @vladimirpekez,

Thanks for the feedback.

As you might have guessed this is due to a notice. We have been fixing notices on the legacy code as we go along, though there are still many too fix. Legacy has been around for quite a while and started with a very old php version.

Could you try setting on php.ini, the error_reporting to: error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING

clemente-raposo commented 2 years ago

Hi @vladimirpekez,

Was looking deeper into this issue.

As you can see from the above logs, the Notice is triggered from tempname() function. And from the PHP tempname documentation it states:

7.1.0 | tempnam() now emits a notice when falling back to the temp directory of the system.

image

Debugging trail

Therefore I've started to look into the code.

The tempname function is called in

// public/legacy/include/utils/sugar_file_utils.php : line 207
function sugar_file_put_contents_atomic($filename, $data, $mode = 'wb')
{
    $dir = dirname($filename);
    $temp = tempnam($dir, 'temp');

    if (!($f = @fopen($temp, $mode))) {
        $temp = $dir . DIRECTORY_SEPARATOR . uniqid('temp');
        if (!($f = @fopen($temp, $mode))) {
            trigger_error("sugar_file_put_contents_atomic() : error writing temporary file '$temp'", E_USER_WARNING);

            return false;
        }
    }

The $dir value above should be the configured cache folder. As you can see from the logs on your previous post: [{"file":"/var/www/html-php80/v8/public/legacy/data/Relationships/RelationshipFactory.php","line":215,"function":"sugar_file_put_contents_atomic()"},

Looking into public/legacy/data/Relationships/RelationshipFactory.php line 215 we see:

//`public/legacy/data/Relationships/RelationshipFactory.php` line `215` 

        sugar_file_put_contents_atomic($this->getCacheFile(), $out);

So the value of $dir comes from $this->getCacheFile(). Looking into this method we can see

    /**
     * @return string
     */
    protected function getCacheFile()
    {
        return sugar_cached('Relationships/relationships.cache.php');
    }

and the current implementation of sugar_cached is

//public/legacy/include/utils/sugar_file_utils.php line 439
function sugar_cached($file)
{
    static $cdir = null;
    if (empty($cdir) && !empty($GLOBALS['sugar_config']['cache_dir'])) {
        $cdir = rtrim($GLOBALS['sugar_config']['cache_dir'], '/\\');
    }
    if (empty($cdir)) {
        $cdir = 'cache';
    }

    return "$cdir/$file";
}

And the default value for $GLOBALS['sugar_config']['cache_dir'] is:

  'cache_dir' => 'cache/',

Possible root cause

This seems like the root cause maybe that Suite doesn't have permissions to write to the files. Could you try re-setting permissions, please?

Please let me know if this helps.

vladimirpekez commented 2 years ago

Hi @clemente-raposo and thanks for the deep dive!

I have checked the /cache folder and it had the rights but executed chmod & chown Linux commands to recursively set all permissions to 777 in SuiteCRM v8 folder.

This helped, as I can login now, but still have some issues, even after performing Repair & Rebuild:

`[16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "ADMIN_EDIT" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D 9C50%%DetailView.tpl.php on line 101 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "LBL_CLOSE_BUTTON_KEY" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%5 3^531^531D9C50%%DetailView.tpl.php on line 207 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 254 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 296 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 336 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "time_start" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D 9C50%%DetailView.tpl.php on line 340 [16-Dec-2021 13:50:46 UTC] PHP Warning: Trying to access array offset on value of type null in /var/www/html-php80/v8/public/legacy/cache/smarty/templa tes_c/%%53^531^531D9C50%%DetailView.tpl.php on line 340 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 370 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 417 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 455 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 496 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 537 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 581 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 633 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "hidden" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%53^531^531D9C50 %%DetailView.tpl.php on line 666 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "collapse_subpanels" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%4D^ 4DB^4DB2259D%%SubPanelTiles.tpl.php on line 16 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "collapse_subpanels" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%4D^ 4DB^4DB2259D%%SubPanelTiles.tpl.php on line 16 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "collapse_subpanels" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%4D^ 4DB^4DB2259D%%SubPanelTiles.tpl.php on line 16 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "collapse_subpanels" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%4D^ 4DB^4DB2259D%%SubPanelTiles.tpl.php on line 16 [16-Dec-2021 13:50:46 UTC] PHP Warning: Undefined array key "collapse_subpanels" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%4D^ 4DB^4DB2259D%%SubPanelTiles.tpl.php on line 16

`

vladimirpekez commented 2 years ago

On frontend these PHP errors are accompanied with:

Error occurred while fetching metadata

Errors in console:

ERROR Error: Uncaught (in promise): Error: undefined Error: undefined at new t (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1) at node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1 at r (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1) at node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1 at new P (polyfills-es2015.b81ce80777ba591aef43.js:1) at Object.then (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1) at Object.error (node_modules_apollo-angular_fesm2015_ngApollo_js-_0ddc0-es2015.62f90fac9a620f500655.js:1) at v (core_app_shell_src_bootstrap_ts-es2015.f1ac98f4222c1448c4f1.js:1) at _ (core_app_shell_src_bootstrap_ts-es2015.f1ac98f4222c1448c4f1.js:1) at e.t.error (core_app_shell_src_bootstrap_ts-es2015.f1ac98f4222c1448c4f1.js:1) at w (polyfills-es2015.b81ce80777ba591aef43.js:1) at w (polyfills-es2015.b81ce80777ba591aef43.js:1) at polyfills-es2015.b81ce80777ba591aef43.js:1 at u.invokeTask (polyfills-es2015.b81ce80777ba591aef43.js:1) at Object.onInvokeTask (node_modules_angular_core_fesm2015_core_js-es2015.d7030c87f7f062fb36bc.js:1) at u.invokeTask (polyfills-es2015.b81ce80777ba591aef43.js:1) at t.runTask (polyfills-es2015.b81ce80777ba591aef43.js:1) at b (polyfills-es2015.b81ce80777ba591aef43.js:1) at l.invokeTask [as invoke] (polyfills-es2015.b81ce80777ba591aef43.js:1) at m (polyfills-es2015.b81ce80777ba591aef43.js:1) ni @ node_modules_angular_core_fesm2015_core_js-es2015.d7030c87f7f062fb36bc.js:1

vladimirpekez commented 2 years ago

Regarding the permissions issue I ran the commands mentioned in https://docs.suitecrm.com/8.x/admin/installation-guide/downloading-installing/#_2_3_set_permissions during installation, not sure what occurred to change permissions

vladimirpekez commented 2 years ago

@clemente-raposo I installed this release using shell installer script, maybe I should try it from the scratch using the new GUI/installation wizard?

vladimirpekez commented 2 years ago

For example logging as admin will produce following log entries:

`[16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "nextPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 206 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "nextPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 206 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "nextPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 206 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "nextPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 206 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "nextPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 206 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "done" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%AE^AE9^AE9373ED%%SugarFeedScript.tpl.php on line 32 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "lock_homepage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%0D^0D7^0D7245FD%%MySugar.tpl.php on line 43 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "lock_homepage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%0D^0D7^0D7245FD%%MySugar.tpl.php on line 90 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "lock_homepage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%E2^E2D^E2DBAB11%%actions_menu.tpl.php on line 4 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "lock_homepage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%0D^0D7^0D7245FD%%MySugar.tpl.php on line 233 [16-Dec-2021 14:02:31 UTC] PHP Warning: Undefined array key "hiddenCounter" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%0D^0D7^0D7245FD%%MySugar.tpl.php on line 244 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "nextPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 206 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "nextPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 206 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "nextPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 206 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "nextPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 206 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "bold" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "nextPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 206 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "customCode" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 107 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "tabindex" in /var/www/html-php80/v8/public/legacy/include/Smarty/plugins/function.sugar_field.php on line 104 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "prevPage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 181 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "url" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%74^74F^74FBB9DE%%DashletGenericAutoRefresh.tpl.php on line 29 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "done" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%AE^AE9^AE9373ED%%SugarFeedScript.tpl.php on line 32 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "script" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%B5^B5D^B5D95EDE%%MySugar2.tpl.php on line 58 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "script" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%B5^B5D^B5D95EDE%%MySugar2.tpl.php on line 58 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "script" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%B5^B5D^B5D95EDE%%MySugar2.tpl.php on line 58 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "script" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%B5^B5D^B5D95EDE%%MySugar2.tpl.php on line 58 [16-Dec-2021 14:02:32 UTC] PHP Warning: Undefined array key "lock_homepage" in /var/www/html-php80/v8/public/legacy/cache/smarty/templates_c/%%B5^B5D^B5D95EDE%%MySugar2.tpl.php on line 124

`

clemente-raposo commented 2 years ago

Hi @vladimirpekez,

Thanks for the feedback.

Following up on your comments:

Metadata error message

Regarding the error mentioned on https://github.com/salesagility/SuiteCRM-Core/issues/26#issuecomment-995838992

Could you try the following please?

Log warnings

Have you tried setting error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING ?

php 8

We have spotted some issues on Suite 8 (mostly on legacy code) that we are working on. Probably best to try with php 7.4 for now. It should be a lot more stable.

vladimirpekez commented 2 years ago

Sure @clemente-raposo ,

POST https://xxxxxx/api/graphql

Request:

{"operationName":"viewDefinition","variables":{"id":"/api/metadata/view-definitions/accounts"},"query":"query viewDefinition($id: ID!) {\n viewDefinition(id: $id) {\n id\n _id\n listView\n search\n recordView\n subPanel\n massUpdate\n __typename\n }\n}\n"}

Response:

<style type="text/css">
#reminders #reminder_view .col {float: left; padding-right: 15px;}
#reminders #reminder_view .btns {float: left;}
</style>

<!-- Template for reminders  -->

<div style="display:none;">

    <div id="reminder_template">

        <span class="error-msg"></span>

        <div class="clear"></div>

        <div class="col">
            <span>{"errors":[{"debugMessage":"Warning: Undefined array key \u0022LBL_REMINDERS_ACTIONS\u0022","message":"Internal server error","extensions":{"category":"internal"},"locations":[{"line":2,"column":3}],"path":["viewDefinition"],"trace":[{"file":"\/var\/www\/html-php80\/v8\/vendor\/smarty\/smarty\/libs\/Smarty.class.php","line":1270,"function":"include(\u0027\/var\/www\/html-php80\/v8\/public\/legacy\/cache\/smarty\/templates_c\/%%F3^F31^F313B5E1%%reminders.tpl.php\u0027)"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/include\/Sugar_Smarty.php","line":145,"call":"Smarty::fetch()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/modules\/Reminders\/Reminder.php","line":788,"call":"Sugar_Smarty::fetch()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/include\/SearchForm\/SearchForm2.php","line":700,"call":"Reminder::getRemindersListView()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/include\/SearchForm\/SearchForm2.php","line":139,"call":"SearchForm::_build_field_defs()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/include\/SubPanel\/SubPanelDefinitions.php","line":193,"call":"SearchForm::setup()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/include\/SubPanel\/SubPanelDefinitions.php","line":111,"call":"aSubPanel::buildSearchQuery()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/include\/SubPanel\/SubPanelDefinitions.php","line":311,"call":"aSubPanel::__construct()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/include\/SubPanel\/SubPanelDefinitions.php","line":126,"call":"aSubPanel::load_sub_subpanels()"},{"file":"\/var\/www\/html-php80\/v8\/public\/legacy\/include\/SubPanel\/SubPanelDefinitions.php","line":716,"call":"aSubPanel::__construct()"},{"file":"\/var\/www\/html-php80\/v8\/core\/backend\/ViewDefinitions\/LegacyHandler\/SubPanelDefinitionHandler.php","line":184,"call":"SubPanelDefinitions::load_subpanel()"},{"file":"\/var\/www\/html-php80\/v8\/core\/backend\/ViewDefinitions\/LegacyHandler\/SubPanelDefinitionHandler.php","line":138,"call":"App\\ViewDefinitions\\LegacyHandler\\SubPanelDefinitionHandler::getModuleSubpanels()"},{"file":"\/var\/www\/html-php80\/v8\/core\/backend\/ViewDefinitions\/LegacyHandler\/ViewDefinitionsHandler.php","line":231,"call":"App\\ViewDefinitions\\LegacyHandler\\SubPanelDefinitionHandler::getSubPanelDef()"},{"file":"\/var\/www\/html-php80\/v8\/core\/backend\/ViewDefinitions\/DataProvider\/ViewDefinitionItemDataProvider.php","line":88,"call":"App\\ViewDefinitions\\LegacyHandler\\ViewDefinitionsHandler::getViewDefs()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/Bridge\/Symfony\/Bundle\/DataProvider\/TraceableChainItemDataProvider.php","line":75,"call":"App\\ViewDefinitions\\DataProvider\\ViewDefinitionItemDataProvider::getItem()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/DataProvider\/OperationDataProviderTrait.php","line":64,"call":"ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DataProvider\\TraceableChainItemDataProvider::getItem()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/Bridge\/Symfony\/Routing\/IriConverter.php","line":106,"call":"ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\IriConverter::getItemData()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/GraphQl\/Resolver\/Stage\/ReadStage.php","line":122,"call":"ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\IriConverter::getItemFromIri()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/GraphQl\/Resolver\/Stage\/ReadStage.php","line":74,"call":"ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\ReadStage::getItem()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/GraphQl\/Resolver\/Factory\/ItemResolverFactory.php","line":69,"call":"ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\ReadStage::__invoke()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/ReferenceExecutor.php","line":632,"call":"ApiPlatform\\Core\\GraphQl\\Resolver\\Factory\\ItemResolverFactory::ApiPlatform\\Core\\GraphQl\\Resolver\\Factory\\{closure}()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/ReferenceExecutor.php","line":555,"call":"GraphQL\\Executor\\ReferenceExecutor::resolveOrError()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/ReferenceExecutor.php","line":1247,"call":"GraphQL\\Executor\\ReferenceExecutor::resolveField()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/ReferenceExecutor.php","line":257,"call":"GraphQL\\Executor\\ReferenceExecutor::executeFields()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/ReferenceExecutor.php","line":208,"call":"GraphQL\\Executor\\ReferenceExecutor::executeOperation()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/Executor\/Executor.php","line":155,"call":"GraphQL\\Executor\\ReferenceExecutor::doExecute()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/GraphQL.php","line":158,"call":"GraphQL\\Executor\\Executor::promiseToExecute()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/webonyx\/graphql-php\/src\/GraphQL.php","line":90,"call":"GraphQL\\GraphQL::promiseToExecute()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/GraphQl\/Executor.php","line":34,"call":"GraphQL\\GraphQL::executeQuery()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/api-platform\/core\/src\/GraphQl\/Action\/EntrypointAction.php","line":86,"call":"ApiPlatform\\Core\\GraphQl\\Executor::executeQuery()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/symfony\/http-kernel\/HttpKernel.php","line":157,"call":"ApiPlatform\\Core\\GraphQl\\Action\\EntrypointAction::__invoke()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/symfony\/http-kernel\/HttpKernel.php","line":79,"call":"Symfony\\Component\\HttpKernel\\HttpKernel::handleRaw()"},{"file":"\/var\/www\/html-php80\/v8\/vendor\/symfony\/http-kernel\/Kernel.php","line":195,"call":"Symfony\\Component\\HttpKernel\\HttpKernel::handle()"},{"file":"\/var\/www\/html-php80\/v8\/public\/index.php","line":62,"call":"Symfony\\Component\\HttpKernel\\Kernel::handle()"}]}],"data":{"viewDefinition":null}}
vladimirpekez commented 2 years ago

@clemente-raposo

Yes, error_reporting is set in PHP.ini as: error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING

Log is empty when above behavior occurs

clemente-raposo commented 2 years ago

Hi @vladimirpekez,

Could you try switching to php 7.4 please? I think it might be some php 8 compat issue. Though not sure.

vladimirpekez commented 2 years ago

@clemente-raposo No problem, will try it, all previous beta versions worked fine on PHP 8.1.

vladimirpekez commented 2 years ago

@clemente-raposo I installed SuiteCRM Version 8.0.0 using web GUI installer on PHP 7.4. virtual host and everything works great! So conclusion is that SuiteCRM v8 does have some PHP 8.1. compatibility issues. When next version comes out I hope this will be fixed.

clemente-raposo commented 2 years ago

Hi @vladimirpekez, glad to know you were able to get it working. Thank you for the feedback. Yes we will be working on php 8.1, hopefully we can that all those sorted out by the time of the SuiteCRM 8.1.