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
Solved! Go to Solution.
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
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
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 !
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