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: [Closed]: need help  (Read 4460 times)

0 Members and 1 Guest are viewing this topic.

crosshair2

  • Guest
[Closed]: need help
« on: August 24, 2009, 03:42:11 pm »

USER:
---------
i've read a hundred topics and fallowed all instructions don't know what i'm doing wrong but can't upload imigas or batch add files Stumped need help www.crosshair2.freei.me
---------

Array
(
    [ID] => 4f5fe746b3d95a144d6ada458c7f6ef9
    [am] => 1
    [lang] => english
    [search] => Array
        (
            [search] => wallpapers
            [album] => search
            [title] => on
            [newer_than] =>
            [caption] => on
            [older_than] =>
            [keywords] => on
            [type] => AND
            [params] => Array
                (
                    [title] => on
                    [caption] => on
                    [keywords] => on
                )

        )

    [theme] => hardwired
)

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

        )

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

==========================
Queries:
------------------
Array
(
    
  • => SELECT extension, mime, content, player FROM cpg_filetypes; (0.063s)
  • [1] => select * from cpg_plugins order by priority asc; (0.069s)
        [2] => delete from `freei_3783907_58480`.cpg_sessions where time<1251117336 and remember=0; (0.012s)
        [3] => delete from `freei_3783907_58480`.cpg_sessions where time<1249911336; (0.001s)
        [4] => select user_id from `freei_3783907_58480`.cpg_sessions where session_id = '00a264a672784102da27ec78b5dd8076' (0.001s)
        [5] => select user_id as id, user_password as password from `freei_3783907_58480`.cpg_users where user_id=1 (0.07s)
        [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 `freei_3783907_58480`.cpg_users AS u INNER JOIN `freei_3783907_58480`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
        [7] => SELECT user_group_list FROM `freei_3783907_58480`.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) (0.015s)
        [9] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 1 (0s)
        [10] => update `freei_3783907_58480`.cpg_sessions set time='1251120936' where session_id = '00a264a672784102da27ec78b5dd8076' (0.001s)
        [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0.062s)
        [12] => DELETE FROM cpg_banned WHERE expiry < '2009-08-24 09:35:36' (0s)
        [13] => SELECT * FROM cpg_banned WHERE (ip_addr='207.199.247.173' OR ip_addr='207.199.247.173' OR user_id=1) AND brute_force=0 (0.001s)
        [14] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = ''  ORDER BY name (0.001s)
        [15] => SELECT aid FROM cpg_albums as a WHERE category>=10000 (0.001s)
        [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 name (0s)
        [18] => SELECT aid FROM cpg_albums WHERE category = 3 (0s)
        [19] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 3 (0s)
        [20] => SELECT count(*) FROM cpg_albums as a WHERE category = '3' (0.001s)
        [21] => SELECT a.aid, a.title, a.description, 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=3 ORDER BY a.pos LIMIT 0,2 (0s)
        [22] => 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 (3, 4)GROUP BY a.aid (0s)
        [23] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '3'  ORDER BY name (0.001s)
        [24] => SELECT aid FROM cpg_albums as a WHERE category = '0' (0s)
        [25] => SELECT count(*) FROM cpg_albums as a WHERE 1 (0s)
        [26] => SELECT count(*) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0s)
        [27] => 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 (0.009s)
        [28] => SELECT count(*) FROM cpg_categories WHERE 1 (0s)
        [29] => SELECT sum(hits) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON p.aid=a.aid WHERE 1 (0s)
        [30] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
        [31] => SELECT count(*) FROM cpg_albums as a WHERE category = '0' (0.001s)
        [32] => SELECT * FROM cpg_pictures WHERE approved = 'YES'  ORDER BY RAND() LIMIT 8 (0.001s)
        [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 (0.001s)
    )

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

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 5.2.10 - OK
    ------------------
    mySQL version: 5.0.51a-24+lenny1
    ------------------
    Coppermine version: 1.4.25(stable)
    ==========================
    Module: GD
    ------------------
    GD Version: bundled (2.0.34 compatible)
    FreeType Support: 1
    FreeType Linkage: with freetype
    T1Lib Support: 1
    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.51a
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /var/run/mysqld/mysqld.sock
    MYSQL_INCLUDE -I/usr/include/mysql
    MYSQL_LIBS -L/usr/lib -lmysqlclient  
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Stream Wrapper support compress.zlib://
    Stream Filter support zlib.inflate, zlib.deflate
    Compiled Version 1.2.3.3
    Linked Version 1.2.3.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 | /tmp | /tmp
    safe_mode_exec_dir | no value | no value
    sql.safe_mode | Off | Off
    disable_functions | exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,dl,popen,popen,pcntl_exec,socket_accept,socket_bind,socket_clear_error,socket_close,socket_connect,socket_create_listen,socket_create_pair,socket_create,socket_get_option,socket_getpeername,socket_getsockname,socket_last_error,socket_listen,socket_read,socket_recv,socket_recvfrom,socket_select,socket_send,socket_sendto,socket_set_block,socket_set_nonblock,socket_set_option,socket_shutdown,socket_strerror,socket_write,stream_socket_client,stream_socket_server,pfsockopen,stream_set_timeout,disk_total_space,disk_free_space,chown,diskfreespace,getrusage,get_current_user,set_time_limit,getmyuid,getmypid,dl,leak,listen,chgrp,link,symlink,dlopen,proc_nice,proc_get_stats,proc_terminate,shell_exec,sh2_exec,posix_getpwuid,posix_getgrgid,posix_kill,ini_restore,mkfifo,dbmopen,dbase_open,filepro,filepro_rowcount,posix_mkfifo,putenv,geoip_open,sleep | exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,dl,popen,popen,pcntl_exec,socket_accept,socket_bind,socket_clear_error,socket_close,socket_connect,socket_create_listen,socket_create_pair,socket_create,socket_get_option,socket_getpeername,socket_getsockname,socket_last_error,socket_listen,socket_read,socket_recv,socket_recvfrom,socket_select,socket_send,socket_sendto,socket_set_block,socket_set_nonblock,socket_set_option,socket_shutdown,socket_strerror,socket_write,stream_socket_client,stream_socket_server,pfsockopen,stream_set_timeout,disk_total_space,disk_free_space,chown,diskfreespace,getrusage,get_current_user,set_time_limit,getmyuid,getmypid,dl,leak,listen,chgrp,link,symlink,dlopen,proc_nice,proc_get_stats,proc_terminate,shell_exec,sh2_exec,posix_getpwuid,posix_getgrgid,posix_kill,ini_restore,mkfifo,dbmopen,dbase_open,filepro,filepro_rowcount,posix_mkfifo,putenv,geoip_open,sleep
    file_uploads | On | On
    include_path | . | .
    open_basedir | /php_sessions:/tmp:/var/www/errors:/usr/share/php:/home/vol9/freei.me/freei_3783907/htdocs | no value
    ==========================
    email
    ------------------
    Directive | Local Value | Master Value
    sendmail_from | no value | no value
    sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail
    SMTP | localhost | localhost
    smtp_port | 25 | 25
    ==========================
    Size and Time
    ------------------
    Directive | Local Value | Master Value
    max_execution_time | 10 | 10
    max_input_time | 10 | 10
    upload_max_filesize | 1500K | 1M
    post_max_size | 2M | 1.5M
    ==========================
    Page generated in 0.493 seconds - 35 queries in 0.311 seconds - Album set : ; Meta set: ;
« Last Edit: August 25, 2009, 02:04:46 pm by Joachim Müller »
Logged

Fabricio Ferrero

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 1996
  • From San Juan, Argentina, to the World!
    • http://fabricioferrero.com/
Re: need help
« Reply #1 on: August 24, 2009, 03:58:10 pm »

i've read a hundred topics and fallowed all instructions
You didn't. Read board rules, you did quite the opposite from we expect to offer support.
Logged
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: need help
« Reply #2 on: August 24, 2009, 11:41:56 pm »

Please do everything outlined here.

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

And never post debug data unless asked.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

crosshair2

  • Guest
Re: need help
« Reply #3 on: August 25, 2009, 06:58:05 am »

wow...i wasn't expecting that kind of hostile response i thought this was support fo something you are developing i don't need it that bad i'm removing it and won't recomend to anyone to use it Remove my account from this forum i won't be returning, kiss my ass
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: need help
« Reply #4 on: August 25, 2009, 07:08:34 am »

hum, what a nice reply. goodbye
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: need help
« Reply #5 on: August 25, 2009, 02:04:11 pm »

Partly did as Glenn Offerman (another happy AOL customer) did and deleted his account. Won't do the other things he suggested (with the kissing and stuff). What a nice fellow ::).

i don't need it that bad i'm removing it and won't recomend to anyone to use it
Guess what: we don't need you as user at all - we don't earn a penny if you use it and therefor couldn't care less. Farewell. Not sad to see you leaving.

Locking.
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.