Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   error cleanup.php (http://www.bvlist.com/showthread.php?t=1418)

tunad 14th November 2008 02:40

error cleanup.php
 
hy, i have this error:

Code:

Fatal error: Call to undefined function sql_query() in /home/spotting/public_html/include/cleanup.php on line 504
what can i do? help !!!

Fynnon 14th November 2008 02:59

if you would search the forum or BETTER: google.com you would found this:
http://bvlist.com/550-post42.html

http://www.google.com/search?hl=ro&q...83utare+Google

tunad 14th November 2008 13:28

thanks :wallbash:

EDIT: now i have this error:

Code:

Table 'spotting_bluefile.captcha' doesn't exist
in /home/spotting/public_html/include/cleanup.php, line 504

pls help :sos:

EDIT 2: i resolve my problem.....i create this table:

Code:

CREATE TABLE `captcha` (
`imagehash` varchar(32) NOT NULL default '',
`imagestring` varchar(8) NOT NULL default '',
`dateline` bigint(30) NOT NULL default '0',
KEY `imagehash` (`imagehash`),
KEY `dateline` (`dateline`)
) ENGINE=MyISAM;



All times are GMT +2. The time now is 22:38.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.