Anaxent wrote:The error was caused because 2 files were not inlcuded.
open the index.php file and change the first 2 lines to this
- Code: Select all
require_once($addonDir.'functions.synch.php');
require_once($addonDir.'config.php');
Fatal error: Call to undefined function curl_init() in WoWRosterDF/addons/ArmorySynch/functions.general.php on line 22
Anaxent wrote:The error was caused because 2 files were not inlcuded.
open the index.php file and change the first 2 lines to this
- Code: Select all
require_once($addonDir.'functions.synch.php');
require_once($addonDir.'config.php');
xeromage wrote:I had an ineresting error:Fatal error: Call to undefined function curl_init() in WoWRosterDF/addons/ArmorySynch/functions.general.php on line 22
it's an undefined function. I am wondering if I need to edit my php.ini or something in order to get this to work. I haven't had alot of time to mess with it though, was hoping someone here might know what to do, thanks in advance for any help
Non-Critical Error: Incomplete Data for Korgoth. Player has probably not updated in awhile.
Korgoth synched: 4 seconds. Total runtime: 4 seconds.
bsides wrote:
Sorry for this, but even doing it... it doesnt work. Here's the error I get:
A database error has occurred
The webmaster has been notified of the error
(lol, i'm never get notice on those errors, but whatever)
includes/db/db.php
* CMS Warning line 75: On /index.php?name=WoWRosterDF&file=addon&roster_addon_name=ArmorySynch While executing query "SELECT members.name FROM `guildcms_wowrosterdf_roster_members` members LEFT JOIN `guildcms_wowrosterdf_roster_players` players ON members.name = players.name WHERE members.level >= 10 AND ( ISNULL(players.name) OR STR_TO_DATE(players.dateupdatedutc,'%m/%d/%y %H:%i:%s') <= DATE_SUB(NOW(), INTERVAL 24 HOUR) ) ORDER BY members.last_online DESC" the following error occured: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '(players.dateupdatedutc,'%m/%d/%y %H:%i:%s') <= DATE_SUB(NOW(), In: /homepages/12/d154117712/htdocs/supr/jokers/modules/WoWRosterDF/lib/wowdb.php on line: 96
Could anyone bother to help me? Thanks in advance
function query( $querystr )
{
global $db;
$this->sqlstrings[] = $querystr;
//return @mysql_query($querystr);
return $db->sql_query($querystr);
}
Users browsing this forum: No registered users and 1 guest