Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: NEW to this forum. In need of help!  (Read 2717 times)

0 Members and 1 Guest are viewing this topic.

expressthemoment

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
NEW to this forum. In need of help!
« on: March 30, 2011, 03:48:18 am »

First of all, I apologize if this support issue has been posted in the wrong forum. I am new to this form and confused as to the proper place to post each issue.
I have been a user of Coppermine since March of 07. However, my web developer established the account and linked the account to my website.
From what I can find, I am using version 1.0.
I recently changed web developers and am no longer using my old designer.
My new designer has designed a new site, a new cart, etc.
Of course, I want to still use Coppermine and NOT loose my previous images and data that have been loaded since 2007.
When the NEW designer linked the old site to the new site and linked the gallery, not all current files transferred.
NOW I am trying to simply upload the files that are lost and I am receiving the below error message.
My question is:

Isn't there an easier way to link my current Coppermine that is updated, etc to my new site?
When I change my nameservers from the old site to the new, does this affect the Coppermine issue?
How do I find the direct link to where my gallery is now and simply add to the new site?

This is causing me great stress. Any support would be more then appreciated! :(
USER:
---
Code: [Select]
---------------
Array
(
    [ID] => 17c77e31c22d5516f9c4e06a23e99b1d
    [am] => 1
    [lang] => english
    [lap] => 11
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => expresst
    [groups] => Array
        (
            [0] => 1
        )

    [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
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
    [1] => select * from cpg_plugins order by priority asc; (0s)
    [2] => delete from `expresst_copp1`.cpg_sessions where time<1301445152 and remember=0; (0s)
    [3] => delete from `expresst_copp1`.cpg_sessions where time<1300239152; (0s)
    [4] => select user_id from `expresst_copp1`.cpg_sessions where session_id=md5("f400ec85716a55f4ce1598e3ccf1418ff045cccdc9383e3d2f95082a88ce89f0"); (0s)
    [5] => select user_id as id, user_password as password from `expresst_copp1`.cpg_users where user_id=1 (0s)
    [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `expresst_copp1`.cpg_users AS u INNER JOIN `expresst_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `expresst_copp1`.cpg_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
    [8] => 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(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, 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, 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 (1) (0s)
    [9] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 1 (0s)
    [10] => update `expresst_copp1`.cpg_sessions set time='1301448752' where session_id=md5('f400ec85716a55f4ce1598e3ccf1418ff045cccdc9383e3d2f95082a88ce89f0'); (0s)
    [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpg_banned WHERE expiry < '2011-03-30 07:32:32' (0s)
    [13] => SELECT * FROM cpg_banned WHERE (ip_addr='69.20.145.181' OR ip_addr='69.20.145.181' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = ''  ORDER BY pos (0s)
    [15] => SELECT aid FROM cpg_albums as a WHERE category>=10000 (0s)
    [16] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0s)
    [17] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '1'  ORDER BY pos (0s)
    [18] => SELECT aid FROM cpg_albums as a WHERE category = '0' (0s)
    [19] => SELECT count(*) FROM cpg_albums as a WHERE 1 (0s)
    [20] => SELECT count(*) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0.001s)
    [21] => SELECT count(*) FROM cpg_comments as c LEFT JOIN cpg_pictures as p ON c.pid=p.pid LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 (0s)
    [22] => SELECT count(*) FROM cpg_categories WHERE 1 (0s)
    [23] => SELECT sum(hits) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON p.aid=a.aid WHERE 1 (0.001s)
    [24] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
    [25] => SELECT count(*) FROM cpg_albums as a WHERE category = '0' (0s)
    [26] => SELECT a.aid, a.title, a.description, category, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=0 ORDER BY a.pos LIMIT 120,6 (0.001s)
    [27] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg_albums AS a  LEFT JOIN cpg_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (124, 125, 127, 129, 130, 131)GROUP BY a.aid (0s)
    [28] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='1036' (0s)
    [29] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='1027' (0s)
    [30] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='1049' (0s)
    [31] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES'  (0s)
    [32] => SELECT * FROM cpg_pictures WHERE approved = 'YES'  ORDER BY RAND() LIMIT 8 (0.008s)
    [33] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES'  (0s)
    [34] => SELECT * FROM cpg_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,8 (0s)
)

==========================
GET :
------------------
Array
(
)

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

==========================
VERSION INFO :
------------------
PHP version: 5.2.14 - OK
------------------
mySQL version: 5.0.92-community
------------------
Coppermine version: 1.4.10(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.34 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XPM Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 5.0.91
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib64 -lmysqlclient  
==========================
Module: zlib
------------------
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3
==========================
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 | show_source, system, passthru, exec, popen, proc_open, allow_url_fopen | show_source, system, passthru, exec, popen, proc_open, allow_url_fopen
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 | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.053 seconds - 35 queries in 0.011 seconds - Album set : ; Meta set: ;
« Last Edit: March 30, 2011, 11:15:29 pm by Jeff Bailey »
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: NEW to this forum. In need of help!
« Reply #1 on: March 30, 2011, 09:13:56 am »

Please start by posting a link to your gallery so we can see what version you are using.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

expressthemoment

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: NEW to this forum. In need of help!
« Reply #2 on: March 31, 2011, 02:10:28 am »

Thank you!
www.expressthemoment.com/gallery is the original link with my old site.

Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: NEW to this forum. In need of help!
« Reply #3 on: March 31, 2011, 08:49:36 am »

That is using version 1.4.10 so the first thing required is to upgrade to 1.5.12. Please follow all the steps outlined in the docs and make sure you have the database and files backed up before you start.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

expressthemoment

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: NEW to this forum. In need of help!
« Reply #4 on: April 01, 2011, 06:14:37 am »

Thank you.
Here is my issue. My old web designer originally installed Coppermine and was the one who knows the program.
My new designer has not used Coppermine before and is hesitant to work with it
due to fear of mistake.
I of course want to continue using Coppermine and not loose data when moving it to my new site and
the new nameservers.
HOWEVER, I need help. I really have no idea how to even upgrade the version I have.
What do you suggest? Thanks!
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: NEW to this forum. In need of help!
« Reply #5 on: April 01, 2011, 09:22:56 am »

Backup first. As long as you make backups and follow the instruction carefully then you will loose nothing. If your web guy is any good then he will not have any problems with this. It is simply a matter of copying some files and runnign a scrip which is all outlined in the docs. If both of you are so worried about it then consider hiring someone to do the work for you.

http://documentation.coppermine-gallery.net/en/upgrading.htm
Logged
It is a mistake to think you can solve any major problems just with potatoes.
Pages: [1]   Go Up
 

Page created in 0.034 seconds with 19 queries.