riper81
Forum Replies Created
-
There is a vulnerability on the plugin which is allowing 3rd parties to change the Site URL and Home URL by doing an unauthenticated SQL injection. We in Kinsta contacted them about this too and they are working on an update. As a precaution I assume the closed the plugin so no one can download it and get infected until they release a new version.
Hi there,
You can rollback to the previous version using wp-cli if your hosting provider allows it, you can use this command from SSH:
wp plugin install mailpoet --version=3.18.0 --force
Forum: Fixing WordPress
In reply to: Failed to load plugin problemHi there,
I did a diff comparison of the plugin.min.js and what it is on the github repo for that file and they were identical.
https://andrewrrosen.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js
results –> https://www.diffchecker.com/NCTD2EvO
What about the file permissions ? Since its BlueHost (cPanel based) I assume the permissions should be set to 644.
Forum: Fixing WordPress
In reply to: WordPress 4.6 has caused significant issues.What other plugins do you have enabled on that site ?
Forum: Localhost Installs
In reply to: el local host no permite ver mi web pero si el panel wpHola, eso puede ser que se cayó el Apache o que los cambios que hiciste en php.ini no fueron correctos y por eso Apache no puede arrancar. Te recomiendo revisar los logs de tu WampServer para ver más información al respecto.
Saludos!
Forum: Fixing WordPress
In reply to: Plugin missing in the dashboard (beginner)Hi Ardraa
Can you explain further what exactly is the plugin that you think is missing ?
Any particular error or a screenshot to the error you are seeing would also be helpful to provide feedback.
Forum: Fixing WordPress
In reply to: Problem databaseThat error means either of the following:
1. the username used does not have the proper rights to that database.
2. you have mispelled the database name.