Hello.
Can you check if this table really doesn’t exist? Maybe you changed the database prefix?
No I didn’t do anything with database . Just remove and reinstall it and this problem happened . I tried it on another site
Clear the log. Reinstall Robin and send me the full log.
The log of robin plugin?? I just reinstall it and error still happened and this is the log
View post on imgur.com
The table was created based on logs. Please check whether the table is available in your database. See what it’s called
wordpress.wp_rio_process_queue doesn’t exist in database . When I search “1.4.2” it show 4 tables found in wp_option
table name:
_site_transient_et_update_all_plugins
_site_transient_update_plugins
7238c9070c32ed98a38810e053129a9a
edd_sl_9b4b9278ab03eed62e9ded0113d4678e
The table is called wp_rio_process_queue and tables are not stored in the wp_options table. Send me a SCREENSHOT of the list of tables.
List all my wordpress table
View post on imgur.com
Tried delete and install ver 1.4.1 it still same problem . Error log is
[5e7cab][info] Parent plugin start installation!
[5e7cab][info] Plugin installation: try create plugin tables.
-DB Version: 2
-Plugin Version in DB: 1.4.2
-Current Plugin Version: 1.4.1
[5e7cab][info] Parent plugin installation complete!
[5e7cab][info] Try to create backup directory. Backup dir:
error maybe form unstall process do not clear database information
I tried to down ver to 1.3.7 and this problem gone by running migrations form 1.1.5 to 1.3.6 .
v1.4.0 , 1.4.1, 1.4.2 only running exacly migrations plugin version . So it problem on two things
1/ Uninstall plugin don’t clear the database info
2/ Migrations code error on new ver
Last I found the error is database cache . I used redis for object cache and after I removed plugin wp_rio_process_queue table is deleted but Robin plugin debug still read the database cache and saw wp_rio_process_queue exist so the plugin stop creating the wp_rio_process_queue table . Anyway to update Migrations code to bypass database cache in the furture? If I click the import button in clearfy setting the robin plguin start Migrations form 1.1.5 to 1.4.2 and solved the problem too .
I found 2 ways to solve this problem , use only 1 of two is completely solve the problem.
1/ Go to clearfy setting and click import setting ( Can you tell me did clearfy flush object cache when clicking import buttonm or doing anything about request robin do all Migrations and old Migrations codes have the clear object cache feature? )
2/ Flush object cache and robin plugin processed like 1st method
-
This reply was modified 6 years, 2 months ago by
thanh25896.
-
This reply was modified 6 years, 2 months ago by
thanh25896.
Using the object cache, you should understand that this can lead to similar problems. You can also disable all caching plugins before updating Robin.
We will try to solve this in future updates