Siggen Config now "hangs" after setting images to save

A signature and avatar generator addon

Moderator: zanix

Siggen Config now "hangs" after setting images to save

Postby Scotia » Wed May 30, 2007 2:57 am

Last week, I set update triggers in my main roster settings to yes, and I set siggen up to save sig images to the server whenever a member uploaded their info or whenever I uploaded the guild roster (manually, I know Uniuploader won't work for this as my server has the proper permission with fopen disabled).

Problem is, I now cannot access siggen config. I click on the link and I enter the roster password, and the page loads and loads and loads... then comes up blank. Sometimes, I get a popup asking to download addon.php.

What settings do I need to make in the mysql db so I can get my siggen config back? I guess I just need to turn off image generation or something... I don't know why it's not working. The initial run worked fine when I uploaded the guild roster, but I don't know why that'd keep me from getting to the config page. I even reuploaded all of the siggen files from scratch. No go.

I don't want to lose my current signature settings.

I should add that the actual signature images as seen on individual character profiles ARE updating when stats change... I just went up in Blacksmithing and it's reflecting that change, so something is still working... it's just not siggen config.
Last edited by Scotia on Wed May 30, 2007 2:59 am, edited 1 time in total.
Scotia
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Tue Jul 25, 2006 2:53 am

Re: Siggen Config now "hangs" after setting images to save

Postby Scotia » Wed May 30, 2007 10:06 am

After reading this post here:

http://www.wowroster.net/Forums/viewtopic/t=3524.html

I put two and two together. To fix this, edit the index.php file in the siggen directory. Look for the following code:

Code: Select all
// ----[ Check for latest SigGen Version ]------------------
//if( $siggen_update )
//{
//   $sc_file_ver_latest = '';
//
   // Check xent.homeip.net for versioning
//   $sh = @fsockopen('xent.homeip.net', 80, $errno, $error, 5);
//   if ( $sh )
//   {
//      @fputs($sh, "GET /files/siggen/version.txt HTTP/1.1\r\nHost: xent.homeip.net\r\nConnection: close\r\n\r\n");
//      while ( !@feof($sh) )
//      {
//         $content = @fgets($sh, 512);
//         if ( preg_match('#<version>(.+)</version>#i',$content,$version) )
//         {
//            $sc_file_ver_latest = $version[1];
//            break;
//         }
//      }
//   }
//   @fclose($sh);
//
//   if( $sc_file_ver_latest == '' )
//   {
//      $functions->setMessage($siggen_locale[$roster_conf['roster_lang']]['cannot_check_version']);
//   }
//   elseif( $sc_file_ver_latest > $sc_file_ver )
//   {
//      $functions->setMessage(sprintf($siggen_locale[$roster_conf['roster_lang']]['new_siggen_available'],$sc_file_ver_latest));
//   }
//}


Comment it out (like I did above by adding // before each line.. you could also use a block comment). Fixed. Looks like that site is down.
Scotia
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Tue Jul 25, 2006 2:53 am

Siggen Config now "hangs" after setting images to save

Postby zanix » Thu May 31, 2007 12:53 pm

Or open conf.php and set $siggen_update to false
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

Re: Siggen Config now "hangs" after setting images to save

Postby Scotia » Fri Jun 01, 2007 4:31 am

Haha, that's probably easier. I'm a php hack, honestly. :)
Scotia
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Tue Jul 25, 2006 2:53 am


Return to SigGen

Who is online

Users browsing this forum: No registered users and 1 guest

cron