Okay
  Public Ticket #2875167
Latest Update Problems
Closed

Comments

  •  1
    Felicia started the conversation

    1. After updating from 4.1 to 4.2 the Amelia menu is broken. I am not able to access the dashboard, employees, services, locations, finance, or customize pages. They simply display an empty white space.  Is there an easy way to roll back to 4.1 until this is corrected or will a 4.3 be coming soon to correct this?

  • [deleted] replied

    Hello Felicia, 

    Thank you for your purchase and apologies for replying a bit later. This isn't a common issue, it might be coming from a conflict with another plugin on your website. 

    Please provide me a temporary WP-admin (administrator) user for your site where this happens and your database access, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. 

    We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties. 

    You can write credentials here just check PRIVATE Reply so nobody can see them except us.

  •  2
    Josiley replied

    Hi Felicia, I have the same problem. Did you manage to solve?

  •  5
    Kurt replied

    in my case it was a plugin conflict.

  • [deleted] replied

    Hi, Josiley,

    Sorry to hear that you faced this issue. 

    As far as I can see, my colleagues are already working on it under the ticket that you've opened.

    Hope the issue will be resolved soon.

    Best Regards.

  • [deleted] replied

    Hi, Kurt,

    Thank you for sharing this information. 

    That's correct: unfortunately, it's a very common situation when similar issues occur because of a conflict with another plugin. So, disabling other plugins might help with troubleshooting.

    Best Regards.

  • [deleted] replied

    Hi, Felicia,

    Could you please confirm if the issue was resolved?

    Looking forward to hearing from you. 

  •  1
    Miss c r white replied

    Hi there I am having the same issue please help - I am self employed & the website owner wants classes live for booking by the morning - it is critical I am able to access the events dashboard today

  • [deleted] replied

    Hi, Miss c r white,

    I found your ticket and responded to it.

    I hope the issue will be resolved as soon as possible.

    Best Regards.

  • Valerie replied

    Hi,

    I have the same problem. 

    Can you mention the plugins that generated the conflict? I have this problem on a big online site, and I can't see myself breaking everything to do some tests

    Thanks in advance

  •  5
    Kurt replied

    In my case it's the Happyaddons Plugin for Elementor which causes Amelia to stop showing all of the backend. I opened a ticket at happyaddons.com. Maybe they can help.

    Regards
    Kurt

  • Valerie replied

    Thanks Kurt

    I also have this plugin on my site. I will also go and make a ticket at h happyaddon.
    Thanks 

    I also have this plugin on my site. I will also go and make a ticket at h happyaddon.
    Thanks 

    It's important that Amelia support is informed, and does the necessary on its side.

    if i deactivate happy addon, i'll break a lot of layouts. and it's a big site... It's very annoying. I think I'll downgrade until the conflict is sorted out.



  • Valerie replied

    I have also just detected this anomaly on the site. 
    Indeed, it was recommended to clean the cache. I use Wp Fastest cache

  • [deleted] replied

    Hi, everyone!

    We confirmed there's an issue with Happy Elementor Addons - they load their vue files everywhere - in the front-end where they're not used, in the back-end (on all back-end pages), etc. so they are creating this conflict.

    The only solution here would be to go to ../wp-content/mu-plugins/ folder (if you don't have that folder - create it), and create (or update the existing) functions.php file where you would add this:

    function wpamelia_exclude_plugins($plugins) {
        if (false !== strpos($_GET['page'], 'wpamelia')) {
            foreach ($plugins as $key => $plugin) {
                if (false !== strpos($plugin, 'happy-elementor-addons')) {
                    unset($plugins[$key]);
                }
            }
        }
        return $plugins;
    }
    

    That will solve the issue with Happy Elementor Addons.

    Also, our developers will add the fix to the next update.

    Sorry for this inconvenience.

    Best Regards. 

  •  5
    Kurt replied

    Hi Liza

    I did what you wrote, but no success. BTW: When login in as Amelia Manager everything works fine. Only as Administrator I get a blank page.

    Hope that helps.

  • Valerie replied

    For my side, when I try to add this patch, I get the function at the top of the site on the front end, same in the back office.

    I just tried to add the code in the functions.php file of the child theme, it doesn't change anything, but I don't have the function displayed in the front-end, nor in the back-end.

    Maybe if we don't have the mu-plugins file, it's not a good idea to create it

  •  5
    Kurt replied

    Valerie

    You have to add this line:

    <?php

    at the beginning of the code of the functions.php file

  • Valerie replied

    I'm almost ashamed, thanks Kurt :)

  •  3
    Nicolaie Ploscutanu replied

    Hi, I also have an error since the last updates. I can't acces notifications, customers, settings, places, appointements menus in Amelia. I don't have elementor or addons related to it. Didn't add any new extensions recently.

    Any ideas?

  • JUN replied

    Hi, I also have an error since the last updates. I am not seeing any finance.


    4380808357.png

  •  5
    Kurt replied

    Hi all

    Happy Elementor Addons has released an update from Version 3.2.1 to 3.2.2. which solves the issue caused in the Amelia backend. With this update the solution below provided by Liza from Amelia is no longer necessary (at least in my cases).

    Regards
    Kurt


  • [deleted] replied

    Kurt,

    Thank you for keeping us posted.

    I will forward this information to our dev team. 

    Best Regards.

  • [deleted] replied

    Hi, JUN,

    Could you please open a private ticket and provide us with a temporary WP Admin login there, so we will be able to investigate your case?

    Best Regards. 

  • [deleted] replied

    Hi, Nicolaie,

    Please try to clear the site and the browser cache.

    If that doesn't help, please open a private ticket and provide us with temporary WP Admin access there, so we will be able to investigate your case. It's hard to say anything without taking a look from the inside.

    Best Regards.