coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: carlsorensen on May 09, 2006, 06:41:36 PM

Title: Critical Error When Clicking My Profile In Admin
Post by: carlsorensen on May 09, 2006, 06:41:36 PM
Hello,

When I click the "My Profile" link in the admin section I am getting a critical error.

Gallery located at 209.59.169.232/gallery/index.php  (My dns is not forwarded yet)

Here is the debug info

USER:
------------------
Array
(
    [ID] => c1f0f48aaafad582e35497f98bad3532
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => admin
    [user_password] => ********
    [user_lastvisit] => 2006-05-09 12:20:25
    [user_regdate] => 2006-05-09 00:31:08
    [user_group_list] =>
    [user_email] => carl@bchuntingblog.com
    [user_profile3] =>
    [user_profile1] =>
    [user_profile2] =>
    [user_profile4] =>
    [user_actkey] =>
    [user_profile5] =>
    [user_profile6] =>
    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: Critical Error When Clicking My Profile In Admin
Post by: Tranz on May 09, 2006, 09:30:29 PM
What's the critical error?
Title: Re: Critical Error When Clicking My Profile In Admin
Post by: carlsorensen on May 09, 2006, 09:48:31 PM
Hi,

Sorry.  The Critical error occurs when I am in the Admin panel and I click "My Profile"

it gives me this message.

"There was an error while processing a database query"

Any Ideas?

Carl
Title: Re: Critical Error When Clicking My Profile In Admin
Post by: Joachim Müller on May 09, 2006, 11:39:03 PM
post the actual error (visible in debug_mode), not the debug_output
Title: Re: Critical Error When Clicking My Profile In Admin
Post by: carlsorensen on May 10, 2006, 01:13:19 AM
Hi GauGau,

I apologize,  I am new to this.

Here is the actual error.

While executing query "SELECT user_name, user_email, user_group, UNIX_TIMESTAMP(user_regdate) as user_regdate, group_name, user_location, user_interests, user_website, user_occupation, user_group_list, COUNT(pid) as pic_count, ROUND(SUM(total_filesize)/1024) as disk_usage, group_quota FROM cpg_users AS u INNER JOIN cpg_usergroups AS g ON user_group = group_id LEFT JOIN cpg_pictures AS p ON p.owner_id = u.user_id WHERE user_id ='1' GROUP BY user_id " on 0

mySQL error: Unknown column 'user_location' in 'field list'

Below this it says...

File: /home/bchunt/public_html/gallery/include/functions.inc.php - Line: 105


I also need to do the integration with PHPBB.  These are both fresh installs no existing members etc....  If someone were willing to do this for me I would gladly pay you money!

Thanks,

Carl Sorensen
Title: Re: Critical Error When Clicking My Profile In Admin
Post by: Joachim Müller on May 10, 2006, 08:08:53 AM
If this a fresh install, why do you try to set up the very outdated version cpg1.3.4? Set up cpg1.4.5 instead (or update your existing install to this version).