We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

TYPEERROR: CANNOT READ PROPERTY 'FOCUS' OF NULL - Oxwall Art Advanced SEO | Forum

Christopher Matchmaker
I am getting that error when trying to save on the first menu tab, for the meta and disable seo button. It will not let me save.
Lia
Lia Jun 21 '17

log in via FTP to your server: ow_plugins/oaseo/controllers/admin.php file.

Try commenting out or deleting following lines:


$canonicRedirect = new CheckboxField('canonic_redirect');

$canonicRedirect->setLabel($this->service->text('canonic_redirect_label'));

$canonicRedirect->setDescription($this->service->text('canonic_redirect_desc'));

$canonicRedirect->setValue((bool) $this->service->getConfig(OASEO_BOL_CanonicService::CNF_REDIRECT));

$form->addElement($canonicRedirect);


Save your changes and try checking admin panel interface again.

Christopher Matchmaker
Thanks, I got it


You do not have permission to reply this topic