I have installed, uninstalled, deleted, re-uploaded and reinstalled SigGen a twice now. I have checked, and re-checked the write accesses. I checked the documentation and searched the forums, no dice though. I just seem to be missing the sig.php and av.php modules.
I set it up to save the images to the site, and that works fine. But, I'd rather not have to do that if possible.
Working with:
Apache version 1.3.39 (Unix)
PHP version 5.2.4
MySQL version 5.0.45-community
Link referenced above: Arras Sig
SQL queries from above link:
- Code: Select all
SQL Queries
Line Time Query
lib/menu.php
414 0.0002 SELECT count(`member_id`) AS `amount`, IF(`note` LIKE '%alt-%',1,0) AS 'isalt', FLOOR(`level`/10) AS label FROM `roster_members` WHERE `level` >= 30 GROUP BY isalt, label;
532 0.0001 SELECT `name`, `server`, `region` FROM `roster_upload` WHERE `default` = '1' LIMIT 1;
608 0.0002 SELECT `mb`.*, `a`.`basename` FROM `roster_menu_button` AS mb LEFT JOIN `roster_addon` AS a ON `mb`.`addon_id` = `a`.`addon_id` WHERE `a`.`addon_id` IS NULL OR `a`.`active` = 1;
625 0.0001 SELECT * FROM `roster_menu` WHERE `section` IN ('util','realm','guild') ORDER BY `config_id`;
addons/memberslist/inc/search.inc.php
43 0.0003 SELECT `member_id`, `name` FROM `roster_members` ORDER BY `name`;
addons/questlist/inc/search.inc.php
43 0.0002 SELECT DISTINCT `quest_level` FROM `roster_quests` ORDER BY `quest_level` DESC;
44 0.0001 SELECT DISTINCT `zone` FROM `roster_quests` ORDER BY `zone`;
45 0.0004 SELECT `quest_name` FROM `roster_quests` ORDER BY `quest_name`;
Any other information I can provide, let me know. I'm kind of at a loss at this point. Thank you.