Title: Server error (5xx)
Last modified: February 18, 2019

---

# Server error (5xx)

 *  Resolved [hirogrrl](https://wordpress.org/support/users/hirogrrl/)
 * (@hirogrrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/)
 * Hello, we are all of a sudden getting Server error (5xx) via our Google Search
   Console. Do you know why this is happening? And is there a solution to fix this?
   We are currently using Brilliant Web-to-Lead for Salesforce Version 2.7.3.2, 
   and WordPress 4.9.9 running Avada theme. There are several pages that come up
   with this error and it happened over a couple of days.
 * Would you advise to upgrade our version of WordPress? We are hesitant, as there
   is still some buzz out there about not doing it with all the bugs. Thank you.

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

 *  Thread Starter [hirogrrl](https://wordpress.org/support/users/hirogrrl/)
 * (@hirogrrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220111)
 * Here is a sample page to the path of the error: /wp-content/plugins/salesforce-
   wordpress-to-lead/trunk/lib/salesforce_widget.class.php
 *  Plugin Author [Nick Ciske](https://wordpress.org/support/users/nickciske/)
 * (@nickciske)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220293)
 * Did you recently change your PHP version?
 *  Thread Starter [hirogrrl](https://wordpress.org/support/users/hirogrrl/)
 * (@hirogrrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220297)
 * Hi Nick, No, not that we are aware of. Unless the hosting company did it without
   letting us know.
 *  Plugin Author [Nick Ciske](https://wordpress.org/support/users/nickciske/)
 * (@nickciske)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220300)
 * I’d need to see the actual errors from your PHP error log to assist further.
 *  Thread Starter [hirogrrl](https://wordpress.org/support/users/hirogrrl/)
 * (@hirogrrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220317)
 * What is the best way to send you the errors?
 *  Plugin Author [Nick Ciske](https://wordpress.org/support/users/nickciske/)
 * (@nickciske)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220379)
 * Post them here. Feel to remove any paths specific to your server.
 *  Thread Starter [hirogrrl](https://wordpress.org/support/users/hirogrrl/)
 * (@hirogrrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220413)
 * Let me know if this works. I am only pasting in the error messages relating to
   Salesforce for the past several months:
 * [03-Nov-2018 12:40:02 UTC] Salesforce: No message set.
    [08-Nov-2018 11:20:28
   UTC] Salesforce: No message set. [14-Nov-2018 18:23:08 UTC] Salesforce: No message
   set. [15-Nov-2018 05:58:06 UTC] Salesforce: No message set. [19-Nov-2018 15:12:
   20 UTC] Salesforce: No message set. [24-Nov-2018 22:32:11 UTC] Salesforce: No
   message set. [03-Dec-2018 06:18:41 UTC] Salesforce: No message set. [04-Dec-2018
   02:22:02 UTC] Salesforce: No message set. [05-Dec-2018 02:25:37 UTC] Salesforce:
   No message set. [11-Dec-2018 14:29:59 UTC] Salesforce: No message set. [13-Dec-
   2018 07:31:53 UTC] Salesforce: No message set. [16-Dec-2018 23:45:08 UTC] Salesforce:
   No message set. [26-Dec-2018 06:03:03 UTC] Salesforce: No message set. [29-Dec-
   2018 23:32:38 UTC] Salesforce: No message set. [07-Jan-2019 09:17:20 UTC] Salesforce:
   No message set. [23-Jan-2019 20:22:22 UTC] Salesforce: No message set. [23-Jan-
   2019 21:39:31 UTC] Salesforce: No message set. [27-Jan-2019 04:28:06 UTC] Salesforce:
   No message set. [03-Feb-2019 14:02:45 UTC] Salesforce: No message set. [18-Feb-
   2019 14:15:57 UTC] Salesforce: No message set. [18-Feb-2019 21:45:35 UTC] PHP
   Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate
   1339392 bytes) in /wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php
   on line 193 [18-Feb-2019 21:45:35 UTC] PHP Fatal error: Unknown: Cannot use output
   buffering in output buffering display handlers in Unknown on line 0
 * I just spoke to our ISP and they helped me w/the last errors so that should be
   fixed now. The other errors on there are for another plugin.
    Please let me know
   if you need more. Thanks!
 *  Plugin Author [Nick Ciske](https://wordpress.org/support/users/nickciske/)
 * (@nickciske)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220425)
 * I think the widget uses output buffering to collect output and return it. Something
   else (likely a caching plugin) is also using output buffering, which can’t be“
   stacked” according to that error message.
 * You can use a text widget and shortcode instead of the SF widget to see if that
   works or use a different caching plugin. I’ve never seen this error before, I’m
   curious which plugin you are using…
 *  Thread Starter [hirogrrl](https://wordpress.org/support/users/hirogrrl/)
 * (@hirogrrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220444)
 * We are using W3 Total Cache for the caching plugin.
 * Could it possibly be that your plugin, the caching plugin and possibly the other
   plugin that has errors are all conflicting with each other?
 * Do you know where I can find a tutorial/information on how to create the text
   widget shortcode instead of the SF widget? On our contact page, I am using a 
   text block and using this code “[salesforce form=”2″]” in there. Is this the 
   same thing?
 * Thank you!
 *  Plugin Author [Nick Ciske](https://wordpress.org/support/users/nickciske/)
 * (@nickciske)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220450)
 * Hard to say, I moved on from W3 Total Cache years ago.
 * That’s the same thing. Maybe try the actual SF widget instead?
 * Also, turn off W3 Total Cache and see if the error goes away…
 *  Thread Starter [hirogrrl](https://wordpress.org/support/users/hirogrrl/)
 * (@hirogrrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220478)
 * I will try that.
 * I forgot to send the pages that Google Console detected the errors on:
    /plugins/
   salesforce-wordpress-to-lead/trunk/lib/salesforce_widget.class.php /plugins/salesforce-
   wordpress-to-lead/trunk/lib/salesforce_admin.class.php /plugins/salesforce-wordpress-
   to-lead/trunk/lib/salesforce_comment_to_lead.php /plugins/salesforce-wordpress-
   to-lead/trunk/salesforce.php /plugins/salesforce-wordpress-to-lead/trunk/examples.
   php
 * Not sure if this helps any.
 * Which caching program do you know works with your plugin? Thank you.
 *  Plugin Author [Nick Ciske](https://wordpress.org/support/users/nickciske/)
 * (@nickciske)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220495)
 * Those URLs should never be seen by Google… do you have directory indexes enabled
   perchance?
 * Why do you have `trunk` folders in your plugin directory?
 *  Thread Starter [hirogrrl](https://wordpress.org/support/users/hirogrrl/)
 * (@hirogrrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220499)
 * I do not know where the trunk came from. I thought it was from the installation
   of the plug in. Should I delete them?
 * Also, do not know what that means about directory indexing enabled. How do I 
   turn that off? Thanks.
 *  Plugin Author [Nick Ciske](https://wordpress.org/support/users/nickciske/)
 * (@nickciske)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11220510)
 * You should move all the files out of `trunk` (to the `salesforce-wordpress-to-
   lead` folder) and remove the `trunk` folder.
 * How to disable:
    [https://blogvault.net/disable-directory-browsing-with-htaccess/](https://blogvault.net/disable-directory-browsing-with-htaccess/)
 *  Thread Starter [hirogrrl](https://wordpress.org/support/users/hirogrrl/)
 * (@hirogrrl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11223844)
 * Thank you, Nick. I removed the trunk folder and will look at other issue.

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

The topic ‘Server error (5xx)’ is closed to new replies.

 * ![](https://ps.w.org/salesforce-wordpress-to-lead/assets/icon-256x256.png?rev
   =2316786)
 * [Brilliant Web-to-Lead for Salesforce](https://wordpress.org/plugins/salesforce-wordpress-to-lead/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/salesforce-wordpress-to-lead/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/salesforce-wordpress-to-lead/)
 * [Active Topics](https://wordpress.org/support/plugin/salesforce-wordpress-to-lead/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/salesforce-wordpress-to-lead/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/salesforce-wordpress-to-lead/reviews/)

 * 15 replies
 * 2 participants
 * Last reply from: [hirogrrl](https://wordpress.org/support/users/hirogrrl/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/server-error-5xx-2/#post-11223844)
 * Status: resolved