Qubic Quickstart Template: Error With IsAdmin() When Edit Account - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Qubic Quickstart Template: Error With IsAdmin() When Edit Account

E

Ernst

Template 2 years ago

Hello

After successful installation of the Qubic quickstart qubic_quickstart_j4_v3.0.0 I get the error

Call to undefined method Joomla\CMS\Application\AdministratorApplication::isAdmin()

when clicking User Menu > Edit Account

Tried to find this method call in the source code of the installation package, which installs Joomla! too, but didn't succeed. Since I have no problems with Joomla installed with SP Page Builder this error seems to be related by the Qubic template. Any idea how to fix this problem? Maybe the developers at JoomShaper can take a look at it?

Regards Ernst

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #113500

Hi Ernst,

  1. Update Helix plugin
  2. Watch that video: https://youtu.be/ZO9nmdsLlFw

then debug_on.png

share error screen if you cannot solve it

0
E
Ernst
Accepted Answer
2 years ago #113505

By the way: the module that produces the errors seems to have something to do with acy-mailing. Here is a part of the last error message:

#   Function    Location
1   ()  JROOT/plugins/system/regacymailing/regacymailing.php:705
2   plgSystemRegacymailing->_addCSS()   JROOT/plugins/system/regacymailing/regacymailing.php:233
3   plgSystemRegacymailing->onAfterRender() JROOT/libraries/src/Plugin/CMSPlugin.php:279
4   Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}()  JROOT/libraries/vendor/joomla/event/src/Dispatcher.php:486

As I said, I can't see any further through this :-(

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #113529

Thanks, indeed, old acymailing plugin made that mess.

Solution:

  1. Detele that folder: plugins/system/regacymailing
  2. Uninstall Acymaling from Joomla (component, modules, all plugins,) and if you want to use newsletter: download & install new version (v8, not v5x as it was).
  3. That's all.
0
E
Ernst
Accepted Answer
2 years ago #113552

Hi Paul

Thank you very much for the support.

Apparently I didn't save my first response to your original reply, so here are some notes on that one again:

The video was very helpful and I have enabled debugging as described. I then saw that the problem was with the acymaling plugin.

The video also recommends replacing the isAdmin() method with isClient('admin'). In another forum I saw the same recommendation, but there isClient('administrator') is used. Is this equivalent or does only one of the two methods work?

And regarding Aycmailing plugin: will try according to your instructions.

Many greetings Ernst

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #113563

In your case - problem is/was with old plugin(s), so changing code doesn't make sense if there is a new version already and free.

0
E
Ernst
Accepted Answer
2 years ago #113627

Hi Paul,

your advice works!

Regards Ernst

0