forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upgrading => Topic started by: Katya on August 15, 2010, 04:32:53 pm

Title: FATAL ERROR
Post by: Katya on August 15, 2010, 04:32:53 pm
i do all things to updrade my version from here - http://documentation.coppermine-gallery.net/en/upgrading.htm
and after all i got Fatal Error and when i run update.php i got:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@evaphotos.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

is this means what my gallery destroy with all albums, files? what i should do?
Title: Re: FATAL ERROR
Post by: Katya on August 15, 2010, 04:48:33 pm
now i got this:

Quote
While executing query 'SELECT MAX(group_quota) AS disk_max, MIN(group_quota) AS disk_min, MAX(can_rate_pictures) AS can_rate_pictures, MAX(can_send_ecards) AS can_send_ecards, MAX(can_post_comments) AS can_post_comments, MAX(can_upload_pictures) AS can_upload_pictures, MAX(can_create_albums) AS can_create_albums, MAX(has_admin_access) AS has_admin_access, MAX(access_level) AS access_level, MIN(pub_upl_need_approval) AS pub_upl_need_approval, MIN( priv_upl_need_approval) AS  priv_upl_need_approval FROM cpg_usergroups WHERE group_id in (3)' in bridge/udb_base.inc.php on line 321

mySQL error: Unknown column 'access_level' in 'field list'
Title: Re: FATAL ERROR
Post by: Katya on August 15, 2010, 05:50:36 pm
my gallery: www.evaphotos.org
Title: Re: FATAL ERROR
Post by: Αndré on September 02, 2010, 11:33:32 am
Quote
While executing query 'SELECT MAX(group_quota) AS disk_max, MIN(group_quota) AS disk_min, MAX(can_rate_pictures) AS can_rate_pictures, MAX(can_send_ecards) AS can_send_ecards, MAX(can_post_comments) AS can_post_comments, MAX(can_upload_pictures) AS can_upload_pictures, MAX(can_create_albums) AS can_create_albums, MAX(has_admin_access) AS has_admin_access, MAX(access_level) AS access_level, MIN(pub_upl_need_approval) AS pub_upl_need_approval, MIN( priv_upl_need_approval) AS  priv_upl_need_approval FROM cpg_usergroups WHERE group_id in (3)' in bridge/udb_base.inc.php on line 321

mySQL error: Unknown column 'access_level' in 'field list'
You have to run update.php, but as far I can see your website already works :)
Title: Re: FATAL ERROR
Post by: kaipi on December 09, 2010, 07:04:15 pm
I had the same issue. I tried the update script but got as well an error.

Finally I got the bride working. It seems that my hoster had the globals turned on. I got the message register_globals is turned on by coppermine.
Iturned the globas off in the .htaccess file (php_flag register_globals off) and restarted the bridge manager and the bridge worked.

I´m not sure if this is the root cause for the issue but it worked for me.