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: Parse error  (Read 9551 times)

0 Members and 1 Guest are viewing this topic.

capntawful

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Parse error
« on: May 28, 2008, 12:36:56 am »

I got a call from a customer stating that CPG was not working, in fact all she was getting was a blank white page.  I ran a repair on MySQL Databases which did not fix the problem.  In Fantastico I noticed that a newer verson of CPG was available so I went a head and upgraded from cpg1.3 to cpg1.4, CPG is working, but when you click on Most Viewed, Last uploads, etc... I get the following error message;  Parse error: syntax error, unexpected $end in /home/countryc/public_html/gallery/thumbnails.php on line 216

Any help to fix this problem would be really apprciated, Thank you!

Below is the Debug Info.
USER:
------------------
Array
(
    [ID] => 2fdd89f67e3d1a877320e6bc497d06ed
    [am] => 1
    [liv] => Array
        (
           
  • => 82
  • [1] => 176
            )

    )

    ==========================
    USER DATA:
    ------------------
    Array
    (
       
[user_id] => 1
    [user_name] => shelly
    [groups] => Array
        (
           
  • => 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
(
   
  • => SELECT extension, mime, content, player FROM cpg_filetypes; (0.001s)
  • [1] => select * from cpg_plugins order by priority asc; (0s)
        [2] => delete from `countryc_copp1`.cpg_sessions where time<1211923726 and remember=0; (0s)
        [3] => delete from `countryc_copp1`.cpg_sessions where time<1210717726; (0s)
        [4] => select user_id from `countryc_copp1`.cpg_sessions where session_id=md5("dc8f66b2e4f76b9e7b82bd166df763413e77f6588ba65eb333af98c987dec19c"); (0s)
        [5] => select user_id as id, user_password as password from `countryc_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 `countryc_copp1`.cpg_users AS u INNER JOIN `countryc_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
        [7] => SELECT user_group_list FROM `countryc_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 `countryc_copp1`.cpg_sessions set time='1211927326' where session_id=md5('dc8f66b2e4f76b9e7b82bd166df763413e77f6588ba65eb333af98c987dec19c'); (0s)
        [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
        [12] => DELETE FROM cpg_banned WHERE expiry < '2008-05-27 14:28:46' (0s)
        [13] => SELECT * FROM cpg_banned WHERE (ip_addr='12.175.230.36' OR ip_addr='12.175.230.36' 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 WHERE category = 5 (0s)
        [16] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 5 (0s)
        [17] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '5'  ORDER BY pos (0s)
        [18] => SELECT aid FROM cpg_albums as a WHERE category>=10000 (0s)
        [19] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0s)
        [20] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '1'  ORDER BY pos (0s)
        [21] => SELECT aid FROM cpg_albums as a WHERE category = '0' (0s)
        [22] => SELECT count(*) FROM cpg_albums as a WHERE 1 (0s)
        [23] => SELECT count(*) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0s)
        [24] => 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)
        [25] => SELECT count(*) FROM cpg_categories WHERE 1 (0s)
        [26] => SELECT sum(hits) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON p.aid=a.aid WHERE 1 (0.001s)
        [27] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
        [28] => SELECT count(*) FROM cpg_albums as a WHERE category = '0' (0s)
        [29] => 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 0,1 (0s)
        [30] => 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 (1)GROUP BY a.aid (0.001s)
        [31] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='321' (0s)
        [32] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES'  (0s)
        [33] => SELECT * FROM cpg_pictures WHERE approved = 'YES'  ORDER BY RAND() LIMIT 8 (0.003s)
        [34] => SELECT count(*) from cpg_comments where pid=237 and msg_id!=0 (0s)
        [35] => SELECT count(*) from cpg_comments where pid=271 and msg_id!=0 (0s)
        [36] => SELECT count(*) from cpg_comments where pid=299 and msg_id!=0 (0s)
        [37] => SELECT count(*) from cpg_comments where pid=280 and msg_id!=0 (0s)
        [38] => SELECT count(*) from cpg_comments where pid=46 and msg_id!=0 (0s)
        [39] => SELECT count(*) from cpg_comments where pid=131 and msg_id!=0 (0s)
        [40] => SELECT count(*) from cpg_comments where pid=38 and msg_id!=0 (0s)
        [41] => SELECT count(*) from cpg_comments where pid=265 and msg_id!=0 (0s)
        [42] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES'  (0s)
        [43] => SELECT * FROM cpg_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,8 (0s)
        [44] => SELECT count(*) from cpg_comments where pid=321 and msg_id!=0 (0s)
        [45] => SELECT count(*) from cpg_comments where pid=320 and msg_id!=0 (0s)
        [46] => SELECT count(*) from cpg_comments where pid=318 and msg_id!=0 (0s)
        [47] => SELECT count(*) from cpg_comments where pid=317 and msg_id!=0 (0s)
        [48] => SELECT count(*) from cpg_comments where pid=316 and msg_id!=0 (0s)
        [49] => SELECT count(*) from cpg_comments where pid=315 and msg_id!=0 (0s)
        [50] => SELECT count(*) from cpg_comments where pid=314 and msg_id!=0 (0s)
        [51] => SELECT count(*) from cpg_comments where pid=312 and msg_id!=0 (0s)
    )

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

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.4.7 - OK
    ------------------
    mySQL version: 4.1.22-standard-log
    ------------------
    Coppermine version: 1.4.16(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
    XBM Support: 1
    JIS-mapped Japanese Font Support:

    ==========================
    Module: mysql
    ------------------
    MySQL Supportenabled
    Active Persistent Links 3
    Active Links 4
    Client API version 4.1.22
    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.2.1.2
    Linked Version 1.2.1.2
    ==========================
    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 | dl, exec, shell_exec, passthru, pclose, proc_nice, proc_terminate, posix_getpwuid, posix_uname, pfosckopen, leak, posix_setuid, escapeshellcmd, escapeshellarg, hypot, pg_host, pos, posix_access, posix_getcwd, posix_getgid, posix_getservbyname,myshellexec,getpid, posix_getsid,  posix_isatty, posix_kill, posix_mkfifo, posix_mknod, posix_setgid, posix_setsid, posix_setuid, posix_times, posix_uname, ps_fill, posix_getpwuid, global, ini_restore, symlink, ini_get_all, zip_open, zip_read, rar_open, bzopen, bzread, bzwrite, shellcode, backtick, cmd, virtual, pcntl_exec, ini_alter, show_source, apache_get_modules, apache_get_version, apache_note, openlog, tmpfile, crack_check, crack_closedict, php_ini_scanned_files, inurl, apache_setenv, closelog, debugger_off, debugger_on, define_syslog_variables, openlog, syslog, ftp_exec, posix_setpgid, posix_setsid, posix_setuid, get_current_user, getmyuid, getmygid, listen, chgrp, chmod, apache_child_terminate, imap, netscript, ini_restore, php.ini, id, php_OS, show_source,ini_alter,symlink,dl,passthru,exec,allow_url_fopen,proc_open,proc_close,proc_nice,readfile,proc_terminate,proc_get_status,escapeshellarg, escapeshellcmd,popen , mkfifo, pcntl_exec, get_users | dl, exec, shell_exec, passthru, pclose, proc_nice, proc_terminate, posix_getpwuid, posix_uname, pfosckopen, leak, posix_setuid, escapeshellcmd, escapeshellarg, hypot, pg_host, pos, posix_access, posix_getcwd, posix_getgid, posix_getservbyname,myshellexec,getpid, posix_getsid,  posix_isatty, posix_kill, posix_mkfifo, posix_mknod, posix_setgid, posix_setsid, posix_setuid, posix_times, posix_uname, ps_fill, posix_getpwuid, global, ini_restore, symlink, ini_get_all, zip_open, zip_read, rar_open, bzopen, bzread, bzwrite, shellcode, backtick, cmd, virtual, pcntl_exec, ini_alter, show_source, apache_get_modules, apache_get_version, apache_note, openlog, tmpfile, crack_check, crack_closedict, php_ini_scanned_files, inurl, apache_setenv, closelog, debugger_off, debugger_on, define_syslog_variables, openlog, syslog, ftp_exec, posix_setpgid, posix_setsid, posix_setuid, get_current_user, getmyuid, getmygid, listen, chgrp, chmod, apache_child_terminate, imap, netscript, ini_restore, php.ini, id, php_OS, show_source,ini_alter,symlink,dl,passthru,exec,allow_url_fopen,proc_open,proc_close,proc_nice,readfile,proc_terminate,proc_get_status,escapeshellarg, escapeshellcmd,popen , mkfifo, pcntl_exec, get_users
    file_uploads | On | On
    include_path | .:/usr/php4/lib/php:/usr/local/php4/lib/php | .:/usr/php4/lib/php:/usr/local/php4/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 | 16M | 16M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 0.132 seconds - 52 queries in 0.006 seconds - Album set : ; Meta set: ;
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 19 queries.