Hi @goodereader,
Do you have some sort of cache? Did you flush it after updating the plugin?
Please let us know if flushing your cache makes the issue go away.
error E_COMPILE_ERROR en la línea 16 del archivo /home/jrrsant1/public_html/wp-content/plugins/molongui-authorship/includes/hooks/author/link.php. Mensaje de error: Cannot redeclare authorship_author_link() (previously declared in /home/jrrsant1/public_html/wp-content/plugins/molongui-authorship/includes/helpers/author/link.php:5)
Hola @jrrsantacruz,
Ese error aparece porque no has limpiado la cache de tu sitio web después de actualizar nuestro plugin. El archivo molongui-authorship/includes/hooks/author/link.php ha sido eliminado en la versión 4.7.0 y la función authorship_author_link movida a otro fichero nuevo, por lo que está claro que el error es debido a una caché obsoleta que no ha sido reiniciada después de actualizar el plugin. Por favor, vacía tu cache y prueba de nuevo. El error debería desaparecer.
Muchos plugins de cacheado, limpian automáticamente la caché después de la instalación de un plugin nuevo. Sin embargo, no proceden igual cuando se actualizan los ya instalados, por lo que debes ser tú quien limpie la caché, no sólo tras la actualización de nuesto plugin, sino de cualquier otro.
A few users faced the same error reported by @jrrsantacruz. The error was thrown because of the cache thing explained above (answer is in Spanish, but it basically suggests you to make sure to flush your cache after every plugin update to avoid removed files to keep loading from your stale cache). Except for one user who actually had in his installation the file we removed in version 4.7.0. Thus the error about duplicate declarations. Why the molongui-authorship/includes/hooks/author/link.php file was still there after the update? Cannot really tell, but the solution is as easy as to manually remove that file that shouldn’t be there at all.
So if you face this issue and flushing your cache doesn’t help, just remove the molongui-authorship/includes/hooks/author/link.php file.
-
This reply was modified 2 years, 8 months ago by
Molongui.