You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2022. It is now read-only.
when U try to add product to basket , 500 error appear in plugin seoPro
case 'OnLoadWebDocument': $template = ($modx->resource->get('template')) ? (string)$modx->resource->get('template') : '';
Because $modx->resource is NULL;
So, I suggest to add before this line if(!$modx->resource){ break; }
when U try to add product to basket , 500 error appear in plugin seoPro
case 'OnLoadWebDocument': $template = ($modx->resource->get('template')) ? (string)$modx->resource->get('template') : '';Because $modx->resource is NULL;
So, I suggest to add before this line
if(!$modx->resource){ break; }