list of backups should be displayed
"500 JHtmlBehavior::calendar not found" error message is displayed
latest mamp on macos
Labels |
Added:
J4 Issue
|
It offers to install it right away. I thought that calendar is pretty basic function to stay in 4 at the same place. Sorry if I was wrong
On Jun 28, 2019, at 11:26 AM, Franz Wohlkönig notifications@github.com wrote:
Is Akeeba Backup ready for J4?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/joomla/joomla-cms/issues/25356?email_source=notifications&email_token=AEBKF4JO7PBHQ7FB62OSVDTP4XKNVA5CNFSM4H4DTZXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYZSMSA#issuecomment-506668616, or mute the thread https://github.com/notifications/unsubscribe-auth/AEBKF4MJ5LNBJFOB44FFN53P4XKNVANCNFSM4H4DTZXA.
that class JHtmlBehavior::calendar
was deprecated in 3.x and has been removed in 4.x https://github.com/joomla/joomla-cms/pull/22295/files#diff-f6f264d0b0673dc25ecc75e7746ec235L266
@nikosdion do you have a j4 ready version of akeeba?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-06-28 09:30:11 |
Closed_By | ⇒ | infograf768 |
Closing as not Joomla Core.
Try commenting
//JHtml::_('behavior.calendar');
in /administrator/components/com_akeeba/View/Manage/Html.php
Yes, that helped! Thank you!
On Jun 28, 2019, at 11:34 AM, infograf768 notifications@github.com wrote:
Try commenting
//JHtml::_('behavior.calendar');
in /administrator/components/com_akeeba/View/Manage/Html.php—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/joomla/joomla-cms/issues/25356?email_source=notifications&email_token=AEBKF4KBNLTNPAAOWZOKDYDP4XLJ7A5CNFSM4H4DTZXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYZS7JI#issuecomment-506671013, or mute the thread https://github.com/notifications/unsubscribe-auth/AEBKF4N3FVMQIRB2TSG7DZDP4XLJ7ANCNFSM4H4DTZXA.
@frankazoid please ask next Time Dev. of 3rd-Party-Component first.
The currently published version of Akeeba Backup is compatible with alpha 8. The next version will be compatible with alpha 9.
On June 11th I changed the line @infograf768 mentioned with
if (version_compare(JVERSION, '3.999.999', 'le'))
{
JHtml::_('behavior.calendar');
}
since it's needed in Joomla 3.8 AFAIK. And that was all the changes I found necessary to support alpha 9 :)
Please do remember that Joomla! 4 is still in active development, as indicated by the alpha tag in the version number. As a result, compatibility issues with it are treated as low priority. This will change once Joomla! 4 reaches a mature beta or RC.
Is Akeeba Backup ready for J4?