YetiForceCompany / YetiForceCRM

Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
https://yetiforce.com
Other
1.71k stars 742 forks source link

[bug] Something is going wrong with currencies due to blocked service. Look at log please #16994

Open s2b-git opened 1 year ago

s2b-git commented 1 year ago

SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx?WSDL' : failed to load external entity "http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx?WSDL" Running 6.4 stable What it could be?

garryatbrighton commented 1 year ago

Currencies module locked: http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx?WSDL

Cannot create quote, invoice etc too

s2b-git commented 1 year ago

I removed CBR.php from \modules\Settings\CurrencyUpdate\bankmodels\ and it fixed the problem. This issue may need some core fixes as to prevent "system down" due to some remote location problems. This case is driven by relevant sanctions I guess....

mariuszkrzaczkowski commented 1 year ago

I think they have an availability problem image

s2b-git commented 1 year ago

The result of this error got a bit frustrating. As cron got stalked in vtiger_ossmails_logs, after removing faulty record the system start harvesting emails which cannot be converted before. It caused massive tickets sending to newly created tickets but related to few days correspondence, so not relevant anymore. It would be great to include some mechanism preventing a such :-)

s2b-git commented 1 year ago

I think they have an availability problem image

Marius, any way to stop calling CurrencyUpdate? Removing CBR.php (as others) causing problems such as workflows recalculating line items summary fields in advanced modules

Best

rskrzypczak commented 1 year ago

Now you can only call a simple query: update yetiforce_currencyupdate_banks set active=0 which deactivates your exchange rate updates,