WoWRosterDF 1.7.3.0 Released

Dragonfly integration forum

WoWRosterDF 1.7.3.0 Released

Postby Anaxent » Thu Feb 15, 2007 7:19 pm

are these fresh installs or upgrades? Do or did you ever see a install/upgrade for siggen? Pls check your DF db and see if there are tables created for siggen.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

WoWRosterDF 1.7.3.0 Released

Postby Marth » Thu Feb 15, 2007 7:31 pm

I have the problem with the Siggen addon as well (as stated above).

Also, if I click on the professions button to display the people with whatever professions, then click on a name in the list, here's the error I get:

The requested URL /dragonfly/char.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I have our site in the /dragonfly/ folder on our host.
Marth
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Feb 02, 2007 5:53 pm

Re: WoWRosterDF 1.7.3.0 Released

Postby Marth » Thu Feb 15, 2007 7:33 pm

Anaxent wrote:are these fresh installs or upgrades? Do or did you ever see a install/upgrade for siggen? Pls check your DF db and see if there are tables created for siggen.
No database table created for siggen on my DB

also, mine was a fresh new install of 1.7.3 - never had WoWRosterDF installed ever before.
Last edited by Marth on Thu Feb 15, 2007 7:34 pm, edited 1 time in total.
Marth
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Feb 02, 2007 5:53 pm

WoWRosterDF 1.7.3.0 Released

Postby robojerk » Thu Feb 15, 2007 7:34 pm

Fresh install of roster.
I never installed siggen (on this install)
The is a no siggen table in the db..
I do not see any option to install Siggen to the db.
Last edited by robojerk on Thu Feb 15, 2007 7:37 pm, edited 1 time in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Re: WoWRosterDF 1.7.3.0 Released

Postby schamagedon » Thu Feb 15, 2007 7:39 pm

robojerk wrote:Fresh install of roster.
I never installed siggen (on this install)
The is a no siggen table in the db..
I do not see any option to install Siggen to the db.



same here
schamagedon
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Sun Feb 11, 2007 9:13 pm

WoWRosterDF 1.7.3.0 Released

Postby niagairt » Thu Feb 15, 2007 7:52 pm

Same for me....I dont think the problem is with the siggen addon. Its with the roster config password.
Last edited by niagairt on Thu Feb 15, 2007 8:32 pm, edited 1 time in total.
User avatar
niagairt
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Wed Jan 10, 2007 7:16 am
Location: Forks, WA

WoWRosterDF 1.7.3.0 Released

Postby robojerk » Thu Feb 15, 2007 8:34 pm

Okay, I'm not sure how safe/dangerous/security hole this is but I got it installed. I would wait for Anaxent or Zanix to comment on this before anyone else does this..

I opened op /modules/WoWRosterDF/addons/siggen/index.php and commented out the following..

Code: Select all
// ----[ Check for password in roster conf ]----------------
if( empty($roster_conf['roster_upd_pw']) )
{
   print errorMode($siggen_locale[$roster_conf['roster_lang']]['no_pass_error'],$siggen_locale[$roster_conf['roster_lang']]['no_pass_error_t']);
   return;
}
// ----[ End Check for password in roster conf ]------------


Then I was able to install Siggen (yay!)

When I undo the above changes i get that error again even though the mod is now installed.
Password not defined or empty

No...you can't have an empty password
What's the point of having an empty password?

I'm sorry, but you need some kind of a password set in Roster Config to get in


As long as that line is out of the equation I am able to get it working.
Last edited by robojerk on Thu Feb 15, 2007 8:37 pm, edited 2 times in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

WoWRosterDF 1.7.3.0 Released

Postby Marth » Thu Feb 15, 2007 10:08 pm

I did the same as Nem above, and it installs fine afterwards. If I uncomment out the lines, it gives the same error.

Hope this helps!
Marth
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Feb 02, 2007 5:53 pm

WoWRosterDF 1.7.3.0 Released

Postby niagairt » Thu Feb 15, 2007 10:19 pm

Same here.....OMG I sound like a parrot
User avatar
niagairt
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Wed Jan 10, 2007 7:16 am
Location: Forks, WA

Re: WoWRosterDF 1.7.3.0 Released

Postby robojerk » Thu Feb 15, 2007 10:36 pm

Anaxent wrote:File Structure:

...
/html/saved/ - saved images directory for siggen


Siggen is not configured to use that folder..

The current value where images are located is sig/ (inside the woworosterdf/siggen directory)

I tried changing the value so that the saved images would save there but I am just getting messages like
Click HERE to try to create /home/blacktemplars.org/html/modules/Roster/addons/siggen/../../../../saved/sig/
Last edited by robojerk on Thu Feb 15, 2007 10:36 pm, edited 1 time in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

WoWRosterDF 1.7.3.0 Released

Postby robojerk » Thu Feb 15, 2007 10:41 pm

I opened the siggen table and manually typed in the following on where to save the sigs..

Code: Select all
../../../../saved/sig/


That worked =)

I think I left out a ../ when I did it through the interface and then got stuck in some loop where it just kept asking me to create the directory..

Test
http://blacktemplars.org/saved/sig-Nemnoch.png

That allowed me to use the directory Anaxent setup for us during the wowrosterdf install.
Last edited by robojerk on Thu Feb 15, 2007 10:48 pm, edited 2 times in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

WoWRosterDF 1.7.3.0 Released

Postby johnnydement » Thu Feb 15, 2007 11:08 pm

siggen table in SQL or some file I don't find? :s

Btw, 2 things... will always says siggen config on addons section?

and my server appears offline when it's not... how I can know the right name to configure? I'm on server Nagrand in EU, but Nagrand does not work :D
johnnydement
WR.net Apprentice
WR.net Apprentice
 
Posts: 66
Joined: Wed Jul 12, 2006 5:50 pm

WoWRosterDF 1.7.3.0 Released

Postby robojerk » Thu Feb 15, 2007 11:11 pm

nuke_wowrosterdf_roster_addon_siggen

johnnydement, can you add a link to your site in your profile or something.. I think I have asked for your site address before.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

WoWRosterDF 1.7.3.0 Released

Postby robojerk » Thu Feb 15, 2007 11:13 pm

Try setting the saved directory in the cofig area before doing editing the database, like I said I think I forgot some dots...
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

WoWRosterDF 1.7.3.0 Released

Postby Marth » Thu Feb 15, 2007 11:35 pm

If I change the saved directory from sig/ to anything else, it prompts me to create it.

i also ensured that the sig folder was chmod'ed to 777 so it could write - still doesn't output the avatar or sig files - at any time, even if the during update or guild update and those boxes are enabled.
Marth
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Feb 02, 2007 5:53 pm

PreviousNext

Return to Dragonfly

Who is online

Users browsing this forum: No registered users and 1 guest

cron