tuffkidd

Results 9 comments of tuffkidd

@klamping Your code works wonderfully. The text copy function in [Apple Newsroom ](https://www.apple.com/newsroom/2023/01/apple-music-launches-rihannas-road-to-halftime-ahead-of-super-bowl-lvii/)works differently. When pasting into the visual studio code(Untitled-1), your code is attached in "html" and the Apple...

I've been using it for a while, and since some update, there have been issues. Below are the sizes of the tables. ![3](https://github.com/bonny/WordPress-Simple-History/assets/2167254/fc65bdf5-a2d9-44ac-b67e-89d35407207e) The wp_simple_history table has 21 rows, and...

Sorry, I didn't have debug mode enabled. When I enable debug mode, I get the following error. And yes I'm using MariaDB 10.11.x ``` [Unknown column 'AvailableUpdatesLogger' in 'where clause']...

And below are Debug page errors. ``` SELECT table_name AS "table_name", round(((data_length + index_length) / 1024 / 1024), 2) "size_in_mb" FROM information_schema.TABLES WHERE table_schema = "kal_newsroom_test" AND table_name IN ("wp_simple_history",...

No, I deactivated all plugins. Only Simple History is active.

Have you checked this issue? I've tried reinstalling everything from 4.13.0 down to 4.10.0, but not working. I proceeded as follows: ``` wp plugin uninstall simple-history --deactivate wp plugin install...

I'm sorry. The database version is 10.6.15. The client version is mysqlnd 8.2.7 and I'm using AWS RDS. I have tested all versions from 3.5.1 to 4.8.0, and they all...

Sorry, this was not a version issue. It was because ANSI_QUOTES was enabled in the SQL MODE of the database. For example, in the `get_db_table_stats` function of the `class-helpers.php` file:...

I appreciate your hard work, and hope this issue can be resolved smoothly. Thank you.