Title: justanotherdev's Replies | WordPress.org

---

# justanotherdev

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photography Management - WordPress Photo Proofing Plugin] Coupon alert can’t be dismissed](https://wordpress.org/support/topic/coupon-alert-cant-be-dismissed/)
 *  Thread Starter [justanotherdev](https://wordpress.org/support/users/justanotherdev/)
 * (@justanotherdev)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/coupon-alert-cant-be-dismissed/#post-10964186)
 * Thanks Denis! No worries, I’ll try that
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Freezes/crashes Chrome on Windows](https://wordpress.org/support/topic/freezes-crashes-chrome-on-windows/)
 *  [justanotherdev](https://wordpress.org/support/users/justanotherdev/)
 * (@justanotherdev)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/freezes-crashes-chrome-on-windows/#post-10940656)
 * Is there a fix scheduled for the next update? It’s very hard to use it.
 * It seems changes go through, but I have to close the tab and navigate back to
   admin from a new tab.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Eway] 500 Internal Server Error from test payment](https://wordpress.org/support/topic/500-internal-server-error-from-test-payment/)
 *  Thread Starter [justanotherdev](https://wordpress.org/support/users/justanotherdev/)
 * (@justanotherdev)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/500-internal-server-error-from-test-payment/#post-8378482)
 * They left a note that in case the plugin was updated to apply this filter:
    `
   $this->options['customerID'] = apply_filters('get_eway_customer_id', $this->options['
   customerID']);`
 * Line added to `\wp-content\plugins\gravityforms-eway\includes\class.GFEwayPlugin.
   php` in `protected function getEwayCredentials()`
 *     ```
       add_filter('get_eway_customer_id', 'return_eway_id', 5, 1);
       function return_eway_id($x){
       	$post_id = $_GET['post_id'];
       	$eway_account_no = get_field('eway_account_number', $post_id);
       	return $eway_account_no;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Eway] 500 Internal Server Error from test payment](https://wordpress.org/support/topic/500-internal-server-error-from-test-payment/)
 *  Thread Starter [justanotherdev](https://wordpress.org/support/users/justanotherdev/)
 * (@justanotherdev)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/500-internal-server-error-from-test-payment/#post-8364885)
 * Thanks Ross. You’re tips helped. The issue was that the previous dev had modified
   the core files to load the API key via code rather than the backend.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Eway Payment Gateway] INTERNAL SERVER ERROR at checkout](https://wordpress.org/support/topic/internal-server-error-at-checkout-3/)
 *  [justanotherdev](https://wordpress.org/support/users/justanotherdev/)
 * (@justanotherdev)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/internal-server-error-at-checkout-3/#post-8212837)
 * Hi,
 * Experiencing a similar issue and there is nothing to be found in the server error
   logs. Has anything changed since this post was created 5 months ago? Is WebAware
   team aware of any developments / changes that could help here?
    [Error screenshot if it helps.](https://i.imgsafe.org/4c31c142b1.png)
 * Wordpress v4.2.10
    Gravity forms v1.9.19 Gravity Forms eWay v2.2.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Trouble adding custom sitemap to index](https://wordpress.org/support/topic/trouble-adding-custom-sitemap-to-index/)
 *  Thread Starter [justanotherdev](https://wordpress.org/support/users/justanotherdev/)
 * (@justanotherdev)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/trouble-adding-custom-sitemap-to-index/#post-8157187)
 * Yep, works just fine. Scratching my head over nothing.
 * Thanks for the help !

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