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: displayimage.php error  (Read 2561 times)

0 Members and 1 Guest are viewing this topic.

bakerness

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
displayimage.php error
« on: February 20, 2007, 12:56:56 am »

I attempted to make this change thats listed on the FAQ page

Quote
Edit displayimage.php and change
$info[$CONFIG['user_field'.$i.'_name']] = make_clickable($CURRENT_PIC_DATA['user'.$i]);
into
$info[$CONFIG['user_field'.$i.'_name']] = bb_decode($CURRENT_PIC_DATA['user'.$i]);
 
This will allow you to use BBCodes in the custom fields: you can then have something like
http://www.somesite.com/foo/bar.php?whatever=42
or
link to some site!
in your custom user fields (the display of which, of course, has to be enabled in the config page, begin with).

Now I get this user error 
Quote
Parse error: syntax error, unexpected $end in /home/tessa/public_html/gallery/displayimage.php on line 335

I tried to change it back to what it was originally, but that didnt help.  I am afraid maybe I unintentionally changed the wrong info, leaving me unable to change it back to what it was.

Here is my debug info
Quote
USER:
------------------
Array
(
    [ID] => 61e9e9beaca4d7d5d2f161fbdba46cd0
    [am] => 1
    [lang] => english
    [theme] => classic
    [liv] => Array
        (
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 2
    [user_name] => Miss Tessa
    [groups] => Array
        (
           
  • => 102

        )

    [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] => 10
    [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] => 102
)

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
  • [1] => select * from cpg_plugins order by priority asc; (0s)
        [2] => SELECT * FROM cpg_bridge (0s)
        [3] => SELECT u.user_id AS user_id, u.user_password AS password, u.user_level FROM `tessa_phpb1`.phpbb_users AS u, `tessa_phpb1`.phpbb_sessions AS s WHERE u.user_id=s.session_user_id AND s.session_id = '547cf2428addcd144a6283bdb7507cd0' AND u.user_id > 0 (0s)
        [4] => SELECT u.user_id AS id, u.username AS username, u.user_password AS password, ug.group_id AS group_id FROM `tessa_phpb1`.phpbb_users AS u, `tessa_phpb1`.phpbb_user_group AS ug WHERE u.user_id=ug.user_id AND u.user_id='2' (0s)
        [5] => SELECT ug.group_id+100 AS group_id FROM `tessa_phpb1`.phpbb_users AS u, `tessa_phpb1`.phpbb_user_group AS ug, `tessa_phpb1`.phpbb_groups as g WHERE u.user_id=ug.user_id AND u.user_id='2' AND g.group_id = ug.group_id AND  group_single_user = 0 (0s)
        [6] => 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 (102) (0s)
        [7] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 102 (0s)
        [8] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 2 (0s)
        [9] => DELETE FROM cpg_banned WHERE expiry < '2007-02-19 23:45:25' (0s)
        [10] => SELECT * FROM cpg_banned WHERE (ip_addr='68.60.236.191' OR ip_addr='68.60.236.191' OR user_id=2) AND brute_force=0 (0s)
        [11] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
        [12] => SELECT aid, title, category FROM cpg_albums WHERE category > 10000 (0s)
        [13] => SELECT username AS user_name, user_id AS user_id  FROM `tessa_phpb1`.phpbb_users WHERE user_id IN (2, 3, 4, 5) (0s)
        [14] => SELECT aid, title, name FROM cpg_albums LEFT JOIN cpg_categories ON cid = category WHERE category < 10000 ORDER BY title (0s)
    )

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

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.4.4 - OK
    ------------------
    mySQL version: 4.1.21-standard
    ------------------
    Coppermine version: 1.4.10(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 0
    Active Links 2
    Client API version 4.1.21
    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 | dl
    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 | 10M | 10M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 0.047 seconds - 15 queries in 0 seconds - Album set : ; Meta set: ;
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: displayimage.php error
« Reply #1 on: February 20, 2007, 09:15:11 am »

Attach your displayimage.php to the next post.
Logged
Chief Geek at Ranium Systems
Pages: [1]   Go Up
 

Page created in 0.042 seconds with 15 queries.