Active
Project:
uc_webmoney - Webmoney payment gateway for Ubercart
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Aug 2010 at 11:37 UTC
Updated:
23 Aug 2010 at 09:44 UTC
Выдает ошибку:
* warning: XMLReader::open(http://wm.exchanger.ru/asp/XMLbestRates.asp) [xmlreader.open]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/u2920/domains/drushop.ru/shop/sites/all/modules/ubercart/contrib/uc_webmoney/uc_webmoney.module on line 748.
* warning: XMLReader::open() [xmlreader.open]: Unable to open source data in /home/u2920/domains/drushop.ru/shop/sites/all/modules/ubercart/contrib/uc_webmoney/uc_webmoney.module on line 748.
* Невозможно открыть http://wm.exchanger.ru/asp/XMLbestRates.asp
Comments
Comment #1
-sibero- commentedпроблема решается заменой 5 строчки в файле uc_webmoney.module
с
define("cWebMoneyRateUrl" , "http://wm.exchanger.ru/asp/XMLbestRates.asp");
на
define("cWebMoneyRateUrl" , "https://wm.exchanger.ru/asp/XMLbestRates.asp");
Comment #2
neek commentedу меня тоже самое.
Comment #3
neek commentedпосле замены строки теперь вылазит такая хрень -
* warning: Division by zero in /usr/home/cmeek/www/site5/public_html/sites/all/modules/uc_webmoney/uc_webmoney.module on line 691.
* user warning: Unknown column 'wallet' in 'field list' query: UPDATE uc_webmoney_rates set wallet = '', secret_key = '' ,rate = '' WHERE type='WMR' in /usr/home/cmeek/www/site5/public_html/sites/all/modules/uc_webmoney/uc_webmoney.module on line 412.