nelra
Forum Replies Created
-
There are no bad questions… 🙂
Forum: Plugins
In reply to: remove the word "min" in AI1ECCan you give a link to your site? This works for me using version 1.5 and 1.6.2 of the calendar without the word “min”.
Go to Settings (settings of the WordPress) and there you will find options for Calendar.
Great to hear, thank you for the update
Thank you for the feedback – that helps
Good to hear – thank you for the update
Please feel free to share what you did with others, incase it helps them
Thank you for the details – may I ask what WordPress version you are using?
Are you logged in as a pure Admin when you see the error?We will look into this further, but would like to also understand what causes it so we can recreate it ourselves.
One potential fix would be to change:if( ! get_role( 'administrator' )->has_cap( 'manage_ai1ec_feeds' ) ) {to:
$role = get_role( 'administrator' ); if( is_object( $role ) and ! $role->has_cap( 'manage_ai1ec_feeds' ) ) {If you feel comfortable trying this, please do let us know the results
Version 1.6.3 has been released with a fix for this report – thank you very much for the details
Hi,
We are working hard to fix the errors being reported to us.
Today we have released 1.6.3 which contains fixes for the known errors.
If you do continue to experience an issue, please do let us know the details.We have a new support portal at http://help.then.ly which will help us view + respond to reports
Actually – this appears related to PHP version (prior to PHP 5.2.9) – we are looking into this and will release a patch
Could you please post the full error message?
We have discovered the cause of some reported bugs. Version 1.6.2 was released to address some, and today we are releasing version 1.6.3 which I believe is related to the errors you were experiencing
Can you provide an example URL as well?
Hi,
Please see here for instructions on upgrading the premium for now:
http://help.then.ly/customer/portal/articles/531953-upgrading-to-1-6-2-premiumWe will be implementing an auto-upgrade feature
Hi,
A new version has been released, please use these instructions to help upgrade:
http://help.then.ly/customer/portal/articles/531953-upgrading-to-1-6-2-premiumThank you for the details. Are you using a cache plugin with WP? Can you let us know other plugins you are using?