SigGen v0.3.0.353 module error

A signature and avatar generator addon

Moderator: zanix

SigGen v0.3.0.353 module error

Postby Jhaeldril » Tue Feb 05, 2008 11:25 pm

Signatures and avatars are not showing up. When following direct links to our signatures and avatars I get the following:

Image

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.

Image

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.
ImageImageImage
Jhaeldril
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Thu Jul 06, 2006 4:03 am

SigGen v0.3.0.353 module error

Postby zanix » Wed Feb 06, 2008 12:05 am

The links for images in 0.3.0 have changed because of the new addon framework

Go here to see the new links
http://www.defendersofzen.com/roster/in ... gen&a=c:75

There is also a topic in the SigGen sub-forum on how to make the url shorter (if you have mod_rewrite enabled on your server)
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

SigGen v0.3.0.353 module error

Postby Subxero » Wed Feb 06, 2008 12:52 am

-On admin/index.php line 480
$roster_login->getMessage()
its better use ...
$roster->auth->getMessage()

-Latter on siggen.php
its better use a utf8_decode on sig_name to get sure the function removeAccents works..

$saved_name = utf8_decode($sig_name) . '@' . $sig_region_name . '-' . $sig_server_name;

-Where i can set $configData['save_char_convert'] to 1 or 0 on admin panel?
Subxero - Priest 70 Holy - Asphelt Knight Officer - Zul'jin Horde.
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US

SigGen v0.3.0.353 module error

Postby Jhaeldril » Wed Feb 06, 2008 1:23 am

Wow, must have missed that. I feel like an ass now. =) Oh well, got it now, thanks!
ImageImageImage
Jhaeldril
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Thu Jul 06, 2006 4:03 am

SigGen v0.3.0.353 module error

Postby zanix » Wed Feb 06, 2008 1:30 am

Indeed Subxero
I just haven't updated SigGen yet

I might have removed that option....
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

SigGen v0.3.0.353 module error

Postby Subxero » Wed Feb 06, 2008 3:59 am

Then before remove these option its not better than save image function "works" well with accents and special character names like ÀÁÂÃÄÅØÇÑ or save then in ascii compliant format.
Last edited by Subxero on Wed Feb 06, 2008 3:59 am, edited 1 time in total.
Subxero - Priest 70 Holy - Asphelt Knight Officer - Zul'jin Horde.
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US


Return to SigGen

Who is online

Users browsing this forum: No registered users and 1 guest

cron