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: Error when installing  (Read 4436 times)

0 Members and 1 Guest are viewing this topic.

AGriffin

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Error when installing
« on: July 18, 2010, 09:33:54 pm »

I've very new to all this so I'm not 100% sure what this error message means when I try to install this. Can anyone help?

Unknown column 'p.owner_name' in 'field list'
SELECT p.filepath AS pFilepath, p.filename AS pFilename, p.aid AS pAid, p.filesize AS pFilesize, p.title AS pTitle, p.caption AS pCaption, p.owner_name AS pOwner_name, p.owner_id as pOwnerId, p.ctime AS pCtime, p.hits AS pHits, p.pid AS pPid, p.pic_rating AS pPic_Rating, p.votes AS pVotes, p.pwidth AS pWidth, p.pheight AS pHeight, p.user1 as pUser1, p.user2 as pUser2, p.user3 as pUser3, p.user4 as pUser4, c.cid as cCid, c.name as cName, c.description as cDescription, c.pos as cPos, c.parent as cParent, c.thumb as cThumb, u.user_lastvisit AS uUser_lastvisit,u.user_regdate AS uUser_regdate,u.user_email AS uUser_email,u.user_profile1 AS uUser_profile1,u.user_profile2 AS uUser_profile2,u.user_profile3 AS uUser_profile3,u.user_profile4 AS uUser_profile4,u.user_profile5 AS uUser_profile5,u.user_profile6 AS uUser_profile6, a.aid AS aAid, a.title AS aTitle, a.description AS aDescription, a.visibility as aVisibility, a.pos as aPos, a.category as aCategory, a.thumb as aThumb, a.keyword as aKeyword FROM cpg_pictures AS p LEFT JOIN cpg_users AS u ON p.owner_id = u.user_id LEFT JOIN cpg_albums AS a ON p.aid = a.aid LEFT JOIN cpg_categories AS c ON a.category = c.cid WHERE 1 AND p.approved='YES' AND ((a.visibility = 0 OR a.visibility IS NULL) AND (a.alb_password IS NULL OR a.alb_password = "")) ORDER BY p.ctime DESC LIMIT 0,4


Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/69/6415869/html/gallery/cpmfetch/cpmfetch_dao.php on line 1260

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/content/69/6415869/html/gallery/cpmfetch/cpmfetch_dao.php on line 1264


Thanks :)
Logged

AGriffin

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Error when installing
« Reply #1 on: July 18, 2010, 09:42:22 pm »

Apologies, I forgot to add the gallery link, it's http://everythingaustin.com/gallery/
Logged

AGriffin

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Error when installing
« Reply #2 on: July 18, 2010, 09:47:48 pm »

Other details I forgot to add:

Coppermine version: v1.5.6
CPMFetch Version: 2.0 I think
Site: www.everythingaustin.com
Gallery: www.everythingaustin.com/gallery
Skill Level: Intermediate, with this type of thing novice though :(
Server: I'm not sure, I use the godaddy.com host.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Error when installing
« Reply #3 on: July 19, 2010, 08:03:57 am »

Basically, cpmFetch has been designed to be used with cpg1.4.x. It can not run out of the box with cpg1.5.x and never was intended to be used with that new version. However, you can get it working as per CPMfetch for 1.5.6 e.a., but that goes unsupported, so basically you're on your own with that.
Additional reading comes in the sticky threads on this forum:
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.