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 [2]   Go Down

Author Topic: Joomla 1.5 bridge.  (Read 87374 times)

0 Members and 1 Guest are viewing this topic.

Eclipse

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: Joomla 1.5 bridge.
« Reply #20 on: May 31, 2008, 06:11:51 am »

Okay, so you have to edit one Coppermine file (functions.inc.php) but for the record, you do not need to edit any of the Joomla files, and it does in fact visually integrate into Joomla. Don't believe me? Well see for yourself!

http://chrisbrownblog.x10hosting.com/coppermine/

Ooo, is that Coppermine inside of my Joomla template? Why yes it is!    ;)

It just takes some CSS work.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Joomla 1.5 bridge.
« Reply #21 on: May 31, 2008, 08:29:26 am »

I told you not to discuss the Mehdi bridge in this thread:
Keep the discussion on the Mehdi bridge strictly on the thread I refered to.
In other words: stop it, will you? I'll delete further invalid replies to this thread without further notice.
Logged

fwhsdesigns

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: Joomla 1.5 bridge.
« Reply #22 on: August 22, 2008, 08:03:38 pm »

Getting this error when using the bridge
fatal error: Call to undefined function jimport() in .../public_html/includes/application.php on line 17

Using Joomla 1.5.6 and coppermine (fresh install) 1.4.8

I have coppermine installed in /public_html/cpg and joomla installed in root

Line 17 reads as stated by other poster
Code: [Select]
jimport('joomla.application.component.helper');
Logged

mbsoft

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Joomla 1.5 bridge.
« Reply #23 on: January 22, 2009, 10:21:06 pm »

Getting this error when using the bridge
fatal error: Call to undefined function jimport() in .../public_html/includes/application.php on line 17

Using Joomla 1.5.6 and coppermine (fresh install) 1.4.8

I have coppermine installed in /public_html/cpg and joomla installed in root

Line 17 reads as stated by other poster
Code: [Select]
jimport('joomla.application.component.helper');


Anyone who has solved this problem ?

Logged

fwhsdesigns

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: Joomla 1.5 bridge.
« Reply #24 on: January 23, 2009, 12:03:12 am »

No longer using Joomla or Coppermine
Logged

r.spierings

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: Joomla 1.5 bridge.
« Reply #25 on: July 11, 2009, 02:42:12 pm »

i have a problem with the medhi bridge function. Almost everything is working fine when bridged accept when i change something in the album property's i get the following error:

Fatal error: Cannot redeclare class PHPMailer in /customers/msgdenbosch.nl/msgdenbosch.nl/httpd.www/cpg/include/mailer.inc.php on line 114

When i unbridge joomla and coppermine the smtp settings work fine.

I already tried to put all smtp settings directly in the mailer.inc.php without succes

I use joomla 1.5.12 coppermine gallerij 1.4.25 and latest medhi bridge.

Could anyone help me with this.

DEBUG

USER:
------------------
Array
(
    [ID] => 935051f5a292fef7da213ae04d2afac6
    [am] => 1
    [lang] => dutch
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 68
    [user_name] => r.spierings
    [groups] => Array
        (
           
  • => 125

        )

    [disk_max] =>
    [disk_min] =>
    [can_rate_pictures] =>
    [can_send_ecards] =>
    [ufc_max] =>
    [ufc_min] =>
    [custom_user_upload] =>
    [num_file_upload] =>
    [num_URI_upload] =>
    [can_post_comments] =>
    [can_upload_pictures] =>
    [can_create_albums] =>
    [has_admin_access] => 1
    [pub_upl_need_approval] =>
    [priv_upl_need_approval] =>
    [group_name] =>
    [upload_form_config] =>
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 125
)

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content, player FROM cpg14x_filetypes; (0s)
  • [1] => SELECT * FROM cpg14x_bridge (0s)
        [2] => 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 cpg14x_usergroups WHERE group_id in (125) (0s)
        [3] => SELECT group_name FROM  cpg14x_usergroups WHERE group_id= 125 (0s)
        [4] => SELECT user_favpics FROM cpg14x_favpics WHERE user_id = 68 (0.001s)
        [5] => DELETE FROM cpg14x_banned WHERE expiry < '2009-07-11 14:37:27' (0s)
        [6] => SELECT * FROM cpg14x_banned WHERE (ip_addr='85.146.74.46' OR ip_addr='85.146.74.46' OR user_id=68) AND brute_force=0 (0.002s)
        [7] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = ''  ORDER BY pos (0.002s)
        [8] => SELECT aid FROM cpg14x_albums as a WHERE category>=10000 (0.001s)
        [9] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0.001s)
        [10] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '1'  ORDER BY pos (0.001s)
        [11] => SELECT aid FROM cpg14x_albums WHERE category = 2 (0s)
        [12] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 2 (0s)
        [13] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '2' (0s)
        [14] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=2 ORDER BY a.pos LIMIT 0,11 (0s)
        [15] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (1, 19, 20, 21, 22, 23, 24, 25, 26, 27, 49)GROUP BY a.aid (0.001s)
        [16] => SELECT count(pid) AS link_pic_count
                          FROM cpg14x_pictures
                            WHERE aid != 1 AND
                            keywords LIKE '%admin%' AND
                            approved = 'YES' (0s)
        [17] => SELECT count(pid) AS link_pic_count
                          FROM cpg14x_pictures
                            WHERE aid != 27 AND
                            keywords LIKE '%r.spierings%' AND
                            approved = 'YES' (0s)
        [18] => SELECT count(pid) AS link_pic_count
                          FROM cpg14x_pictures
                            WHERE aid != 49 AND
                            keywords LIKE '%r.spierings%' AND
                            approved = 'YES' (0s)
        [19] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='920' (0s)
        [20] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='933' (0s)
        [21] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='970' (0.001s)
        [22] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1013' (0s)
        [23] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1047' (0s)
        [24] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1122' (0s)
        [25] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1313' (0.001s)
        [26] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1196' (0.001s)
        [27] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1286' (0.001s)
        [28] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1740' (0.001s)
        [29] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '2'  ORDER BY pos (0.006s)
        [30] => SELECT aid FROM cpg14x_albums WHERE category = 3 (0.001s)
        [31] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 3 (0.004s)
        [32] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '3' (0s)
        [33] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=3 ORDER BY a.pos LIMIT 0,12 (0s)
        [34] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (30, 31, 32, 33, 34, 36, 35, 37, 38, 39, 40, 41)GROUP BY a.aid (0s)
        [35] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1321' (0s)
        [36] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1463' (0s)
        [37] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1331' (0s)
        [38] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1346' (0s)
        [39] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1352' (0s)
        [40] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1378' (0s)
        [41] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1420' (0s)
        [42] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1478' (0s)
        [43] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1404' (0s)
        [44] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1516' (0s)
        [45] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1519' (0s)
        [46] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1467' (0s)
        [47] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '3'  ORDER BY pos (0s)
        [48] => SELECT aid FROM cpg14x_albums WHERE category = 4 (0s)
        [49] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 4 (0s)
        [50] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '4' (0s)
        [51] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=4 ORDER BY a.pos LIMIT 0,2 (0.001s)
        [52] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (6, 7)GROUP BY a.aid (0s)
        [53] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='322' (0s)
        [54] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='351' (0s)
        [55] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '4'  ORDER BY pos (0s)
        [56] => SELECT aid FROM cpg14x_albums WHERE category = 5 (0s)
        [57] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 5 (0s)
        [58] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '5' (0.001s)
        [59] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=5 ORDER BY a.pos LIMIT 0,1 (0s)
        [60] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (8)GROUP BY a.aid (0s)
        [61] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='382' (0s)
        [62] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '5'  ORDER BY pos (0s)
        [63] => SELECT aid FROM cpg14x_albums WHERE category = 6 (0s)
        [64] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 6 (0s)
        [65] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '6' (0s)
        [66] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=6 ORDER BY a.pos LIMIT 0,1 (0.002s)
        [67] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (9)GROUP BY a.aid (0s)
        [68] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='419' (0s)
        [69] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '6'  ORDER BY pos (0s)
        [70] => SELECT aid FROM cpg14x_albums WHERE category = 7 (0s)
        [71] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 7 (0s)
        [72] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '7' (0s)
        [73] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=7 ORDER BY a.pos LIMIT 0,2 (0s)
        [74] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (10, 14)GROUP BY a.aid (0s)
        [75] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='465' (0s)
        [76] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='437' (0s)
        [77] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '7'  ORDER BY pos (0.002s)
        [78] => SELECT aid FROM cpg14x_albums WHERE category = 8 (0.001s)
        [79] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 8 (0.001s)
        [80] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '8' (0s)
        [81] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=8 ORDER BY a.pos LIMIT 0,3 (0.001s)
        [82] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (11, 12, 13)GROUP BY a.aid (0s)
        [83] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='877' (0s)
        [84] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='764' (0s)
        [85] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='672' (0s)
        [86] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '8'  ORDER BY pos (0s)
        [87] => SELECT aid FROM cpg14x_albums WHERE category = 9 (0.001s)
        [88] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 9 (0s)
        [89] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '9' (0.001s)
        [90] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=9 ORDER BY a.pos LIMIT 0,2 (0.001s)
        [91] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (17, 18)GROUP BY a.aid (0.001s)
        [92] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='272' (0.001s)
        [93] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='915' (0s)
        [94] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '9'  ORDER BY pos (0.001s)
        [95] => SELECT aid FROM cpg14x_albums WHERE category = 10 (0.001s)
        [96] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 10 (0s)
        [97] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '10' (0s)
        [98] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=10 ORDER BY a.pos LIMIT 0,1 (0s)
        [99] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (15)GROUP BY a.aid (0s)
        [100] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='634' (0.001s)
        [101] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '10'  ORDER BY pos (0.002s)
        [102] => SELECT aid FROM cpg14x_albums WHERE category = 11 (0.001s)
        [103] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 11 (0s)
        [104] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '11' (0.002s)
        [105] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=11 ORDER BY a.pos LIMIT 0,2 (0s)
        [106] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (16, 52)GROUP BY a.aid (0s)
        [107] => SELECT count(pid) AS link_pic_count
                          FROM cpg14x_pictures
                            WHERE aid != 52 AND
                            keywords LIKE '%r.spierings%' AND
                            approved = 'YES' (0s)
        [108] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='512' (0s)
        [109] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_pictures WHERE pid='1835' (0s)
        [110] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '11'  ORDER BY pos (0s)
        [111] => SELECT aid FROM cpg14x_albums WHERE category = 12 (0s)
        [112] => SELECT count(*) FROM cpg14x_pictures as p, cpg14x_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 12 (0s)
        [113] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '12' (0s)
        [114] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg14x_albums as a LEFT JOIN cpg14x_pictures as p ON a.thumb=p.pid WHERE category=12 ORDER BY a.pos LIMIT 0,1 (0s)
        [115] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM cpg14x_albums AS a  LEFT JOIN cpg14x_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (48)GROUP BY a.aid (0s)
        [116] => SELECT count(pid) AS link_pic_count
                          FROM cpg14x_pictures
                            WHERE aid != 48 AND
                            keywords LIKE '%r.spierings%' AND
                            approved = 'YES' (0s)
        [117] => SELECT cid, name, description, thumb FROM cpg14x_categories WHERE parent = '12'  ORDER BY pos (0s)
        [118] => SELECT aid FROM cpg14x_albums as a WHERE category = '0' (0s)
        [119] => SELECT count(*) FROM cpg14x_albums as a WHERE 1 (0s)
        [120] => SELECT count(*) FROM cpg14x_pictures as p LEFT JOIN cpg14x_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0s)
        [121] => SELECT count(*) FROM cpg14x_comments as c LEFT JOIN cpg14x_pictures as p ON c.pid=p.pid LEFT JOIN cpg14x_albums as a ON a.aid=p.aid WHERE 1 (0s)
        [122] => SELECT count(*) FROM cpg14x_categories WHERE 1 (0s)
        [123] => SELECT sum(hits) FROM cpg14x_pictures as p LEFT JOIN cpg14x_albums as a ON p.aid=a.aid WHERE 1 (0s)
        [124] => SELECT COUNT(*) FROM cpg14x_pictures WHERE approved = 'NO' (0s)
        [125] => SELECT COUNT(*) from cpg14x_pictures WHERE approved = 'YES'  (0.002s)
        [126] => SELECT * FROM cpg14x_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,8 (0s)
        [127] => SELECT * FROM cpg14x_pictures WHERE approved = 'YES'  ORDER BY RAND() LIMIT 8 (0.055s)
        [128] => SELECT count(*) FROM cpg14x_albums as a WHERE category = '0' (0.001s)
    )

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

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 5.2.10 - OK
    ------------------
    mySQL version: 5.0.32-Debian_7etch10-log
    ------------------
    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 2
    Client API version 5.0.32
    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
    Linked Version 1.2.3
    ==========================
    Server restrictions (safe mode)?
    ------------------
    Directive | Local Value | Master Value
    safe_mode | On | On
    safe_mode_exec_dir | /surely/you/must/be/joking | /surely/you/must/be/joking
    safe_mode_gid | Off | Off
    safe_mode_include_dir | /usr/share/php | /usr/share/php
    safe_mode_exec_dir | /surely/you/must/be/joking | /surely/you/must/be/joking
    sql.safe_mode | Off | Off
    disable_functions | disk_total_space, diskfreespace | disk_total_space, diskfreespace
    file_uploads | On | On
    include_path | .:/usr/share/php | .:/usr/share/php
    open_basedir | no value | no value
    ==========================
    email
    ------------------
    Directive | Local Value | Master Value
    sendmail_from | me@localhost.com | me@localhost.com
    sendmail_path | /usr/sbin/b1sendmail -t -i | /usr/sbin/b1sendmail -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 | 12M | 12M
    post_max_size | 12M | 12M
    ==========================
    Page generated in 0.601 seconds - 129 queries in 0.105 seconds - Album set : ; Meta set: ;



Logged

r.spierings

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: Joomla 1.5 bridge.
« Reply #26 on: July 11, 2009, 02:49:40 pm »

I also get this errorlog

mla/libraries/joomla/language/language.php

    * Warning line 336: file_get_contents() [function.file-get-contents]: Unable to access /customers/msgdenbosch.nl/msgdenbosch.nl/httpd.www/joomla/language/nl-NL/nl-NL.com_coppermine.ini
    * Warning line 336: file_get_contents(/customers/msgdenbosch.nl/msgdenbosch.nl/httpd.www/joomla/language/nl-NL/nl-NL.com_coppermine.ini) [function.file-get-contents]: failed to open stream: No such file or directory
    * Warning line 336: file_get_contents() [function.file-get-contents]: Unable to access /customers/msgdenbosch.nl/msgdenbosch.nl/httpd.www/joomla/language/en-GB/en-GB.com_coppermine.ini
    * Warning line 336: file_get_contents(/customers/msgdenbosch.nl/msgdenbosch.nl/httpd.www/joomla/language/en-GB/en-GB.com_coppermine.ini) [function.file-get-contents]: failed to open stream: No such file or directory
    * Warning line 336: file_get_contents() [function.file-get-contents]: Unable to access /customers/msgdenbosch.nl/msgdenbosch.nl/httpd.www/joomla/language/nl-NL/nl-NL.tpl_system.ini
    * Warning line 336: file_get_contents(/customers/msgdenbosch.nl/msgdenbosch.nl/httpd.www/joomla/language/nl-NL/nl-NL.tpl_system.ini) [function.file-get-contents]: failed to open stream: No such file or directory
    * Warning line 336: file_get_contents() [function.file-get-contents]: Unable to access /customers/msgdenbosch.nl/msgdenbosch.nl/httpd.www/joomla/language/en-GB/en-GB.tpl_system.ini
    * Warning line 336: file_get_contents(/customers/msgdenbosch.nl/msgdenbosch.nl/httpd.www/joomla/language/en-GB/en-GB.tpl_system.ini) [function.file-get-contents]: failed to open stream: No such file or directory

/include/functions.inc.php

    * Notice line 709: Undefined variable: fileres
    * Warning line 709: fclose(): supplied argument is not a valid stream resource

/modifyalb.php

    * Notice line 580: Undefined variable: comments
Logged

Nibbler

  • Guest
Re: Joomla 1.5 bridge.
« Reply #27 on: July 11, 2009, 02:51:18 pm »

That's not related to this thread atall. Locking.
Logged
Pages: 1 [2]   Go Up
 

Page created in 0.029 seconds with 23 queries.