1
General Support / Re: SQL error when trying to upgrade to 1.4.2.
« on: Today at 11:01:26 AM »
Thanks abolabo, i will try it
SQL-ERROR: "array (
'error_text' => 'Can\'t DROP INDEX `abqm_lang_definition_idx`; check that it exists',
'errno' => 1091,
)" in /home/xxxxx/xxxx/core/lib/package_manager.php on line 832
<div id="mainPageSliderIndicators" class="carousel carousel-dark slide bg-light" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide-to="3"
aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item banner active">
<div class="d-flex flex-wrap flex-sm-nowrap justify-content-center align-items-center">
<div class="flex-item "><img class="my-auto w-100"
src="extensions/bootstrap5/storefront/images/Slide_600x300.jpeg"></div>
<div class="flex-item col-9 col-sm-3 m-5"><h5>HTML5 Responsive Storefront to look great on</h5> <h5>ALL
Screen Sizes</h5>
<p>Natively responsive template implemented with bootstrap library and HTML5. Will look good on most
mobile devices and tablets.</p>
<h3><a href="#" class=""> Try on your device!</a></h3></div>
</div>
</div>
<div class="carousel-item banner">
<div class="d-flex flex-wrap flex-sm-nowrap justify-content-center align-items-center">
<div class="flex-item "><img class="my-auto w-100"
src="extensions/bootstrap5/storefront/images/Slide_600x300.jpeg"></div>
<div class="flex-item col-9 col-sm-3 m-5"><h5>Highly flexible layout on any page</h5> <h5>SEO
Friendly</h5>
<p>Fast Loading</p>
<h3><a href="#" class=""> Try Now!</a></h3></div>
</div>
</div>
<div class="carousel-item banner">
<div class="d-flex flex-wrap flex-sm-nowrap justify-content-center align-items-center">
<div class="flex-item "><img class="my-auto w-100"
src="extensions/bootstrap5/storefront/images/Slide_600x300.jpeg"></div>
<div class="flex-item col-9 col-sm-3 m-5"><h5>Feature rich with smart UI</h5> <h5>Easy & fun to
manage</h5>
<p>Feature reach shopping cart application right out of the box. Standard features allow to set up
complete eCommerce site with all the tools needed to sell products online.</p>
<h3><a href="#" class="">Install Now!</a></h3></div>
</div>
</div>
<div class="carousel-item banner">
<div class="d-flex flex-wrap flex-sm-nowrap justify-content-center align-items-center">
<div class="flex-item "><img class="my-auto w-100"
src="extensions/bootstrap5/storefront/images/Slide_600x300.jpeg"></div>
<div class="flex-item col-9 col-sm-3 m-5"><h5>Stay in control</h5> <h5>Easy updates</h5>
<p>Upgrade right from admin. Backward supportability in upgrades and automatic backups. Easy
extension download with one step installation.</p>
<h3><a href="#" class="">Get Yours!</a></h3></div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span> <span
class="visually-hidden">Previous</span></button>
<button class="carousel-control-next" type="button" data-bs-target="#mainPageSliderIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span>
</button>
</div>