forum.coppermine-gallery.net

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
(
    [op] => edit_profile
)

==========================
POST :
------------------
Array
(
)

==========================
VERSION INFO :
------------------
PHP version: 4.3.11 - OK
------------------
mySQL version: 4.0.25-standard
------------------
Coppermine version: 1.3.4
==========================
Module: gd
------------------
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
==========================
Module: mysql
------------------
Active Persistent Links 0
Active Links 1
Client API version 4.0.25
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.1.4
Linked Version 1.1.4
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | -1 | -1
upload_max_filesize | 15M | 15M
post_max_size | 55M | 55M
==========================
Page generated in 0.037 seconds - 7 queries in 0.002 seconds - Album set :
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).