Error using "Royal Elementor Addons" plugin on WordPress - Freemi Issue

Website URL

https://devassociation.rf.gd/

(please specify the URL of the site on which you are experiencing the problem)

Error Message

Warning: require_once(/home/vol4_4/infinityfree.com/if0_37471130/htdocs/wp-content/plugins/royal-elementor-addons/freemius/includes/class-freemius.php): Failed to open stream: No such file or directory in /home/vol4_4/infinityfree.com/if0_37471130/htdocs/wp-content/plugins/royal-elementor-addons/freemius/require.php on line 56

Other Information

Hello, I’m opening a topic because I have a problem with elementor. I’ve done a migration via my old host’s files but I’m getting an error message, so I can’t access the admin area.

Well, elementor does not work well on free hosting

How big is this file?
You may be limited by this

Hello, the file is 989 Kb

I still have disk space, but the file disappears after upload.

Windows has a different way to show file sizes; the file size limit for HTML/PHP files is 1 MB, which is equal to 1000 kB, which, converted in kiB (Windows uses bibytes and shows them as if they were bytes) should be 952 kiB, so your file is over that limit by 37 kiBs! You should consider splitting it up whenever it’s possible to do so and put the rest on a second file, obviously with start and end tags even on the second file, and include/require the second file in the first one.