Title: eko's Replies | WordPress.org

---

# eko

  [  ](https://wordpress.org/support/users/ekndev/)

 *   [Profile](https://wordpress.org/support/users/ekndev/)
 *   [Topics Started](https://wordpress.org/support/users/ekndev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ekndev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ekndev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ekndev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ekndev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ekndev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dynamic QR Code - generator] [PHP 8.1] Warning: Undefined array key](https://wordpress.org/support/topic/php-8-1-warning-undefined-array-key-3/)
 *  Thread Starter [eko](https://wordpress.org/support/users/ekndev/)
 * (@ekndev)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/php-8-1-warning-undefined-array-key-3/#post-17891934)
 * True, the link is not obvious. So the problem is if you have empty values for
   settings as “Redirect URL for inactive keys”, etc. then you will get above error
   message.
   When you set a value there (all 3 input fields), it will output this
   error:`Warning: Undefined array key 0 in /home/httpd/vhosts/_/httpdocs/wordpress/
   wp-content/plugins/dynamic-qr-code/sos/wp/data/field.php on line 400 Warning:
   Cannot modify header information - headers already sent by (output started at/
   home/httpd/vhosts/_/httpdocs/wordpress/wp-content/plugins/dynamic-qr-code/sos/
   wp/data/field.php:400) in /home/httpd/vhosts/_/httpdocs/wordpress/wp-includes/
   pluggable.php on line 1435 Warning: Cannot modify header information - headers
   already sent by (output started at /home/httpd/vhosts/_/httpdocs/wordpress/wp-
   content/plugins/dynamic-qr-code/sos/wp/data/field.php:400) in /home/httpd/vhosts/_/
   httpdocs/wordpress/wp-includes/pluggable.php on line 1438`
 * Which led me to the solution above.
   Hope it helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dynamic QR Code - generator] [PHP 8.1] Warning: Undefined array key](https://wordpress.org/support/topic/php-8-1-warning-undefined-array-key-3/)
 *  Thread Starter [eko](https://wordpress.org/support/users/ekndev/)
 * (@ekndev)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/php-8-1-warning-undefined-array-key-3/#post-17890999)
 * It is a very basic PHP 8.1 fix:
   In file `dynamic-qr-code/sos/wp/data/field.php`
   Replace line 400 with:`$ret = array_values($result)[0] ?? null;`
 * This fixes the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Dispatcher] Database Errors](https://wordpress.org/support/topic/database-errors-70/)
 *  Plugin Author [eko](https://wordpress.org/support/users/ekndev/)
 * (@ekndev)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/database-errors-70/#post-14314608)
 * Hey,
    thank you for the report. There was a terrible mistake in the last update.
   Now it has been corrected. Sorry for any problems caused!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Dispatcher] Not working inside Mail](https://wordpress.org/support/topic/not-working-inside-mail/)
 *  Plugin Author [eko](https://wordpress.org/support/users/ekndev/)
 * (@ekndev)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/not-working-inside-mail/#post-14304399)
 * Thanks for using the plugin. To enable shortcodes inside cf7 mail you can use
   another small plugin that I have written:
 * [https://wordpress.org/plugins/accept-shorcodes-contact-form-7/](https://wordpress.org/plugins/accept-shorcodes-contact-form-7/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Dispatcher] Database Errors](https://wordpress.org/support/topic/database-errors-70/)
 *  Plugin Author [eko](https://wordpress.org/support/users/ekndev/)
 * (@ekndev)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/database-errors-70/#post-14304392)
 * Hey there,
    thank you for the fix 🙂 I have pushed a new version 1.2 covering
   your code changes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Dispatcher] Shortcode to Button](https://wordpress.org/support/topic/shortcode-to-button/)
 *  Plugin Author [eko](https://wordpress.org/support/users/ekndev/)
 * (@ekndev)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/shortcode-to-button/#post-14304251)
 * Hey,
    Sorry for the late reply.
 * Creating a button with HTML is very simple. You can use the [HTML button tag](https://www.w3schools.com/tags/tag_button.asp):
 * `<button><a href="[wp_dispatch id=XXX]"> Button label</a></button>`
    -  This reply was modified 5 years, 2 months ago by [eko](https://wordpress.org/support/users/ekndev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Dispatcher] Can’t activate plugin](https://wordpress.org/support/topic/cant-activate-plugin-105/)
 *  Plugin Author [eko](https://wordpress.org/support/users/ekndev/)
 * (@ekndev)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cant-activate-plugin-105/#post-14304227)
 * Hey there,
    Sorry for the late response. I could not replicate your issue. Can
   you give me more details ?
 * I could successfully install on a fresh WordPress v5.7
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Page instead of Term Archive Page](https://wordpress.org/support/topic/page-instead-of-term-archive-page/)
 *  Thread Starter [eko](https://wordpress.org/support/users/ekndev/)
 * (@ekndev)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/page-instead-of-term-archive-page/#post-12483635)
 * > Why bother with the custom taxonomy if you don’t want a list?
 * Because the posts (courses) we be shown as a list but within a tabbed view that
   the user can adjust. Also the post structure given by custom taxonomy enables
   better usability in the backend and in the frontent a consistent permalink structure.
 * Yes, I had a look at Template Hierarchy, and also the naming seems correct, since
   the template got recognized. But the assignment of custom page with the template
   did not work out well. Maybe I have to read more about the query. Basically, 
   it would be enough to show the WYSIWYG-content. Any help on how the query has
   to be? (I tried to copy page template content but it did not work).
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp for WordPress] ERROR: Contact Form 7 > Mailchimp API Error: Not Found. Resource Not Found.](https://wordpress.org/support/topic/error-contact-form-7-mailchimp-api-error-not-found-resource-not-found/)
 *  Thread Starter [eko](https://wordpress.org/support/users/ekndev/)
 * (@ekndev)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/error-contact-form-7-mailchimp-api-error-not-found-resource-not-found/#post-12460448)
 * Turns out I had an error in my JS which lead to:
 * not including audience ID into resource url.
 * Resolved.

Viewing 9 replies - 1 through 9 (of 9 total)