• Resolved zameer85

    (@zameer85)


    Hi,

    I am using wordpress 4.7.3 and woo commerce 2.6.14 but I am unable to install and activate your plugin. It breaks my website. I get 500 error but as soon as remove traces of your plugin it works. Can you help?

    Installation failed: <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> 500 Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator and inform them of the time the error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Contributor vsego

    (@vsego)

    Hi!

    I am sorry to hear that you’re having problems with our plugin. The configuration that you’re describing is what we’ve tested a lot with, and I’m pretty sure that it should work on its own, so my guess is a conflict with another plugin.

    For starters, can you please look in your server logs and let us know which errors get reported there when the site crashes?

    Also, which other plugins are you using and are they all (including ours) up to date (except WooCommerce; we’re still working on compatibility with 3.0)?

    Specificaly, if you have older version of WooCommerce Royal Mail Shipping Calculator, the site will crash. The authors of that one responded very quickly and the current version has that problem fixed.

    If the problem is not because of that, we can look into the other plugins that you have, but we need error logs and which plugins/versions are you using, in order to weed the problem out.

    Thread Starter zameer85

    (@zameer85)

    Hi,
    Thanks for your prompt response. I am not using many plugins at all.. here is the list of plugins (only two):

    1. One-Click Child Theme, version: 1.6
    2. WooCommerce, version 2.6.14

    On installing your plugin, manually, i get this error:

    Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/14/11499214/html/vaewolf/wp-includes/class-wp-image-editor.php on line 420

    Error Log:

    [Thu Apr 13 06:11:59 2017] [11499214] [fcgid:warn] (104)Connection reset by peer: [client 217.41.41.130:60749] mod_fcgid: error reading data from FastCGI server, referer http://vaewolf.com/wp-admin/plugins.php
    [Thu Apr 13 06:11:59 2017] [11499214] [core:error] [client 217.41.41.130:60749] End of script output before headers: plugins.php, referer http://vaewolf.com/wp-admin/plugins.php
    [Thu Apr 13 06:14:25 2017] [11499214] [fcgid:warn] (104)Connection reset by peer: [client 217.41.41.130:60809] mod_fcgid: error reading data from FastCGI server, referer http://vaewolf.com/wp-admin/plugins.php?plugin_status=all&paged=1&s
    [Thu Apr 13 06:14:25 2017] [11499214] [core:error] [client 217.41.41.130:60809] End of script output before headers: plugins.php, referer http://vaewolf.com/wp-admin/plugins.php?plugin_status=all&paged=1&s
    [Thu Apr 13 06:14:58 2017] [11499214] [fcgid:warn] (104)Connection reset by peer: [client 217.41.41.130:60820] mod_fcgid: error reading data from FastCGI server, referer http://vaewolf.com/wp-admin/plugin-install.php
    [Thu Apr 13 06:14:58 2017] [11499214] [core:error] [client 217.41.41.130:60820] End of script output before headers: plugins.php, referer http://vaewolf.com/wp-admin/plugin-install.php
    [Thu Apr 13 06:15:02 2017] [11499214] [fcgid:warn] (104)Connection reset by peer: [client 217.41.41.130:60819] mod_fcgid: error reading data from FastCGI server, referer http://vaewolf.com/wp-admin/plugin-install.php
    [Thu Apr 13 06:15:02 2017] [11499214] [core:error] [client 217.41.41.130:60819] End of script output before headers: plugins.php, referer http://vaewolf.com/wp-admin/plugin-install.php
    [Thu Apr 13 06:15:11 2017] [11499214] [fcgid:warn] (104)Connection reset by peer: [client 217.41.41.130:60821] mod_fcgid: error reading data from FastCGI server
    [Thu Apr 13 06:15:11 2017] [11499214] [core:error] [client 217.41.41.130:60821] End of script output before headers: index.php
    [Thu Apr 13 06:15:43 2017] [11499214] [fcgid:warn] (104)Connection reset by peer: [client 217.41.41.130:60871] mod_fcgid: error reading data from FastCGI server
    [Thu Apr 13 06:15:43 2017] [11499214] [core:error] [client 217.41.41.130:60871] End of script output before headers: index.php
    [Thu Apr 13 06:24:19 2017] [11499214] [fcgid:warn] (104)Connection reset by peer: [client 217.41.41.130:60912] mod_fcgid: error reading data from FastCGI server, referer http://vaewolf.com/wp-admin/update.php?action=upload-plugin
    [Thu Apr 13 06:24:19 2017] [11499214] [core:error] [client 217.41.41.130:60912] End of script output before headers: plugins.php, referer http://vaewolf.com/wp-admin/update.php?action=upload-plugin
    [Thu Apr 13 06:26:36 2017] [11499214] [fcgid:warn] (104)Connection reset by peer: [client 217.41.41.130:60942] mod_fcgid: error reading data from FastCGI server, referer http://vaewolf.com/wp-admin/plugins.php
    [Thu Apr 13 06:26:36 2017] [11499214] [core:error] [client 217.41.41.130:60942] End of script output before headers: plugins.php, referer http://vaewolf.com/wp-admin/plugins.php

    • This reply was modified 7 years ago by zameer85.
    Plugin Contributor vsego

    (@vsego)

    Unfortunately, I have no idea why is this failing. I cannot trace “…/class-wp-image-editor.php on line 420” to anything that our plugin is calling, and I especially don’t see a reason for it to timeout. There is exactly one image that we put in your Media library, and there is no reason for the processing of that image to take over 30 seconds.

    The rest of the errors were caused by something being output before WP was done sending errors, most likely the error message that was caused above.

    I will look into this further and post when I find out what is going on.

    Would you be willing to try with a) the default theme and b) “One-Click Child Theme” disabled (this would be between one and three separate experiments: without both of them and, if that makes it work, without each of them separately), to see if there is a conflict with either your current theme or with that plugin (or both, but that’s really not likely)? It might give me some hint where to look further.

    I’ve marked this topic as “not resolved” because it obviously isn’t. Not sure how it got marked as “resolved” in the first place.

    Thread Starter zameer85

    (@zameer85)

    Hi, i have spoken to hosting company in details and they looked into this thoroughly and concluded that it was your plugin creating the issue. I disabled all plugins and changed themes but problem persists when Kite plugin is activate. Once it is disabled, everything works normal.

    Plugin Contributor vsego

    (@vsego)

    Thank you so much for trying that!

    Please, try one more thing: add [this image](https://s3.amazonaws.com/kitewebsite/kite_logo.png) to your Media library. This is the only image that the plugin tries to upload to your web site, so I’m wondering: does it work if you add it manually? Feel free to delete it if it does.

    Also, may I ask who your hosting provider is?

    When we find a solution for this, I’ll post here. The next update, or possibly a few of them, will likely be related to fixing problems caused by WooCommerce 3.0.

    Thread Starter zameer85

    (@zameer85)

    Hi again, thanks for your reply. I added the image but the problem still persists. I am using godaddy. Would you like to login into the site to have a look? I don’t mind sharing details with you (send me your email address in that case please)?
    I really want this issue resolved or else I won’t be able to use your services, which would be a shame!

    Thanks!

    Plugin Contributor vsego

    (@vsego)

    Not sure why, but GoDaddy one was mentioned on several spots related to this. My guess (I didn’t have the time to research it yet) is that their download or something related is slow and eats up a lot of time, causing the timeout when we’re fetching a remote image. Look, for example, [here](https://core.trac.wordpress.org/ticket/36534#comment:44).

    Please, try to add what that guy suggested (max_execution_time = 300;) to php5.ini.

    I don’t mind taking a peak, but I prefer to avoid using other people’s credentials if I can, so let’s try without this first. This is obviously a timeout issue, we just need to figure out where exactly.

    The difference between what you did manually and what the plugin does is that you uploaded, while the plugin is fetching it from the net. Everything else should be the same, so I’m quite certain that fetching causes issues. Let’s see if we can work around that. So, first, a bigger timeout. This fetching happens only when the plugin is being installed, so it should be just a one-time thing.

    Plugin Contributor vsego

    (@vsego)

    Hi!

    Please try the (just released) version 1.0.13. That image is now loading locally and should have no reason to timeout.

    However, if there is a network communication problem with your server, you might not be able to make orders, as the plugin needs to contact our central server for that. I suggest you set it to “test” mode and see if the orders are going through.

    Kind regards,

    V.

    Thread Starter zameer85

    (@zameer85)

    Hi, thaks.. I updated but it broke the site. I get this error now:

    Parse error: syntax error, unexpected ‘[‘ in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/kite.php on line 1625

    Thread Starter zameer85

    (@zameer85)

    I deleted the old plugin and installed fresh from the wordpress plugin directory, it still comes up with the same fatal error.

    Plugin Contributor vsego

    (@vsego)

    That’s due to your server running PHP older than 5.4, which was released in March 2012.

    We’ve rebuilt and updated 4.0.13 to account for that. Please redownload it.

    • This reply was modified 6 years, 12 months ago by vsego.
    Thread Starter zameer85

    (@zameer85)

    Hi again, thanks! It has resolved the fatal error but now the initial problem of error in connection is back again… 🙁

    Thread Starter zameer85

    (@zameer85)

    500 Internal Server Error is back again! memory limit is 512 mb, upload size is 128 mb, php time limit is 600, so i don’t see why this error is coming back!!!

    Plugin Contributor vsego

    (@vsego)

    Error 500 is caused by some hick-up on the server, but it can be almost anything. Please, see in the logs what’s happening and post it here.

    Thread Starter zameer85

    (@zameer85)

    [21-Apr-2017 10:53:04 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:04 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:04 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:04 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:05 UTC] PHP Notice: Undefined index: page in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/plugin.php on line 912
    [21-Apr-2017 10:53:05 UTC] PHP Notice: Undefined index: done in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/tools.php on line 145
    [21-Apr-2017 10:53:05 UTC] PHP Notice: Undefined index: in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/tools.php on line 147
    [21-Apr-2017 10:53:06 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:06 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:06 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:06 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:06 UTC] PHP Notice: Undefined index: done in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/tools.php on line 145
    [21-Apr-2017 10:53:06 UTC] PHP Notice: Undefined index: in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/tools.php on line 147
    [21-Apr-2017 10:53:16 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:16 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:16 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:16 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:16 UTC] PHP Notice: Undefined index: done in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/tools.php on line 145
    [21-Apr-2017 10:53:16 UTC] PHP Notice: Undefined index: in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/tools.php on line 147
    [21-Apr-2017 10:53:18 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:18 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:18 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:18 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:18 UTC] PHP Notice: Undefined index: done in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/tools.php on line 145
    [21-Apr-2017 10:53:18 UTC] PHP Notice: Undefined index: in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/tools.php on line 147
    [21-Apr-2017 10:53:29 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:29 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:29 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:29 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:53:29 UTC] PHP Notice: Undefined index: page in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/plugin.php on line 912
    [21-Apr-2017 10:53:29 UTC] PHP Notice: Undefined index: done in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/tools.php on line 145
    [21-Apr-2017 10:53:29 UTC] PHP Notice: Undefined index: in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/tools.php on line 147
    [21-Apr-2017 10:54:06 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:54:06 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:54:06 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:54:06 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:54:06 UTC] PHP Notice: Undefined index: page in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/plugin.php on line 912
    [21-Apr-2017 10:54:31 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:54:31 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:54:31 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:54:31 UTC] PHP Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/content/14/11499214/html/vaewolf/wp-includes/functions.php on line 4138
    [21-Apr-2017 10:54:31 UTC] PHP Notice: Undefined index: page in /home/content/14/11499214/html/vaewolf/wp-content/plugins/kite-print-and-dropshipping-on-demand/plugin.php on line 912

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Installation/activation error. Breaks site!’ is closed to new replies.