Hi,

www.jandeaircoman.nl doesnt work anymore after the reviews update to newest version.

First missing this table breaking the site..

Found a fix for adding table:

CREATE TABLE IF NOT EXISTS jos_jlexreview_bridge (
  id int(11) NOT NULL AUTO_INCREMENT,
  item_id int(11) NOT NULL,
  extension varchar(255) NOT NULL,
  section_id int(11) NOT NULL DEFAULT '0',
  object_id int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (id),
  KEY item_id (item_id),
  KEY extension (extension(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;


But now.. this page doesnt work and its the modules.

https://jandeaircoman.nl/reviews

I tried to add the newest module.. did not work.

Need some help.

Dragos