Attempted to load class "JPlugin" from the global namespace.
Did you forget a "use" statement?
in /Applications/MAMP/htdocs/protee-shop.org/plugins/content/textman/textman.php (line 9)
So I changed
// --- Start correction : Add this line ---
use Joomla\CMS\Plugin\CMSPlugin;
// --- End correction ---
// Old line:
// class PlgContentTextman extends JPlugin
//
// New line (corrected) :
class PlgContentTextman extends CMSPlugin // Line 9 (maintenant corrigée)
And it works !
Hi,
the textman extension is not mine.
So I can't change anything in this plugin.
Please contact the developer.