Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter samicai

    (@samicai)

    Thanks for your response.

    since I’m using the [list_organizers] and [list_venues] shortcode to display a long, alphabetically sorted list on each page, I wanted to ask:

    Is there any built-in option or recommended approach to make this list searchable or filterable?
    As the list gets longer, it’s becoming harder for visitors to find specific names.

    I’m not using custom post types or archives — just the shortcode output on a standard page.
    Would appreciate any suggestions or best practices for adding a search or filter feature to this setup.

    Thank you!

    Thread Starter samicai

    (@samicai)

    Hi Darian,

    Thanks for the quick response. I’ve installed the “List Venues and Organizers Shortcodes” extension, and the shortcodes [list_venues] and [list_organizers] do technically work. However, the output is extremely basic — it’s just an unstyled list of names with tiny images, offering little value in terms of design or user experience.

    It feels more like a placeholder than a finished feature. I’m curious: why hasn’t this kind of functionality been implemented more robustly as part of the core plugin, especially considering how central venues and organizers are to event management?

    Is there a roadmap for improving this, or would I need to build a custom solution (template overrides or custom queries) to get a truly usable layout?

    Thanks

    • This reply was modified 1 year, 1 month ago by samicai.
    Thread Starter samicai

    (@samicai)

    Hi Darian,

    Thanks for the info. I’ve upvoted the feature request.

    I believe this should be a relatively easy fix but could have a big impact, since events with invalid price range formatting aren’t getting indexed properly by Google. I’ll check out the Event Tickets plugin and try the suggested workaround.

    Appreciate your help!

    Best,

    Saman

    Thread Starter samicai

    (@samicai)

    Hey@valwa ,

    Thank you for your quick and helpful reply!

    You are right — the REST route warnings are not critical errors, and they can safely be ignored.
    After deeper investigation, I checked the PHP error logs as you suggested, and I found the real cause.

    It seems the issue is indeed related to a conflict with The Events Calendar plugin when trying to post generated content via the AI Engine “Content Generator”.

    From what I can see, the error is triggered at the posting stage, not during the generation of the content itself.

    2025-04-28 14:15:24 Error 500 POST /wp-json/mwai/v1/helpers/create_post HTTP/2.0 https://amigamaker.com/wp-admin/edit.php?page=mwai_content_generator Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 285 nginx SSL/TLS access


    2025-04-28 14:15:24 Error 3194786#0: *52441 open() "/var/www/vhosts/amigamaker.com/httpdocs/wp-json/mwai/v1/helpers/create_post" failed (2: No such file or directory) nginx error


    2025-04-28 14:15:24 Error 3194786#0: *52441 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught TypeError: TEC\Events\Calendar_Embeds\Calendar_Embeds::disable_slug_changes(): Argument #3 ($unsafe_post_array) must be of type array, stdClass given, called in /var/www/vhosts/amigamaker.com/httpdocs/wp-includes/class-wp-hook.php on line 324 and defined in /var/www/vhosts/amigamaker.com/httpdocs/wp-content/plugins/the-events-calendar/src/Events/Calendar_Embeds/Calendar_Embeds.php:163
    Stack trace:
    #0 /var/www/vhosts/amigamaker.com/httpdocs/wp-includes/class-wp-hook.php(324): TEC\Events\Calendar_Embeds\Calendar_Embeds->disable_slug_changes()
    #1 /var/www/vhosts/amigamaker.com/httpdocs/wp-includes/plugin.php(205): WP_Hook->apply_filters()
    #2 /var/www/vhosts/amigamaker.com/httpdocs/wp-includes/post.php(4811): apply_filters()
    #3 /var/www/vhosts/amigamaker.com/httpdocs/wp-content/plugins/ai-engine/classes/rest.php(512): wp_insert_post()
    #4 /var/www/vhosts/amigamaker.com/httpdocs/wp-includes/rest-api/class-wp-rest-server.php(1292): Meow_MWAI_Rest->rest_helpers_create_post()
    #5 /var/www/vhosts/amigamaker" while reading response header from upstream nginx error


    2025-04-28 14:15:26 Error 3194786#0: *52551 "/var/www/vhosts/amigamaker.com/httpdocs/events/photo/2025-03-31/page/2/index.html" is not found (2: No such file or directory) nginx error


    2025-04-28 14:15:31 Error 404 GET /events/photo/2025-03-31/page/2/?eventDisplay=past HTTP/1.1 https://amigamaker.com/events/photo/2025-03-31/page/2/?eventDisplay=past Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot) 138 K nginx SSL/TLS access


    Out of curiosity, have you tried running both AI Engine and The Events Calendar plugins together on your end to see if you can reproduce the issue?

    Thread Starter samicai

    (@samicai)

    Hey @valwa ,

    Thank you for your quick and helpful reply!

    You are absolutely right — the REST route warnings are not critical errors, and they can safely be ignored.
    After deeper investigation, I checked the PHP error logs as you suggested, and I found the real cause.

    It seems the issue is indeed related to a conflict with The Events Calendar plugin when trying to post generated content via the AI Engine “Content Generator”.

    From what I can see, the error is triggered at the posting stage, not during the generation of the content itself.

    2025-04-28 14:15:24 Error 500 POST /wp-json/mwai/v1/helpers/create_post HTTP/2.0 https://amigamaker.com/wp-admin/edit.php?page=mwai_content_generator Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 285 nginx SSL/TLS access

    2025-04-28 14:15:24 Error 3194786#0: *52441 open() "/var/www/vhosts/amigamaker.com/httpdocs/wp-json/mwai/v1/helpers/create_post" failed (2: No such file or directory) nginx error

    2025-04-28 14:15:24 Error 3194786#0: *52441 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught TypeError: TEC\Events\Calendar_Embeds\Calendar_Embeds::disable_slug_changes(): Argument #3 ($unsafe_post_array) must be of type array, stdClass given, called in /var/www/vhosts/amigamaker.com/httpdocs/wp-includes/class-wp-hook.php on line 324 and defined in /var/www/vhosts/amigamaker.com/httpdocs/wp-content/plugins/the-events-calendar/src/Events/Calendar_Embeds/Calendar_Embeds.php:163

    Stack trace:

    #0 /var/www/vhosts/amigamaker.com/httpdocs/wp-includes/class-wp-hook.php(324): TEC\Events\Calendar_Embeds\Calendar_Embeds->disable_slug_changes()

    #1 /var/www/vhosts/amigamaker.com/httpdocs/wp-includes/plugin.php(205): WP_Hook->apply_filters()

    #2 /var/www/vhosts/amigamaker.com/httpdocs/wp-includes/post.php(4811): apply_filters()

    #3 /var/www/vhosts/amigamaker.com/httpdocs/wp-content/plugins/ai-engine/classes/rest.php(512): wp_insert_post()

    #4 /var/www/vhosts/amigamaker.com/httpdocs/wp-includes/rest-api/class-wp-rest-server.php(1292): Meow_MWAI_Rest->rest_helpers_create_post()

    #5 /var/www/vhosts/amigamaker" while reading response header from upstream nginx error

    2025-04-28 14:15:26 Error   3194786#0: *52551 "/var/www/vhosts/amigamaker.com/httpdocs/events/photo/2025-03-31/page/2/index.html" is not found (2: No such file or directory) nginx error

    2025-04-28 14:15:31 Error  404 GET /events/photo/2025-03-31/page/2/?eventDisplay=past HTTP/1.1 https://amigamaker.com/events/photo/2025-03-31/page/2/?eventDisplay=past Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot) 138 K nginx SSL/TLS access


    I hope the attached logs will help you pinpoint the interaction issue more precisely.

    Out of curiosity, have you tried running both AI Engine and The Events Calendar plugins together on your end to see if you can reproduce the issue?

    • This reply was modified 1 year, 2 months ago by samicai.
    Thread Starter samicai

    (@samicai)

    however, I want to mention that this register_rest_route notice might be irrelevant, and the real cause of the server error might be elsewhere. I just wanted to provide all the information I found during troubleshooting.

    • This reply was modified 1 year, 2 months ago by samicai.
    • This reply was modified 1 year, 2 months ago by samicai.
    Thread Starter samicai

    (@samicai)

    Hello Alex,

    Thank you for your guidance on navigating the Font Awesome settings. by activating the “Enable v4 shims compatibility” option, the issues were resolved. Your advice really helped get it back on track.

    Thanks again for your help!

Viewing 7 replies - 16 through 22 (of 22 total)