biow0lf / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
1 stars 0 forks source link

Value Fetcher returns error when trying to fetch prices from url #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to Item Values
2. click fetch
3. fetcher dies with Error message: ERROR

What is the expected output? What do you see instead?
Expected: fetched prices, update them
Result: error and no update

What version of the board are you using? 
3.3beta (Incursion) Build Dev

What version of PHP and MySQL does the board run on?
XAMPP for testing purposes, happens in my live environment also

What is the url of a page where the error occurs or has occurred?
/?a=admin_value_fetch

Original issue reported on code.google.com by Zero.NRG.NL on 2 Nov 2011 at 4:25

GoogleCodeExporter commented 9 years ago
This issue was closed by revision cf4311f71e08.

Original comment by kovellia on 2 Nov 2011 at 5:26

GoogleCodeExporter commented 9 years ago
noticed that you made a typo in the rev.: a<?php in the class.valuefetcher.php

Original comment by Zero.NRG.NL on 2 Nov 2011 at 5:58

GoogleCodeExporter commented 9 years ago
Ahhhh, thank you! I couldn't work out where the 'a' came from in the output.

Original comment by kovellia on 2 Nov 2011 at 6:11