Advanced search  

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

Pages: [1]   Go Down

Author Topic: Impossible to move.  (Read 3279 times)

0 Members and 1 Guest are viewing this topic.

cartooner

  • Coppermine newbie
  • Offline Offline
  • Posts: 17
Impossible to move.
« on: November 23, 2006, 01:07:12 am »

I moved my Coppermine from a Shared Hosting plan to a Dedicated Server.
The domain names and database names were kept the same on the dedicated as they were on the
shared hosting plan.
On the new dedicated server
1)I  transfered over all the data in the database.
2) And I did the chmod777 to Album folder and include folder.

but i keep getting this Impossible to Move message when I try and upload.
So I ran the debug as instructed in another place here. and this is what
the debug said..

USER:
------------------
Array
(
    [ID] => bfa5c98cee445a00926aa360a53b41c8
    [am] => 1
    [lang] => english
    [liv] => Array
        (
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => cartooner
    [groups] => Array
        (
           
  • => 1

        )

    [disk_max] => 300000
    [disk_min] => 300000
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 0
    [ufc_min] => 0
    [custom_user_upload] => 0
    [num_file_upload] => 1
    [num_URI_upload] => 0
    [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] => 0
    [group_quota] => 300000
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content, player FROM cpg1_filetypes; (0.001s)
  • [1] => select * from cpg1_plugins order by priority asc; (0s)
        [2] => delete from `cartooner`.cpg1_sessions where time<1164236128 and remember=0; (0s)
        [3] => delete from `cartooner`.cpg1_sessions where time<1163030128; (0s)
        [4] => select user_id from `cartooner`.cpg1_sessions where session_id=md5("90a1651b7a25c4b84e48bbeb1c3e745fe2bf988c6c047cd77ac5d63466414eed"); (0s)
        [5] => select user_id as id, user_password as password from `cartooner`.cpg1_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 `cartooner`.cpg1_users AS u INNER JOIN `cartooner`.cpg1_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
        [7] => SELECT user_group_list FROM `cartooner`.cpg1_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 cpg1_usergroups WHERE group_id in (1) (0.001s)
        [9] => SELECT group_name FROM  cpg1_usergroups WHERE group_id= 1 (0s)
        [10] => update `cartooner`.cpg1_sessions set time='1164239728' where session_id=md5('90a1651b7a25c4b84e48bbeb1c3e745fe2bf988c6c047cd77ac5d63466414eed'); (0s)
        [11] => SELECT user_favpics FROM cpg1_favpics WHERE user_id = 1 (0.001s)
        [12] => DELETE FROM cpg1_banned WHERE expiry < '2006-11-22 23:55:28' (0s)
        [13] => SELECT * FROM cpg1_banned WHERE (ip_addr='71.86.218.47' OR ip_addr='71.86.218.47' OR user_id=1) AND brute_force=0 (0s)
        [14] => SELECT aid from cpg1_pictures WHERE pid='267'  LIMIT 1 (0s)
        [15] => SELECT title,keyword from cpg1_albums WHERE aid='4' (0s)
        [16] => SELECT COUNT(*) from cpg1_pictures WHERE ((aid='4'  ) )   (0s)
        [17] => SELECT pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid, keywords, title, caption,hits,owner_id,owner_name from cpg1_pictures WHERE ((aid='4'  ) )   ORDER BY filename ASC  (0.001s)
        [18] => SELECT title,keyword from cpg1_albums WHERE aid='4' (0s)
        [19] => SELECT COUNT(*) from cpg1_pictures WHERE ((aid='4'  ) )   (0s)
        [20] => SELECT * from cpg1_pictures WHERE ((aid='4'  ) )   ORDER BY filename ASC  LIMIT 28 ,1 (0.001s)
        [21] => SELECT title, comments, votes, category, aid FROM cpg1_albums WHERE aid='4' LIMIT 1 (0.001s)
        [22] => SELECT user_name as user_name FROM `cartooner`.cpg1_users WHERE user_id = '1' (0s)
        [23] => SELECT cid, name, parent FROM cpg1_categories WHERE cid = '1' (0s)
        [24] => SELECT msg_id, msg_author, msg_body, UNIX_TIMESTAMP(msg_date) AS msg_date, author_id, author_md5_id, msg_raw_ip, msg_hdr_ip, pid FROM cpg1_comments WHERE pid='267' ORDER BY msg_id ASC (0s)
        [25] => SELECT COUNT(*) FROM cpg1_pictures WHERE approved = 'NO' (0.001s)
        [26] => SELECT title,keyword from cpg1_albums WHERE aid='4' (0s)
        [27] => SELECT COUNT(*) from cpg1_pictures WHERE ((aid='4'  ) )   (0s)
        [28] => SELECT pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid, keywords, title, caption,hits,owner_id,owner_name from cpg1_pictures WHERE ((aid='4'  ) )   ORDER BY filename ASC  LIMIT 23 ,10 (0.001s)
        [29] => SELECT count(*) from cpg1_comments where pid=8 and msg_id!=0 (0s)
        [30] => SELECT count(*) from cpg1_comments where pid=200 and msg_id!=0 (0s)
        [31] => SELECT count(*) from cpg1_comments where pid=61 and msg_id!=0 (0s)
        [32] => SELECT count(*) from cpg1_comments where pid=14 and msg_id!=0 (0s)
        [33] => SELECT count(*) from cpg1_comments where pid=265 and msg_id!=0 (0s)
        [34] => SELECT count(*) from cpg1_comments where pid=267 and msg_id!=0 (0s)
        [35] => SELECT count(*) from cpg1_comments where pid=10 and msg_id!=0 (0s)
        [36] => SELECT count(*) from cpg1_comments where pid=249 and msg_id!=0 (0s)
        [37] => SELECT count(*) from cpg1_comments where pid=33 and msg_id!=0 (0s)
        [38] => SELECT count(*) from cpg1_comments where pid=189 and msg_id!=0 (0s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
       
[pos] => -267
)

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

==========================
VERSION INFO :
------------------
PHP version: 5.0.4 - OK
------------------
mySQL version: 4.1.20
------------------
Coppermine version: 1.4.8(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.28 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:
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 4.1.20
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.2.2
Linked Version 1.2.2.2
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | On | 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 | .: | .:
open_basedir | /var/www/vhosts/edtoons.com/httpdocs:/tmp | 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.124 seconds - 39 queries in 0.008 seconds - Album set : ; Meta set: ;

When I set it to upload only 1 image fixed, it uploads ok. 
Any help will be most appreciated.
Logged

cartooner

  • Coppermine newbie
  • Offline Offline
  • Posts: 17
Re: Impossible to move.
« Reply #1 on: November 23, 2006, 01:14:42 am »

I think I am going to have to do a whole new install on the new server.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged

cartooner

  • Coppermine newbie
  • Offline Offline
  • Posts: 17
Re: Impossible to move.
« Reply #3 on: November 23, 2006, 05:17:24 am »

http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble

I did that already, that's where I got the debug code from. I did an upgrade and same thing happens.

I might as well atrat from scratch witha new install and lose all the pics that members had.
No other choice now.

I can upload with a setting of one box...anything more and it says it Impossible to Move.

Must be contagious I see other threads popping up with same troubles.

Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Impossible to move.
« Reply #4 on: November 23, 2006, 05:30:00 am »

No ! you don't , read it again carefully
Specially red section
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Impossible to move.
« Reply #5 on: November 23, 2006, 07:41:01 am »

I did that already, that's where I got the debug code from.
As Sami suggested: no, you did not read the section carefully. It says that you must not post debug_output. It clearly says what you need to do instead!

I might as well atrat from scratch witha new install and lose all the pics that members had.
No other choice now.
That would be a silly thing to do - a fresh install won't cure those issues. Don't perform a fresh install, but do as suggested instead!

Must be contagious I see other threads popping up with same troubles.
Yes, there are several threads that are identical to yours. The thread starters made the same mistake you have made: they didn't read the docs, even though they have been told so. Just because there are others with similar issues doesn't mean that there's something wrong with Coppermine. There's something wrong with the attitude of people who think that they're going to be spoon-fed on the support board instead of reading the docs first, and reading them carefully. There's a reason why we write those docs. Let me quote on paragraph:
Quote
When people have issues with uploading and decide to post their question on the Coppermine support board, they usually are told to read this upload troubleshooting section. Many of them fail to do so properly, which results in frustration both for users as well as supporters. To make this absolutely clear: the above mentioned steps are absolutely mandatory, no matter what skill level you have, no matter what upload method you have troubles with. Failing to do exactly as suggested will result in your request for help being ignored. Yes, this applies to you. We mean it!
It's really frustrating for supporters that even after refering to the section that explains what you need to do, users don't do as suggested and even insist that they already tried everything.
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.