I can not activate Tablepress. I i follow your insturcition for installation:
Installation
The easiest way to install TablePress is via your WordPress Dashboard:
- Go to the “Plugins” screen, click “Add New”, and search for “TablePress” in the WordPress Plugin Directory.
- Click “Install Now” and after that’s complete, click “Activate”.
When I try to thi step Activate Plugin I have clean page wich says “You do not have access to this page.” (translated from my language).
And the page where I have not access / permission is
…../wp-admin/admin.php?page=tablepress
Worpress version is 6.1.1 (latest). Only other active plugin is All-in-One WP Migration.
.htaccess (is original):
BEGIN WordPress
RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
END WordPress
