Error that comes and goes? Error that comes and goes?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Error that comes and goes?

Started by lonebard, January 15, 2008, 12:24:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lonebard

So my host was having some problems with MySQL. The server was down for a few hours and when it came back the site had this huge thing of errors at the top of the main page... http://www.themasque.net/efiction/index.php

QuoteWarning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1093

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1095

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1098

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 cpg1410_pictures AS p LEFT JOIN cpg1410_users AS u ON p.owner_id = u.user_id LEFT JOIN cpg1410_albums AS a ON p.aid = a.aid LEFT JOIN cpg1410_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_error(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1100

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1115

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1119

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1121

I'd refresh the page and it'd go away. And would stay away for a while but then it'd come back.

I worked with Vudd for a week or so (back in the day) to get cpmfetch working with eFiction and I'm hoping to not have to go through all that frustration again.

lonebard

Refreshed again and a few more lines showed up...


QuoteWarning: mysql_connect() [function.mysql-connect]: Too many connections in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1066

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1071

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1093

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1095

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1098

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 cpg1410_pictures AS p LEFT JOIN cpg1410_users AS u ON p.owner_id = u.user_id LEFT JOIN cpg1410_albums AS a ON p.aid = a.aid LEFT JOIN cpg1410_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_error(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1100

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1115

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1119

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/bgmasque/public_html/cpmfetch/cpmfetch_dao.php on line 1121

lonebard

Actually, this seems to appear far more often than it doesn't. So I had to disable the cpmFetch block in eFiction so it doesn't run.