After installation of module I changed path to correct one.
But after this I see error "Fatal error: Cannot redeclare class cache in /var/www/awerty/data/www/awerty.ru/forum/includes/cache.php on line 434" on page /admin/settings/phpbbforum.

What is the problem and what can I do?

PHPbb-files were installed, too...

Comments

Jarode’s picture

I have a "cannot redeclare error" too.
http://drupal.org/node/599220
No answer yet... :-(

superfedya’s picture

Version: 6.x-1.04 » 6.x-2.0-beta7

After installation of Cache Router I see same critical error:
"Fatal error: Cannot redeclare class cache in /home2/myaccount/public_html/forum/includes/cache.php on line 434

stephenls’s picture

I'm having the same issue with a fresh install of the module and phpbb3, except that the error message in my case sites line 442. I can't really go forward unless this bug is sorted out. What information about my production site would be helpful for me to provide?

mholve’s picture

This is caused by a conflict with cacherouter due to the new acm modules in phpBB3.0.6. Either downgrade phpBB3 to 3.0.5 or disable cacherouter...

As for the "can't redeclare error..." issue, that's cause by an unpatched "user_functions.php" file. Make sure you copy or patch the existing one.

superfedya’s picture

Same error with phpBB3.0.5.

mholve’s picture

Interesting... And unfortunate.

fizk’s picture

Status: Active » Closed (fixed)