Update AcyMailing from a lower version than 6.15 to the version 6.16
This issue doesn't appear on every website
AcyMailing should be working
We have an error due to a folder that we rename in the administrator folder in which we have the router.
So the website is down
Joomla 3
It looks like there is cache for the manifest file that we can't erase before the update
Labels |
Added:
?
|
Well we can't access the website because there is a fatal error so we can't access to this button.
Maybe there is a way to erase this cache in the update script?
we do this already but just for core extensions.
You can have a look into the /administator/components/com_admin/script.php line 381
Labels |
Added:
Information Required
|
@PhilETaylor is this resolved by your recent pr?
This issue doesn't appear on every website
Does it only appear on servers that have opcache enabled or opcache configured with aggressive caching values ?
Sorry I meant the one that addresses the installer issues
No that Joomla 3 PR was about extra_query and installing extensions with Download IDs and the other was about rebuilding the update sites cache
Both of those are already merged in Joomla 3.9.26 and ready for testing in the release candidate.
This reported issue sounds more like an opcache issue. There is a Joomla 3 PR (which feels incomplete based on the massive effort on theJoomla 4 one of the same kind) which can be tested to see if it fixes this issue.
Else, there is not a lot to go on here. We need a better issue report with the error message and server configurations in order to fully ensure we replicate the correct issue.
@remiAcyba Please provide a direct link to " AcyMailing - a lower version than 6.15" and please provide the server configuration (from Joomla admin system information) that this problem happens on
Hi,
Sorry for the late answer, here is AcyMailing stater 6.14.1.
For the Joomla configuration, I can't give you a precise one, you can take the default one.
The issue was with the folder library in the administrator/components/com_acym
We renamed it into libraries but some clients had issues because the folder didn't rename correctly.
com_acymailing_starter.tar.gz
Hi again,
We just had another issue and I think this is also linked to the manifest cache.
We will soon release version 7.5.0 of AcyMailing and on the update we had an issue.
If you want to reproduce:
1 - Install version 7.4.1
starter_v7.4.1_2021-04-22_09-21-18.tar.gz
2- Install our beta version for 7.5.0
com_acymailing_starter.zip
On the installation, you should have warnings aboutACYM_STARTER
, ACYM_ESSENTIAL
, ACYM_ENTERPRISE
constants not existing.
The thing is that they exist, we added them into our helper file in back/helpers/helper.php
, which is include in the update file: install.class.php
Here is an example of the Joomla information on one of the site:
Ive not tested yet, but surely if these new constants are in the NEW package you are just installing, they they will not yet be loaded until the next page load - unless you force them to be loaded manually before using them? - that's how Joomla works.
oh hang on - they are not LANGUAGE CONSTANTS but PHP define's....
Please provide your PHP Opcache Settings from PHP.ini (noting that the DEFAULT for revalidate_freq is 2 seconds )
This should be closed for the reasons stated above
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-04-17 11:05:09 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
Hmm there is a 'rebuild the manifest cache' button in the backend extension list? Does that fix the issue?