Elxis CMS Forum

Extensions => Components => Topic started by: evkarab on January 27, 2023, 21:26:09

Title: E-tables fault
Post by: evkarab on January 27, 2023, 21:26:09
Hi all

After the latest elxis update I found that E-Tables component stopped working as before. I can not edit the already existing columns or values and the new table is shown only by it's name. Has anyone else face such problems? For the history I have test it in Firefox, Chrome and Edge with the same result. When I choose columns It leads to server errors and when I choose values nothing happens. Any ideas?
Title: Re: E-tables fault
Post by: webgift on January 28, 2023, 09:19:29
Hello,
i think that it's due to not loading jQuery library and Colorbox. Please send me a PM with back-end and FTP access to check this out.
Title: Re: E-tables fault
Post by: webgift on January 29, 2023, 08:46:13
It was due to jQuery library and colorbox initialization. The following lines applied to the index.php file of onyx admin template.

$eDoc = eFactory::getDocument();

$eDoc->addJQuery();
$eDoc->loadLightbox();

P.S: Please note that this component won't be compatible with PHP 8.x version.

More info about elxisDocument library: https://www.elxis.net/docs/developers/libraries/elxisdocument.html