RottGutt wrote:Anaxent wrote:Ok the download has been updated and now includes the siggen. I do have more addons that are working ill get them ready and start uploading them as well soon.
Thanks! I uploaded and configured just the SigGen portion of the download. Upon configuration it shows the Sigs and Avatars fine, but does not save them to the Saved/ folder on the server. I have set the folder permissions to 777 to allow writing of the Sigs and Avatars, but they are not showing up. Any suggestions?
RottGutt wrote:RottGutt wrote:Anaxent wrote:Ok the download has been updated and now includes the siggen. I do have more addons that are working ill get them ready and start uploading them as well soon.
Thanks! I uploaded and configured just the SigGen portion of the download. Upon configuration it shows the Sigs and Avatars fine, but does not save them to the Saved/ folder on the server. I have set the folder permissions to 777 to allow writing of the Sigs and Avatars, but they are not showing up. Any suggestions?
Any luck on figuring out why Sigs & Avatars are not being saved to the /saved folder?
A database error has occurred. The webmaster has been notified of the error
includes/db/db.php
* CMS Warning line 51: On /index.php?name=spiritusrosterdf&file=addon&roster_addon_name=reputation&factionfilter=Argent+Dawn While executing query " AND r.name='Argent Dawn' ORDER BY max_rep desc, r.standing DESC, curr_rep 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 'AND r.name='Argent Dawn' ORDER BY max_rep desc, r.standing DESC, curr_rep DESC' at line 1 In: /home/promorp/public_html/spiritus/modules/spiritusrosterdf/lib/wowdb.php on line: 59
RottGutt wrote:RottGutt wrote:Any luck on figuring out why Sigs & Avatars are not being saved to the /saved folder?
Bedevere wrote:RottGutt wrote:RottGutt wrote:Any luck on figuring out why Sigs & Avatars are not being saved to the /saved folder?
Try this:
http://wowroster.net/Forums/viewtopic/p=5981.html#5981
A database error has occurred. The webmaster has been notified of the error
includes/db/db.php
* CMS Warning line 51: On /index.php?name=spiritusrosterdf&file=addon&roster_addon_name=reputation&factionfilter=Argent+Dawn While executing query " AND r.name='Argent Dawn' ORDER BY max_rep desc, r.standing DESC, curr_rep 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 'AND r.name='Argent Dawn' ORDER BY max_rep desc, r.standing DESC, curr_rep DESC' at line 1 In: /home/promorp/public_html/spiritus/modules/spiritusrosterdf/lib/wowdb.php on line: 59
if(!defined('CPG_NUKE'))
$query = "SELECT m.name member, r.faction, r.name fct_name, r.value, ".
"( substring( r.value, 1, locate('/', r.value)-1) + 0 ) AS curr_rep, ".
"( substring( r.value, locate('/', r.value)+1, length(r.value)-locate('/', r.value)) + 0 ) AS max_rep, ".
"r.standing ".
"FROM `".ROSTER_REPUTATIONTABLE."` r, ".ROSTER_MEMBERSTABLE." m ".
"WHERE r.member_id = m.member_id";
if( (isset($_REQUEST['factionfilter'])) && (($_REQUEST['factionfilter']) != 'All') )
$query .= " AND r.name='".$_REQUEST['factionfilter']."'";
$query .= " ORDER BY max_rep desc, r.standing DESC, curr_rep DESC";
$qry_fct = "SELECT distinct(name) fct_name FROM ".ROSTER_REPUTATIONTABLE." ORDER BY name";
if(!defined('CPG_NUKE')) { exit(); }
$query = "SELECT `m`.`name` AS member, `m`.`member_id`,`r`.`faction`, `r`.`name` AS fct_name, `r`.`value`, ".
"( substring( `r`.`value`, 1, locate('/', `r`.`value`)-1) + 0 ) AS curr_rep, ".
"( substring( `r`.`value`, locate('/', `r`.`value`)+1, length(`r`.`value`)-locate('/', `r`.`value`)) + 0 ) AS max_rep, ".
"`r`.`standing` ".
"FROM `".ROSTER_REPUTATIONTABLE."` AS r, ".ROSTER_MEMBERSTABLE." AS m ".
"WHERE `r`.`member_id` = `m`.`member_id`";
if( (isset($_REQUEST['factionfilter'])) && (($_REQUEST['factionfilter']) != 'All') )
$query .= " AND `r`.`name` = '".$wowdb->escape($_REQUEST['factionfilter'])."'";
$query .= " ORDER BY max_rep DESC, r.standing DESC, curr_rep DESC";
$qry_fct = "SELECT distinct(name) fct_name FROM ".ROSTER_REPUTATIONTABLE." ORDER BY name";
Users browsing this forum: No registered users and 1 guest