Page 1 of 1

system/phocaopengraph call to undefined method document\rawdocument::addcustomtag()

Posted: 10 May 2023, 17:43
by brbrbr
I have a custom format on a website (format=csv).

The plugin checks the docType and returns against a fixed set of possible formats. However formats are not limited to these.

Possible solutions return on docType != 'html', do a method_exists or check $document against class name.

Re: system/phocaopengraph call to undefined method document\rawdocument::addcustomtag()

Posted: 11 May 2023, 00:33
by Jan
Hi, can you paste whole error message (including the file and line). so I can take a look at it. Yes, I can add another protection to ignore this plugin in format csv.

Jan