FATAL ERROR FATAL ERROR
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

FATAL ERROR

Started by Katya, August 15, 2010, 04:32:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Katya

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?

Katya

now i got this:

QuoteWhile 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'

Katya


Αndré

QuoteWhile 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 :)

kaipi

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.