forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upgrading => Topic started by: tobia71 on January 19, 2011, 09:14:23 am

Title: The group table does not contain the Anonymous group. Solution.
Post by: tobia71 on January 19, 2011, 09:14:23 am
Hello guys,
I have seen that somebody has some troubles when upgrade the sw to 15 version from old 14.

Sometime appears "The group table does not contain the Anonymous group."

That's because you have edit new config.inc.php file with your db informations.
It is not correct!

You must hold old config.inc.php and not delete it re-editing the new one.

The old file contains row

// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =                'cpg14x_';

The new file contains row

// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =                'cpg15x_';

The update not correct this and you can have some fault updating DB...

Frank
Title: Re: The group table does not contain the Anonymous group. Solution.
Post by: Αndré on January 19, 2011, 09:22:55 am
Thanks for sharing your knowledge. So the whole trouble only exists because of people don't read the upgrade docs.
Title: Re: The group table does not contain the Anonymous group. Solution.
Post by: tobia71 on January 19, 2011, 09:36:29 am
Thanks Andrč!

I had the same fault but mine is just only a tentative to see what happened changed new config file.

The message was "The group table does not contain the Anonymous group".

 ???

I have deleted the new one file and replace with old config file and..... everything work perfectly!

 8)

Have a nice day, guys!

Frank
Title: Re: The group table does not contain the Anonymous group. Solution.
Post by: joeyhavlock on February 28, 2011, 11:30:14 pm
I have this same exact problem, and this suggestion does not fix the issue.

When I use my old config.inc.php that has the correct information in it, I still get the same error message.

Any other ideas on how to fix this problem?
Title: Re: The group table does not contain the Anonymous group. Solution.
Post by: Αndré on March 01, 2011, 08:29:10 am
Please search the board for that error message. There are already a lot of suggestions how this error can/may be fixed.