• my client is using EventOn.
    We need to sperate multiple calenders.
    The problem starts when i add 10 Eventon Shortcodes / Calenders. Its just loads forever.

    Here a page I deactivated the 11th code https://buttonfestival.eigenefirmenwebseite.at/programm-tag-1/
    Here a page the 11th code is activated: https://buttonfestival.eigenefirmenwebseite.at/programm-tag-2/

    Am I missing something?

    Maximale PHP-Eingabe-Variablen (max_input_vars) 1000
    Maximale PHP-Ausführungszeit (max_execution_time) 30
    PHP-Speicher-Limit (memory_limit) 256M
    Maximale Eingabe-Zeit (max_input_time) 60
    Maximale Dateigr??e beim Upload (upload_max_filesize) 128M
    Maximale Gr??e der PHP-Post-Daten (post_max_size) 128M

    Best wishes, Anja

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support ArtemSupport

    (@artemsupport)

    Hello,

    Please follow this guide and then send us any errors from debug.log:

    https://docs.myeventon.com/documentations/how-to-debug-for-php-code-errors/

    Usually the issue is with memory limit:

    https://docs.myeventon.com/documentations/increasing-wordpress-memory-limit/

    Thread Starter anjoho

    (@anjaflow)

    Hi, Im Using Elementor and this seems to cause the Problem.

    Debug.log:

    [25-Jan-2024 14:42:58 UTC] PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /home/ludovico/web/ludovico.at/public_html/wp-content/plugins/elementor/includes/utils.php on line 727

    Last Line ist 727

    	public static function change_submenu_first_item_label( $menu_slug, $new_label ) {
    		global $submenu;
    
    		if ( isset( $submenu[ $menu_slug ] ) ) {
    			// @codingStandardsIgnoreStart
    			$submenu[ $menu_slug ][0][0] = $new_label;
    			// @codingStandardsIgnoreEnd
    		}
    	}
    
    	/**
    	 * Validate an HTML tag against a safe allowed list.
    	 *
    	 * @param string $tag
    	 *
    	 * @return string
    	 */
    	public static function validate_html_tag( $tag ) {
    		return in_array( strtolower( $tag ), self::ALLOWED_HTML_WRAPPER_TAGS ) ? $tag : 'div';
    	}
    
    

    The memory is set on 512 at server level and in the wp-config.

    • This reply was modified 10 months ago by anjoho.
    Plugin Support ArtemSupport

    (@artemsupport)

    This warning isn’t related to EventON, unfortunately.

    When you put only one shortcode on a page, does it work?

    Thread Starter anjoho

    (@anjaflow)

    Hi, yes. All Shortcodes work everywhere, always – expect when an eleventh is added on any page / posts.

    I tried updating and downgrading elementor and eventon already, but thats not fixing it.

    Plugin Support ArtemSupport

    (@artemsupport)

    Any new errors in debug.log file? Could you check?

    Should have “fatal error” in the name.

    Thread Starter anjoho

    (@anjaflow)

    Hi, its not a fatal Error, but sure is:

    [30-Jan-2024 12:44:57 UTC] PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /home/REDACTED/web/REDACTED/public_html/wp-content/plugins/elementor/includes/utils.php on line 727

    And on line 727 in utils you have:

    public static function validate_html_tag( $tag ) {
        return in_array( strtolower( $tag ), self::ALLOWED_HTML_WRAPPER_TAGS ) ? $tag : 'div';
    }

    so it seems t opass NULL on the eleventh shortcode?

    Plugin Author Ashan Perera

    (@ashanjay)

    RIght now your calendar is showing a bad nonce error. And that is why calendars are not loading.

    We released a new version 2.2.12 try updating to that and see if you are still getting nonce error on console on your broswer.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Eventon Calender is not loading when more than 10 Shortcodes / Eventon Codes are’ is closed to new replies.