Mark Hamstra
Mark Hamstra
It's tricky as the library originally provided rates for EU member states, and as the UK no longer is a member state, it would make sense to get rid of...
Fwiw, the issue in guzzle7 is fixed in v7.8.1. [See my comment here](https://github.com/modmore/guzzle7/issues/5#issuecomment-2074966525)
That's an interesting error as it's actually failing in the core. Perhaps UpgradeMODX ships with guzzle and something's getting mixed up?
@BobRay Just to clarify, did you replace the 2.1.4 package or issue a new release? Looks like 2.1.4 is from a few days ago from before these reports? Edit: to...
resource/create processor: ``` php $now = time(); if (isset($scriptProperties['pub_date'])) { if (empty($scriptProperties['pub_date'])) { $scriptProperties['pub_date'] = 0; } else { $scriptProperties['pub_date'] = strtotime($scriptProperties['pub_date']); if ($scriptProperties['pub_date'] < $now) $scriptProperties['published'] = 1; if...
Those are stored in a different table, making it a little harder to add to ImportX.
Should that follow the language of the context (in multi context mode) or of the user?
That shouldnt be a problem - the MODX side of the script should handle that perfectly.. What version of MODX are you using? Op 13 jan. 2012 07:15 schreef "Nic...
This should only clear the cache once after importing though - don't want it refreshing the cache after every imported resource.