i have tried everything to fix this but nothing has worked
Database version mismatch (Installed: 0.0.13, Current: 0.0.14). Database update required, please import any new SQL files. Cronjobs have been halted.
what am i doing wrong

i love it how they say
Step 3: Import SQL Files
Change into directory /var/www/sql and list all the files, these need to be imported to the SQL database
mysql -u pooluser -p < 000_base_structure.sql
.... all the way to end
mysql -u pooluser -p < 013_tokentype_update.sql
NOTE: This may not be the last file, more may have been added since writing this.
The last one is very important to have the update done, if it fails (currently does) will leave your pool partially working, cronjobs disabled and no payouts done.
Either remove failing line and run again and repeat till works or take the update commands and run manually.
Maybe they could add abit that tells you HOW to import them and not just "these need to be imported to the SQL database" because some people arent as clever as others.me being one of them
finally got it to work but know my cronjobs arent working when they use to
Please be aware: This cron is deprecated and will be removed. Please read: https
://github.com/MPOS/php-mpos/wiki/Cronjobs#setup
i just cant get a win
I am having this same issue and have been trying to get the sql files imported as directed above. So far I have had no luck.
Would you mind sharing what you did exactly to resolve this issue?
I currently have the following files under /var/www/html/MPOS/sql
000_base_structure.sql 003_monitoring_update.sql 006_txid_transactions.sql 009_tokentype_update.sql
001_pplns_statistics.sql 004_blocks_worker.sql 007_accounts_update.sql 010_tokentype_update.sql
002_settings_update.sql 005_create_templates_table.sql 008_shares_archive_optimization.sql 011_db_version.sql