Quantcast
Viewing all articles
Browse latest Browse all 2361

Joomla! 5.x Coding • Re: Webservices request gets reply 'Class "DonationHelper" not found''

Try changing this line:

Code:

if (Factory::getApplication()->isClient('administrator'))
to this:

Code:

if (!Factory::getApplication()->isClient('site'))

Statistics: Posted by SharkyKZ — Mon Apr 15, 2024 4:47 pm



Viewing all articles
Browse latest Browse all 2361

Trending Articles