News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Bug in "Check Download Area" when you want to create in J5 & PHP 8.2

Started by zolive, 30.08.2025 15:03:59

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zolive

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 !
  •  

Arno

Hi,
the textman extension is not mine.
So I can't change anything in this plugin.
Please contact the developer.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •