I create an import script custom form modx. I upgrade the site to modx 2.2.15 an then the script result me:
Fatal error: Call to a member function get() on a non-object in /home/mysite/public_html/core/model/modx/modlexicon.class.php on line 161
the problem is this line:
$modx->lexicon->load('import');
if i commenti the line i recive this error:
Fatal error: Call to a member function get() on a non-object in /home/mysite/public_html/core/model/modx/modresource.class.php on line 730
What change in the new modx ?