Bug Reports

Quick and easy way to see what recipes your character is missing

Moderators: zeryl, Teta68

Bug Reports

Postby zeryl » Thu Aug 24, 2006 12:59 am

Please post any and all bugs in this forum, along with the version number you are using.
Last edited by zeryl on Wed Jun 25, 2008 5:36 pm, edited 2 times in total.
User avatar
zeryl
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 194
Joined: Tue Jul 04, 2006 12:59 pm
Location: Saint Louis

Bug Reports

Postby knappster » Sat Aug 26, 2006 8:28 pm

I'm not sure whether to report this as a bug or a suggestion, but I'm using version 1.0 and it tells me that my enchanter doesn't know Disenchant, lol.
knappster
WR.net Apprentice
WR.net Apprentice
 
Posts: 63
Joined: Fri Jul 21, 2006 11:12 pm

Re: Bug Reports

Postby ogixe » Sat Aug 26, 2006 9:50 pm

as u stated in the description Missing Recipes might not work with curl disabled, and yes my host recently disabled it so.....

this is working for me, copied from some itemstats file:

Open missing.php

Find
Code: Select all
if (function_exists('curl_init'))
{
    
$ch curl_init($url);

    
curl_setopt($chCURLOPT_TIMEOUT30);
    
curl_setopt($chCURLOPT_FOLLOWLOCATION1);
    
curl_setopt($chCURLOPT_RETURNTRANSFER1);

    
$contents curl_exec($ch);

    
curl_close($ch);


Replace it with
Code: Select all
if (ini_get('allow_url_fopen') == 1)

    {

        
$contents file_get_contents($url);

    }
    
    
 


and yes, I couldnt use the curl-check, dont know why, my errorlog just said "curl disabled for security reasons".
//ogixe
User avatar
ogixe
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Tue Jul 04, 2006 9:06 pm

Re: Bug Reports

Postby zeryl » Sat Aug 26, 2006 11:51 pm

I added your file_get_contents as a failover for curl.

Thanks for the report!
User avatar
zeryl
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 194
Joined: Tue Jul 04, 2006 12:59 pm
Location: Saint Louis

Re: Bug Reports

Postby dghn » Wed Aug 30, 2006 1:57 am

I'm not sure if this is a bug or possibly miss installation but i get this error after installing Missing Recipe and choosing Profession, Character, and hitting submit.

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.

Missing Recipe ver 1.1
Roster ver. 1.7

My Roster
Last edited by dghn on Wed Aug 30, 2006 2:05 am, edited 3 times in total.
dghn
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Wed Jul 12, 2006 4:10 am

Re: Bug Reports

Postby knappster » Fri Sep 01, 2006 1:00 am

I updated to v1.1 and it still tells me that I'm missing the recipe for Disenchant. I guess it's more of an annoyance than a bug, but still... :scratch:
knappster
WR.net Apprentice
WR.net Apprentice
 
Posts: 63
Joined: Fri Jul 21, 2006 11:12 pm

Bug Reports

Postby zeryl » Fri Sep 01, 2006 1:06 am

I'll try to fix that one, sorry :( Forgot about it honestly.
User avatar
zeryl
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 194
Joined: Tue Jul 04, 2006 12:59 pm
Location: Saint Louis

Bug Reports

Postby Sermonizer » Sat Sep 02, 2006 10:18 pm

I get the same error as dghn

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Sermonizer
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Tue Jul 18, 2006 10:41 am

Bug Reports

Postby balador » Wed Sep 06, 2006 5:34 pm

Try and disable virus scanning on your PHP folder Sermonizer, worked with me.
(AV locked PhP.exe)
balador
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Thu Jul 13, 2006 6:51 pm

Bug Reports

Postby Sermonizer » Thu Sep 07, 2006 5:53 am

Unfortunately im not running an AV checker, so this cannot be the problem.
Sermonizer
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Tue Jul 18, 2006 10:41 am

Re: Bug Reports

Postby zeryl » Thu Sep 07, 2006 8:08 pm

Are you guys running IIS/PHP?
User avatar
zeryl
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 194
Joined: Tue Jul 04, 2006 12:59 pm
Location: Saint Louis

Bug Reports

Postby balador » Fri Sep 08, 2006 3:21 pm

Yes I am, I thought that the AV was causing the problem but this was not it.
IIS 6
PHP 5.1.4
MySQL 4.1.19
You can see the problem at www.paradiselost.nl/roster
balador
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Thu Jul 13, 2006 6:51 pm

Re: Bug Reports

Postby zeryl » Fri Sep 08, 2006 8:35 pm

Check these links out

http://www.php.net/manual/en/install.iis.php

[url]bugs.php.net/bug.php?id=25863[/url]

Check out the bugs.php.net one first, as it has a bit more information to the end-result fix.

Looks like it's a known issue in IIS/PHP
Last edited by zeryl on Fri Sep 08, 2006 8:36 pm, edited 1 time in total.
User avatar
zeryl
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 194
Joined: Tue Jul 04, 2006 12:59 pm
Location: Saint Louis

Bug Reports

Postby Averen » Fri Sep 08, 2006 9:10 pm

User avatar
Averen
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 152
Joined: Thu Jul 20, 2006 5:18 am

Bug Reports

Postby AnthonyB » Wed Sep 13, 2006 8:55 am

Zeryl, with Missing Recipe v1.1 running on the current SVN version of Roster 1.7.1 I'm getting following error:

"PHP has encountered a Stack overflow"

Here's a sample link - http://anthonyb.dyndns.org/roster/addon ... add=Ransin
Last edited by AnthonyB on Wed Sep 13, 2006 8:56 am, edited 1 time in total.
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

Next

Return to Missing Recipes

Who is online

Users browsing this forum: No registered users and 0 guests

cron