-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty fields after update - missing code in ExtensionHelper.php #22279
Comments
Can one please Comment as the Issue is openend for a Week having Status "New"? Thanks in advance. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22279. |
Looks like this has been solved in present staging. |
thanks for Comment @infograf768. @sandewt if Issue is solved can you please close it? |
@infograf768, it is somewhat confusing, there are two actionlogs plugins (a privacy and a system). I have updated to Joomla! 3.9.0-beta3 Beta. The concerning fields are know not empty. So it seems to be OK. See the image below. But I cannot find the code What code do you mean? (Note. The code |
Sorry, did not understand your post. But it looks like indeed we miss Will make PR now. |
see #22409 |
Steps to reproduce the issue
Update Joomla 3.8.12 to 3.9.0.
See the Extensions manager: Manage
The following fields are empty from the Privacy - Action Logs plugin: Version, Date and Author.
See the image below.
Expected result
The concerning fields are NOT empty.
Solution:
See file
...\Joomla\libraries\src\Extension\ExtensionHelper.php
Add some code, line: 208 - ...
Actual result
The concerning fields are empty.
The manifest cache data isn't placed into the update SQL statement.
See file
...\Joomla\libraries\src\Extension\ExtensionHelper.php
Missing code, line: 208 - ...
System information (as much as possible)
See comparable issues #20013 and #20038
Additional comments
Joomla! 3.9.0-beta2 Beta
Php 7.1.20
The text was updated successfully, but these errors were encountered: