Hi,

Making a fresh install on latest dev (not using drush) gives this error:

mod_fcgid: stderr: PHP Fatal error: Class 'AdvancedQueue' not found in /modules/system/system.queue.inc on line 88 

I do not know what it is. Looking in the database Advancedqueue module is not enabled in the system table. But enabling doesn;t give me my site back.

Greetings, Martijn

Comments

ezra-g’s picture

Status: Active » Closed (cannot reproduce)

I'm not able to reproduce on a fresh install of the latest nightly tarball nor packaged locally with build-commons-dev.make.

Please re-open with steps to reproduce if you're still having this problem.

SolutionClinic’s picture

Version: » 7.x-3.2

Same Problem after Core Update. Update seemed to be successful - after running update.php everything seemed good. But entering the page gives "site not found" and these errors:
=========================
Notice: Undefined index: commons_origins in drupal_theme_initialize() (Zeile 100 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (Zeile 146 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_load_registry() (Zeile 335 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_load_registry() (Zeile 319 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (Zeile 713 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (Zeile 713 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (Zeile 713 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_save_registry() (Zeile 343 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Undefined index: commons_origins in theme_get_setting() (Zeile 1419 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
=========================

If I want to enter the configuration site I also get
=========================
Fatal error: Class 'AdvancedQueue' not found in /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/modules/system/system.queue.inc on line 88
=========================

SolutionClinic’s picture

Status: Closed (cannot reproduce) » Active

After updating drupal core to 7.23 same problems with these errors:
=========================
Notice: Undefined index: highlighted in include() (Zeile 126 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/modules/system/page.tpl.php).
Notice: Undefined index: sidebar_first in include() (Zeile 138 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/modules/system/page.tpl.php).
Notice: Undefined index: sidebar_second in include() (Zeile 144 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/modules/system/page.tpl.php).
Notice: Undefined index: commons_origins in drupal_theme_initialize() (Zeile 100 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (Zeile 146 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_load_registry() (Zeile 335 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
Notice: Undefined index: commons_origins in theme_get_setting() (Zeile 1431 von /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/includes/theme.inc).
=========================

Configuration Panel - same error:
=========================
Fatal error: Class 'AdvancedQueue' not found in /Users/Leonhard/Projekte/Klienten/Realmakers/Website/Realmakers.org/Mamp/commons/modules/system/system.queue.inc on line 88
=========================

ezra-g’s picture

Status: Active » Fixed

Please re-open if this problem occurs with Commons 7.x-3.3.

thorandre’s picture

Version: 7.x-3.2 » 7.x-3.3
Status: Fixed » Active

I got the same error on our dev server after moving it from localhost.

I get a "Page not found" on the frontpage and partial HTML, but I am actually able to log in on /user. After that I get a WSOD on every admin page. Themes are not loaded.

PHP Fatal error: Class 'AdvancedQueue' not found in /public_html/modules/system/system.queue.inc on line 88

thorandre’s picture

The gitignore file in the profiles/commons folder was causing my problems. The modules folder was not included when pushing the site to github. Is that just my bad, or can this be handled to avoid trouble for git amateurs like myself?

Devin Carlson’s picture

Status: Active » Fixed

@thorandre I would suggest reading over http://randyfay.com/content/handling-new-gitignore-file-d7-and-d8 for some useful tips and suggestions on handling .gitignore files.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

amittarkar’s picture

Version: 7.x-3.3 » 7.x-3.x-dev
Issue summary: View changes
Status: Closed (fixed) » Active

@ thorandre: how did excatly you solved the problem?

japerry’s picture

I've randomly now ran into this issue as well. It happens whenever I goto '/admin'

japerry’s picture

This should no longer be an issue since we don't use AdvancedQueue in commons anymore. See related #2170409: Move Message Notify from Advancedqueue to core queue processing and #2195755: Advancedqueue Error upgrading from 3.8 to 3.9 for more info.

MrAdventure’s picture

I just updated to Commons 7.x-3.9 and got the same thing.

I looked in system.queue.inc and it doesn't call Advanced Queue there, so that's strange.

To get my site mostly running again (my WYSIWYG is trashed after the fix, don't know why,) I uploaded Advanced Queue, and turned it on via phpMyAdmin. That allowed me to get into modules, where I disabled it and uninstalled it. White screen is gone.

I don't know if the WYSIWYG having all its buttons turned into hieroglyphs has anything to do with it, or if it's just a coincidence that it happened at the same time.

amittarkar’s picture

@ MrAdventure: same here, I also had updated to latest dev version.

japerry’s picture

Status: Fixed » Closed (works as designed)

Unfortunately, for those not using drush, you will have to go back and manually re-enable the AdvancedQueue module. We've changed documentation for updating Commons to make sure you've removed the module, and this issue should help people having the issue fix it on their own.

While we try to cover all upgrade cases through update.php and updb, its important to read the upgrade notes at https://docs.acquia.com/commons/upgrade before performing an update. In future releases involving modules being removed, we'll wait a few iterations between versions to disable first, then actually remove it.

mailfox’s picture

comment on all rows with errors reset the cache uncomment all lines with errors and you will be happy)

bdupls’s picture

I recently upgraded commons 7.3.22 and first got WSOD. Then I got the advancequeue error.
Fatal error: Class 'AdvancedQueue' not found in /home/xxx/public_html/modules/system/system.queue.inc on line 88
This site told me to enable the module https://www.drupal.org/node/2195755#comment-9711235 as did MrAdventure but with the location of the install at profiles/commons/modules/contrib/advancedqueue.
It still didn't work. Not sure why it would be there when update in drupal commons now ensures this module is disabled and not even installed.
What is going wrong?

lancewig’s picture

I just about gave up and went to /install.php to start over and got an option from there to go to the /update page. That fixed this issue and I recovered from it.