• https://mysite.com/wp-admin/admin.php?page=elementor

    hello

    I’m trying to enter the home in the Elementor plugin on my site, but it won’t open, when I enable debugging from the config, it shows me this error,

    Notice: Undefined index: add_ons in /home/mysite/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php on line 21

    Notice: Trying to access array offset on value of type null in /home/mysite/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php on line 21

    Fatal error: Uncaught TypeError: Argument 1 passed to Elementor\Modules\Home\Transformations\Filter_Plugins::get_add_ons_installation_status() must be of the type array, null given, called in /home/mysite/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php on line 21 and defined in /home/mysite/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php:30 Stack trace: #0 /home/mysite/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php(21): Elementor\Modules\Home\Transformations\Filter_Plugins->get_add_ons_installation_status(NULL) #1 /home/mysite/public_html/wp-content/plugins/elementor/modules/home/classes/transformations-manager.php(48): Elementor\Modules\Home\Transformations\Filter_Plugins->transform(Array) #2 /home/mysite/public_html/wp-content/plugins/elementor/modules/home/api.php(24): Elementor\Modules\Home\Classes\Transformations_Manager->run_transformations() #3 /home/mysite/public_html/wp-content/p in /home/mysite/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php on line 30

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mospaz

    (@mospaz)

    any body here

    im having same issue, have you found solution for this?

    • This reply was modified 3 months, 1 week ago by alfz124.

    It seems that Cloudflare is protecting too much Elementor API rest.

    To test it, edit a new page into your site, named test.php and add

    <?php
    $xml = file_get_contents("https://my.elementor.com/api/connect/v1/library/templates");
    echo $xml ;
    ?>

    Go to your domain/test.php and see if you get a 403 Forbidden error. In this case , God help you, I got my share of swearing with my Hosting and Elementor, being in the middle of it.

    If that is the case, I stil did not find who is to blame, if any progress I will tell you for sure !

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.