Main menu

Forum


[SOLVED: Update your Joomla 3! ] Problem with "Add Event" page in version 3.6.10

  • collector01
  • Topic Author
  • New Member
  • New Member
More
6 years 8 months ago - 6 years 8 months ago #14674 by collector01
I literally just upgrade to 3.6.10, prior to doing that I added 4 events through the web with no issues. As soon as I updated to the latest version the add event page is no long use-able. When I go to the page I see the attached. Basically, it is not formatted in any usable form, there are no buttons, etc. No one is able to actually able to add events any longer. I even added a new menu option thinking maybe something was different with the old one and causing an issue.
Attachments:
Last edit: 6 years 8 months ago by Lyr!C. Reason: [SOLVED: Update your Joomla 3! ]

Please Log in or Create an account to join the conversation.

 

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
6 years 8 months ago #14678 by Lyr!C
Hello,

You may have updated from an old version prior to 3.6.0....

Since iCagenda 3.6.0 (released 11 months ago...) the registration form is using Joomla api for forms.

Test the page with Protostar template, as i think your site template is not Joomla api friendly (that means a lack of development, and not following nor including Joomla standards at least...)

Best regards,
Cyril

Latest version : iCagenda 3.9.2
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • collector01
  • Topic Author
  • New Member
  • New Member
More
6 years 8 months ago #14683 by collector01
Replied by collector01 on topic Problem with "Add Event" page in version 3.6.10
Hi, I keep it updated and the version is 3.6.10 not 3.6.0. .10 was just released and I have had no issues until now. I did change the template to test it, as you suggested, and it still appears the same. I'm assuming if it were a template issue I would have seen something prior to .10 (if you say this changed 3.6.0 I presume there were a couple of other releases at least before .10)

What other recommendations?

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
6 years 8 months ago #14684 by Lyr!C
Exactly, 9 versions released between 3.6.0 and 3.6.10, but no changes in all versions for form rendering in 3.6.x serie.

There's maybe another issue somewhere else...

Is it possible to have an online link to the registration form to be able to check this ?

Regards,
Cyril

Latest version : iCagenda 3.9.2
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • Cluster89
  • New Member
  • New Member
More
6 years 8 months ago #14714 by Cluster89
Replied by Cluster89 on topic Problem with "Add Event" page in version 3.6.10
Hello,
exact same problem here with proto and custom template.
Joomla 3.6.5, icagenda upgraded to .10 from 3.6.9 or 3.6.8.

I also debugged a little:
icagendaInfo::commentVersion();

		parent::display($tpl); // Never returns, why? default.php 
                                     // <?php echo $this->form->getInput('file'); ?> doesnt return -> 
             // $maxSize = JHtml::_('number.bytes', JUtility::getMaxUploadSize()); doenst return in file.php

		// Add CSS
		icagendaTheme::loadComponentCSS($this->template);
		icagendaThemeStyle::addMediaCss($this->template, 'component');
So basically the line above Add CSS never returns for me. However if i disable event image field and file attachment it works... so clearly it is related to file / file upload.

Please Log in or Create an account to join the conversation.

  • Cluster89
  • New Member
  • New Member
More
6 years 8 months ago #14715 by Cluster89
Replied by Cluster89 on topic Problem with "Add Event" page in version 3.6.10
Same problem here

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
6 years 8 months ago #14716 by Lyr!C

Cluster89 wrote: Same problem here

Hi,

Turn On Joomla Error reporting, check if any PHP warning message on the page, and copy/paste here the error message(s)...

Regards,
Cyril

Latest version : iCagenda 3.9.2
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • Cluster89
  • New Member
  • New Member
More
6 years 8 months ago - 6 years 8 months ago #14718 by Cluster89
Replied by Cluster89 on topic Problem with "Add Event" page in version 3.6.10
unfortunately no warning, checked already...
Also I did double post by mistake above, you can delete the second post.
Last edit: 6 years 8 months ago by Cluster89.

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
6 years 8 months ago #14734 by Lyr!C

Cluster89 wrote: unfortunately no warning, checked already...
Also I did double post by mistake above, you can delete the second post.

Ok.

Could you give me the direct link to the page, and too, could you check if no view overrides in html/com_icagenda folder (if exists) of your site template(s) ?

Could you check too if the iC Library system plugin is enabled as well as iC Library itself ?

Thanks!

Regards,
Cyril

Latest version : iCagenda 3.9.2
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • Cluster89
  • New Member
  • New Member
More
6 years 8 months ago - 6 years 8 months ago #14763 by Cluster89
Replied by Cluster89 on topic Problem with "Add Event" page in version 3.6.10
After a day of debugging I think i found the problem. Plugins are enabled and no template override is done.

As I said, problem occurs in $maxSize = JHtml::_('number.bytes', JUtility::getMaxUploadSize());
If i comment out this line, it works.

of course this can't work. I am using joomla 3.6.x but getMaxUploadSize is new in 3.7.0 right so the Method does not exist prior 3.7.
Last edit: 6 years 8 months ago by Cluster89.
The following user(s) said Thank You: collector01

Please Log in or Create an account to join the conversation.

Moderators: Lyr!C
Time to create page: 0.086 seconds

 

Follow Us

acymailing logo new

Create your Joomla templates with Template Creator CK