cancel
Showing results for 
Search instead for 
Did you mean: 

Amasty Product Finder Upgrade Issue

SOLVED

Amasty Product Finder Upgrade Issue

Hi,

 

Got stuck with Amasty Product Finder. Initial installation of Amasty Product Finder is version 1.4.2 in my magento site version 2.1.7 with PHP version 7.0.3. Initially, the finder works fine but then after upgrading it to 1.8.3, the 'Search Button' didn't function as expected and so I reported it to Amasty technical support but the last response I got was to upgrade it to 1.9.0 which I did. Run upgrade, compile and deploy without error but when I open my site, I got these errors:

 

There has been an error processing your request

Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory. 
The following modules are outdated:
Amasty_Base schema: current version - 1.4.0, required version - 1.4.2
Amasty_Base data: current version - 1.4.0, required version - 1.4.2
Amasty_Finder schema: current version - 1.8.0, required version - 1.9.0
Amasty_Finder data: current version - 1.8.0, required version - 1.9.0

Error log record number: 942825287761

 

I emailed them asking for solution but didn't get any response yet. Getting technical support answers is a bit slow with them.

 

Please need some possible fix?

 

Thanks a lot

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Amasty Product Finder Upgrade Issue

Hello,

 

seems like you downgrade extension.

 

For solution

 

go to db, find setup_module table and find related record and update table with respected version.

 

Hope it will help you.

 

If work then mark as solution

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

View solution in original post

4 REPLIES 4

Re: Amasty Product Finder Upgrade Issue

Hello,

 

seems like you downgrade extension.

 

For solution

 

go to db, find setup_module table and find related record and update table with respected version.

 

Hope it will help you.

 

If work then mark as solution

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Amasty Product Finder Upgrade Issue

Hi @shane_nacpil

 

You need to run below commands to resolve this issue !

 

composer update 
bin/magento setup:upgrade

You can do composer update for specific module below is the command :

 

composer update vendor/module-name

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

Re: Amasty Product Finder Upgrade Issue

Hi @Manthan Dave

 

Thank you for the reply.

 

I tried running 

composer update vendor/module-name

but got this error:

Package "vendor/amasty_finder" listed for update is not installed. Ignoring.

Loading composer repositories with package information

Updating dependencies (including require-dev)

Nothing to install or update

Package fabpot/php-cs-fixer is abandoned, you should avoid using it. Use friendsofphp/php-cs-fixer instead.

Package sjparkinson/static-review is abandoned, you should avoid using it. Use phpro/grumphp instead.

Generating autoload files

 

Re: Amasty Product Finder Upgrade Issue

@Sunil Patel

Works Smiley Happy Thank you.