J4 Issue ?
avatar frankazoid
frankazoid
28 Jun 2019

Steps to reproduce the issue

  1. install jomla 4
  2. install akeeba (it won't install from web so i had to upload a latest package
  3. run akeeba configuration wizard
  4. run a backup
  5. click 'manage backups' option

screen shot 2019-06-28 at 09 14 54

Expected result

list of backups should be displayed

Actual result

"500 JHtmlBehavior::calendar not found" error message is displayed

System information (as much as possible)

latest mamp on macos

Additional comments

avatar frankazoid frankazoid - open - 28 Jun 2019
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 Jun 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 28 Jun 2019
Labels Added: J4 Issue
avatar franz-wohlkoenig franz-wohlkoenig - labeled - 28 Jun 2019
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 28 Jun 2019

Is Akeeba Backup ready for J4?

avatar frankazoid
frankazoid - comment - 28 Jun 2019

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.

avatar alikon
alikon - comment - 28 Jun 2019

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

avatar HLeithner
HLeithner - comment - 28 Jun 2019

@nikosdion do you have a j4 ready version of akeeba?

avatar infograf768 infograf768 - change - 28 Jun 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-06-28 09:30:11
Closed_By infograf768
avatar infograf768 infograf768 - close - 28 Jun 2019
avatar infograf768
infograf768 - comment - 28 Jun 2019

Closing as not Joomla Core.

avatar infograf768
infograf768 - comment - 28 Jun 2019

Try commenting
//JHtml::_('behavior.calendar');
in /administrator/components/com_akeeba/View/Manage/Html.php

avatar frankazoid
frankazoid - comment - 28 Jun 2019

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.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 28 Jun 2019

@frankazoid please ask next Time Dev. of 3rd-Party-Component first.

avatar nikosdion
nikosdion - comment - 28 Jun 2019

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.

Add a Comment

Login with GitHub to post a comment