Quantcast
Channel: Topic Tag: "internal server error" | WordPress.org
Viewing all 995 articles
Browse latest View live

Internal 500 server error

$
0
0

hi people, I’ve read a few post on here from 5/6 years ago and didn’t know if it was still useful or not, today i just started getting a server 500 error, i tried to call my host 1and1 a bunch of times and no pick up, i also read that it was a htaccess problem my current htaccess file is listed below but I’m not sure what I’m looking at exactly

any help would be so greatly appriaicated

# BEGIN WpFastestCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{HTTP_HOST} ^www.premiervacationsflorida.com [NC]
RewriteRule ^(.*)$ http\:\/\/premiervacationsflorida\.com\/$1 [R=301,L]
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
RewriteCond /homepages/22/d476388873/htdocs/Premierfloridavacations/wordpress/wp-content/cache/all/$1/index.html -f
RewriteRule ^(.*) "/wp-content/cache/all/$1/index.html" [L]
##### mobile #####
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/wpfc-mobile-cache/$1/index.html -f [or]
RewriteCond /homepages/22/d476388873/htdocs/Premierfloridavacations/wordpress/wp-content/cache/wpfc-mobile-cache/$1/index.html -f
RewriteRule ^(.*) "/wp-content/cache/wpfc-mobile-cache/$1/index.html" [L]
##### mobile #####
</IfModule>
<FilesMatch "\.(html|htm)$">
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Mon, 29 Oct 1923 20:30:00 GMT"
</ifModule>
</FilesMatch>
# END WpFastestCache
# BEGIN GzipWpFastestCache
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
</IfModule>
# END GzipWpFastestCache
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
 AddOutputFilterByType DEFLATE text/html text/plain text/xml text/x-js text/javascript text/cssAddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/x-javascript application/javascript application/json ## EXPIRES CACHING ##

<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_item_exclude file \.(gz|zip|xsl)$
mod_gzip_item_include mime ^text/html$
mod_gzip_item_include mime ^text/plain$
mod_gzip_item_include mime ^image/x-icon$
mod_gzip_item_include mime ^httpd/unix-directory$
mod_gzip_item_include mime ^text/javascript$
mod_gzip_item_include mime ^application/javascript$
mod_gzip_item_include mime ^application/x-javascript$
mod_gzip_item_include mime ^text/x-js$
mod_gzip_item_include mime ^text/ecmascript$
mod_gzip_item_include mime ^application/ecmascript$
mod_gzip_item_include mime ^text/vbscript$
mod_gzip_item_include mime ^text/fluffscript$
mod_gzip_item_include mime ^text/css$
</IfModule>

ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"

## EXPIRES CACHING ##

Ver 2.0.5 – Error: Internal Server Error, unable to save or make any file mods

$
0
0

This is a great plugin and I have used it for quite some time. I encountered an issue where my translations were getting overwritten. I did some research and found this was due to some automatic updates, etc. I downloaded the latest version 2.0.5 of the plugin hoping to utilize the protected “loco” folder.

Since downloading the newest version I keep encountering the same error. The error from the server side is:
20160828T191417: culinaryskillsandnutrition.ca/wp-admin/admin-ajax.php
PHP Fatal error: Class ‘LocoMoTable’ not found in /hermes/……./wp-content/plugins/loco-translate/lib/compiled/gettext.php on line 43

It happens when I am trying to save a new or existing .mo file. Initially I had changed some configuration settings and I was getting this error. So I reverted back to default settings and I still get the same result.

I have also tried “Adding a new language”, where it copied translations from the old file. I get the exact same server error, except when I log into the site via FTP and navigate to the folder the plugin is correctly adding the .po file but it is breaking when it tries to save a new translated .mo file.

I did the same as above except trying to “copy” from the existing .mo file but the same outcome. I get the server error and the .po file has been added to the directory but no .mo files.

The funny thing is that on the overview page for the bundle, it shows as if there are files that can be edited, however it only has the .po template files and I can not add a .mo file to these.

I am going to try reverting back to the old version and see if it will at least let me save the .mo files and then I can manually upload to my own protected directory.

Thanks in advance,

Ty

https://wordpress.org/plugins/loco-translate/

Internal Server Error on checkout, credit card gets charged

$
0
0

Of 4 orders my website received in the past few days, 3 of them generated an Internal Server Error at checkout–customers were left hanging wondering if order went through. At my end, Woocommerce showed Cancelled Order. In 2 cases, client credit card was charged multiple times for a single order (I use First Data’s Payeezy Gateway for credit-card processing–they were able to find no issues at their end when I reported this and suggested I get in touch with Woocommerce). Evidently Woocommerce holds client order in Pending until the 60-min. limit is passed, then cancels it. But credit-card charge gets completed–sometimes multiple times. Anyone have any ideas what might be the problem here? I use Shopkeeper theme and it and plugins are all up to date.

https://wordpress.org/plugins/woocommerce/

Internal Server Error

$
0
0

I have edited the post, saved and then just realized that the whole text was replaced with this:

Internal Server Error

The server encountered an internal error or
misconfiguration and was unable to complete
your request.

Please contact the server administrator,
webmaster@bibleserver.com and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.

More information about this error may be available
in the server error log.

Homepage feed causing problems with our www. site

$
0
0

We have a calendar feed on our homepage. The simple calendar plugin feed is creating an error when you try to type www. in front of our site (getting an internal server error). It works fine when you type in the site without the www. in front of it.

We have tested it by deactivating simple calendar plugin and the problem goes away. Also, we have tried reactivating the plugin and have the feed on another page other than homepage and there isn’t a problem. It is only when we do a feed on homepage.

Any ideas why the plugin is causing problems with the www. domain?

PHP Warning()

$
0
0

I wish to Buy Woocomerce POS.
But While Activate,
Its trying to Add/Edit in Hosting Root Folder
which is not Good in Practice.
If that Solved,
I am Ready to buy POS Pro..?

Woocomerece Authorized gives Internal server error at checkout

$
0
0

we are using authorizenet-CIM, gateway on our WordPress Store it was working fine but suddenly its stop working and start giving an error at checkout page “Internal Server Error “Please any body suggest a fix thanks

“Internal Server Error” Login

$
0
0

Hi there,
When I try to log-in at “/membership-login/” page I get an “Internal Server Error”.
The curious point is that I just get this error in Chrome!
I have tried in FF and Safari and in both it works great!

I don’t have any Console Error in Chrome. I also have plugin Debug enabled but no error trace appears!

WP version is 4.4.5

Thanks in advance!
Tolo


Internal Server Error on Yoast SEO XML tags sitemap

$
0
0

hi
yesterday i found a problem with my sitemaps…
the original root of sitemap in this adress http://manotomovie-7.tk/sitemap_index.xml open without any problem but when i click on tags sitemaps i see Internal Server Error 500
like this url http://manotomovie-7.tk/post_tag-sitemap12.xml
google search console cannot accses to tags sitemaps too…

so How i can fix it?

500 Internal Server Error from test payment

$
0
0

Hi

I have been attempting to test a form using test card details but have been getting a 500 internal server error with little explanation. The server logs don’t show any record of an error and am not sure how to debug from here.

Could you provide any advice about what might be causing the issue?

Error screenshot if it helps.

WordPress v4.2.10
Gravity forms v1.9.19
Gravity Forms eWay v2.2.2

500 Internal Server error

$
0
0

When i press download button on form. It produces “Internal Server Error 500” but looking at my error_log wordpress file. Here are the last contents

[02-Oct-2016 14:51:47] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘WHERE id = ”’ at line 1 for query SELECT * FROM WHERE id = ”; made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘wp_loaded’), call_user_func_array, wpcf7_control_init, wpcf7_ajax_json_echo, WPCF7_ContactForm->submit, WPCF7_Submission::get_instance, WPCF7_Submission->submit, WPCF7_Submission->mail, do_action(‘wpcf7_before_send_mail’), call_user_func_array, ebd_process_email_form
[02-Oct-2016 14:51:47] PHP Fatal error: Class ‘downloadable_file’ not found in /home/learnuxi/public_html/wp-content/plugins/email-before-download/email-before-download.php on line 472

Can you tell me what could be the problem

Activating Plugin gives an internal server error

$
0
0

Hi,

I am using WordPress with GoDaddy as my host on a Windows Server using Plesk as my dashboard. I am running the latest version of WordPress and installed the latest version of your plugin.

The install works fine. After activating the plugin when I navigate to anywhere else on the site I get “500 Internal Server Error”. The only way to get back in is to rename the plugin directory so the plugin gets deactivated.

I tried this on a fresh install of WordPress on a subdomain with both the default Twenty Sixteen theme and copied over the Quark theme that I am using on my site where I first discovered this issue. On the test domain I have no additional plugins installed/activated.

Any help would be appreciated.

Thanks,
Devin

Internal Server Error from Manual import attempt

$
0
0

I’m having a similar problem that the fella over here was having in a now closed thread:
https://wordpress.org/support/topic/tablepress-saving-failed-ajax-call-failed-error-internal-server-error-try-a/

His solution was:
“I simply changed wp-content to 755 and the magic worked.”

This did not work in my case unfortunately (actually this folder was already set to 755).

So several things:
1. I have no problem manually appending a prexisting table so long as the data I am adding in is a small amount.
2. Thing were working just dandy early this morning and with even larger manual file uploads…replace current table manual uploads that is.
3. I have no problem uploading 1000 or so row by 15-20 header/column data sets (I’m always just copying and pasting from excel…it always works fine and I’m not doing anything differently today).
4. If I, in any manner, attempt to do say a 5000+ row data set, I get the following errror:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@procomputergambler.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Note: I have tried disabling all other plugins and I have the most recent version of wordpress. And again, I’ve uploaded files much larger than this via the manual copy and paste excel > tablepress method. I did this morning as a matter of fact.

Last thing: I spent the last hour on chat with my hosting company. They tried checking error logs and they doubled my php something or other that they thought was relevant. They said they only thing left is to contact the plugin creator and see if there are some configuration settings that are preventing large file uploads that may have JUST been created.

My website is www.procomputergambler.net by the way
…and PS thanks for all you do Tobias. I’ve sent donations your way in the past for the time you’ve taken to help me.

Thank you,
Tom

Website goes to old website after disabling htaccess after Internal Server Error

$
0
0

Hey,

Massive problem! We have an old website and a new website that we’ve been working on, both hosted by cPanel. The old one is www.example.fi and the new one www.example.fi/new. I then today (just as we were about to finish the new website) went to the settings to try and fix a broken link and then faced Internal Server Error 500 – literally couldn’t get anywhere near the site on WordPress.

I then went to cPanel and did the .htaccess_old thing to disable it (as instructed on multiple blog posts) and I think this was the problem because now the new website address just leads to the old website. How do I now fix this problem?

If I don’t find a way I have to do the old website all over again (and will face very angry bosses) so any help would be MASSIVELY appreciated!

Thanks!

500 Internal Server Error

$
0
0

Hi, I installed the plugin, activated my Paypal account for digital goods, buy when press “buy now” button (no sandbox) I got this message:

“Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.”

Please help me understand if it is fixable, I really hope because this plugin is exactly what I needed.


internal server error when accesing to password protected download

$
0
0

Hello,

i found the new version 1.9.9.3 is not compatible with Download Monitor plugin .

I have some password protected downloads, and when i go to the link to put the password and get the download, it shows: Internal Server Error

I downgraded the WP SpamShield plugin version in my website to v. 1.9.9 and the downloads works again… (no more Internal Server Error)

So maybe there is a new incompatibility or some strange problem with new versions onwards v.1.9.9?

Hope you can help with this.

Thanks for your time. Excelent plugin.

Regards.

Internal server error

$
0
0

Hi All,

I have problem of 500 internal server error with my web site. This will happen after 1 or 2 months. We need to restart the server for this.
My site is down on 15 Oct – 16 – so I already logged php error in wordpress. Please check below log which shows some errors continuously in log file for this day.

[15-Oct-2016] PHP Fatal error: Call to undefined function untrailingslashit() in wp-includes\option.php on line 114

[15-Oct-2016 03:12:49 UTC] PHP Fatal error: Call to undefined function add_shortcode() in wp-includes\media.php on line 831
[15-Oct-2016 03:13:10 UTC] PHP Fatal error: Call to undefined function add_shortcode() in wp-includes\media.php on line 831
[15-Oct-2016 03:13:29 UTC] PHP Fatal error: Call to undefined function add_shortcode() in wp-includes\media.php on line 831

[15-Oct-2016 09:25:31 UTC] PHP Fatal error: Call to undefined function current_theme_supports() in wp-includes\taxonomy.php on line 132
[15-Oct-2016 09:25:34 UTC] PHP Fatal error: Call to undefined function current_theme_supports() in wp-includes\taxonomy.php on line 132
[15-Oct-2016 09:25:38 UTC] PHP Fatal error: Call to undefined function current_theme_supports() in wp-includes\taxonomy.php on line 132

[15-Oct-2016 13:19:32 UTC] PHP Fatal error: Cannot redeclare class Walker in wp-includes\class-wp-walker.php on line 14
[15-Oct-2016 13:19:36 UTC] PHP Fatal error: Cannot redeclare class Walker in wp-includes\class-wp-walker.php on line 14
[15-Oct-2016 13:19:52 UTC] PHP Fatal error: Cannot redeclare class Walker in wp-includes\class-wp-walker.php on line 14
[15-Oct-2016 13:20:10 UTC] PHP Fatal error: Cannot redeclare class Walker in wp-includes\class-wp-walker.php on line 14
[15-Oct-2016 13:20:31 UTC] PHP Fatal error: Cannot redeclare class Walker in wp-includes\class-wp-walker.php on line 14

[16-Oct-2016 06:46:42 UTC] PHP Fatal error: Cannot redeclare wp_is_mobile() (previously declared in wp-includes\vars.php:126) in wp-includes\vars.php on line 126
[16-Oct-2016 06:46:45 UTC] PHP Fatal error: Cannot redeclare wp_is_mobile() (previously declared in wp-includes\vars.php:126) in wp-includes\vars.php on line 126
[16-Oct-2016 06:46:49 UTC] PHP Fatal error: Cannot redeclare wp_is_mobile() (previously declared in wp-includes\vars.php:126) in wp-includes\vars.php on line 126
[16-Oct-2016 06:46:57 UTC] PHP Fatal error: Cannot redeclare wp_is_mobile() (previously declared in wp-includes\vars.php:126) in wp-includes\vars.php on line 126
[16-Oct-2016 06:46:59 UTC] PHP Fatal error: Cannot redeclare wp_is_mobile() (previously declared in wp-includes\vars.php:126) in wp-includes\vars.php on line 126
[16-Oct-2016 06:47:02 UTC] PHP Fatal error: Cannot redeclare wp_is_mobile() (previously declared in wp-includes\vars.php:126) in wp-includes\vars.php on line 126

I have to know what is exact problem in this. are these error happen to Internal 500 server error?

Can you please help me on this?

Thanks,
Swapnil

Plugin throwing HTTP 500 error

$
0
0

Hello there, been using your plugin for the last two years without issue, until now.

No special configuration on the plugin, just a small JPG at the top of the template. No custom fonts or anything like that.

Turned on debug, and got the following error when attempting to generate a PDF packing slip:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 122880 bytes) in /home/supahduc/public_html/northerncharms.ca/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/lib/dompdf/include/page_frame_decorator.cls.php on line 394

My install has 128MB available, and all other indicators are green, except for opcache and Gmagick.

Any thoughts on the issue, as this has been working fine until now, and there hasn’t been any other changes to the WordPress / WooCommerce installation, other than the normal upgrades for installed plugins.

Woocommerce internal server error / undefined index error

$
0
0

Hi all,

I am desperately asking for your help.

I set up a woocommerce store 6 months ago, and ever since my site ‘randomly’ goes down with an internal server error 500 error both front an backend, this happens pretty often lately, my site is barely accessable (however it is more often during the evening hours, but there is no huge spike in my traffic).

I tried every fix that I have found online, including regenerating .htaccess, increasing memory, clean installing wordpress and woocommerce, deactivating plugins, basically everything I could find online. My provider (dreamhost) says that my site gets over a thousand hits, that exhaust my memory, however there is no way I am having such traffic, so they think that there must be a loopback because one of the IP’s constantly hitting the site is it’s own IP – however I cannot locate this issue, and I am not even really familiar with coding.

They advised me to set up wp super cache in mod_rewrite mod, which I did (in order to do this I had to change my permalinks). Frontend issue seemed to be gone, however on the backend I got 404 errors all the time, sometimes I had to refresh like 10-15 times the page to load it properly.
Provider says it’s still the same memory issue.

Now (after a week of setting up wp super cache) the internal server error 500 is back on both end, and 404 error on the back and. I tried debugging and this is what I got:

PHP Notice: Undefined index: line_subtotal_tax in /home/patsch138/glowingmood.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php on line 1611

I have no idea what this means, or how to solve it, or even if this is the root of all evil.
Could you please kindly advise? I just spent money on several advertising campaigns, and my site is crashing, no good.

I am also considering purchasing a new theme since this one has a visual composer, that runs shortcodes on the frontend, which might be one of the problems according to plugin performance profiler, but I am not sure. What do you think? I tried changing to another theme, but I cannot test if it works or not because there is no content, since my theme is using it’s own shortcodes to display everything.

Or should I migrate to another provider?

Please kindly advise.
Woocommerce system report below, I hope I paste this one right.


### WordPress Environment ###

Home URL: http://www.glowingmood.com
Site URL: http://www.glowingmood.com
WC Version: 2.6.7
Log Directory Writable: ✔
WP Version: 4.6.1
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: ✔
WP Cron: ✔
Language: hu_HU

### Server Environment ###

Server Info: Apache
PHP Version: 5.6.24
PHP Post Max Size: 65 MB
PHP Time Limit: 90
PHP Max Input Vars: 1000
cURL Version: 7.35.0
OpenSSL/1.0.1

SUHOSIN Installed: –
MySQL Version: 5.6.25
Max Upload Size: 64 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Távoli POST: ✔
Távoli GET: ✔

### Database ###

WC Database Version: 2.6.7
:
woocommerce_sessions: ✔
woocommerce_api_keys: ✔
woocommerce_attribute_taxonomies: ✔
woocommerce_downloadable_product_permissions: ✔
woocommerce_order_items: ✔
woocommerce_order_itemmeta: ✔
woocommerce_tax_rates: ✔
woocommerce_tax_rate_locations: ✔
woocommerce_shipping_zones: ✔
woocommerce_shipping_zone_locations: ✔
woocommerce_shipping_zone_methods: ✔
woocommerce_payment_tokens: ✔
woocommerce_payment_tokenmeta: ✔
MaxMind GeoIP Database: ✔

### Active Plugins (13) ###

JaW Menu for GoodStore theme: írta JaW Templates – 1.4.2
JaW Shortcodes: írta JaW Templates – 1.5.8
JaW Widgets: írta JaW Templates – 1.4.0
P3 (Plugin Performance Profiler): írta GoDaddy.com – 1.5.3.9
Barion Payment Gateway for WooCommerce: írta Peter Szel  – 0.9.1
Regenerate Thumbnails: írta Alex Mills (Viper007Bond) – 2.2.6
Slider Revolution: írta ThemePunch – 5.2.6
Say What?: írta Lee Willis – 1.7.1
Woo Checkout Field Editor Pro: írta ThemeHiGH – 1.1.2
WooCommerce Google Analytics Integration: írta WooThemes – 1.4.0
WooCommerce Stock Manager: írta Vladislav Musílek – 1.1.1
WooCommerce: írta WooThemes – 2.6.7
WP Super Cache: írta Automattic – 1.4.8

### Settings ###

Force SSL: ✔
Currency: HUF (Ft)
Currency Position: right_space
Thousand Separator:
Decimal Separator: ,
Number of Decimals: 0

### API ###

API Enabled: ✔

### WC Pages ###

Üzlet főoldal: #4 - /uzlet/
Kosár: #5 - /kosar/
Pénztár: #6 - /penztar/
Fiókom: #7 - /fiokom/

### Taxonomies ###

Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)

### Theme ###

Name: GoodStore
Version: 3.0.6
Author URL: http://www.jawtemplates.com/
Child Theme: ❌ – Amennyiben a WooCommerce-t egy olyan szülősablonban módosítunk
amelyet nem saját magunk készítettünk
akkor javasoljuk a származtatott sablon használatát. Hogyan készítsünk származtatott sablonokat

WooCommerce Support: ✔

### Templates ###

Overrides: Your theme has a woocommerce.php file
you will not be able to override the woocommerce/archive-product.php custom template since woocommerce.php has priority over archive-product.php. This is intended to prevent display issues.

Overrides: goodstore00/woocommerce/archive-product.php
goodstore00/woocommerce/cart/cart.php
goodstore00/woocommerce/cart/cross-sells.php
goodstore00/content-product.php
goodstore00/content-product_cat.php
goodstore00/woocommerce/content-single-product.php
goodstore00/woocommerce/emails/customer-completed-order.php
goodstore00/woocommerce/emails/customer-new-account.php
goodstore00/woocommerce/emails/customer-on-hold-order.php
goodstore00/woocommerce/global/wrapper-end.php
goodstore00/woocommerce/global/wrapper-start.php
goodstore00/woocommerce/loop/add-to-cart.php
goodstore00/woocommerce/loop/loop-end.php
goodstore00/woocommerce/loop/loop-start.php
goodstore00/woocommerce/loop/orderby.php
goodstore00/woocommerce/loop/price.php
goodstore00/woocommerce/loop/result-count.php
goodstore00/woocommerce/loop/sale-flash.php
goodstore00/product-searchform.php
goodstore00/woocommerce/single-product/meta.php
goodstore00/woocommerce/single-product/product-image.php
goodstore00/woocommerce/single-product/product-thumbnails.php
goodstore00/woocommerce/single-product/related.php
goodstore00/woocommerce/single-product/sale-flash.php
goodstore00/woocommerce/single-product/tabs/description.php
goodstore00/woocommerce/single-product/up-sells.php

500 Internal Server Error when activating Jetpack plugin

$
0
0

I have no other plugins installed.

When I activate the Jetpack plugin (latest version), I immediately get the Internal Server Error message. The message persists throughout all of WP-Admin, and through all of my site’s pages except for the home page (probably caching).

Deleting the plugin folder (thus deactivating the plugin) resolves the issue immediately.

I have deleted and manually re-added the Jetpack plugin folder multiple times, trying a couple of different scenarios with the PHP alloc numbers. Nothing has worked so far. I’m currently set to 128M alloc, with a max of 256M.

This problem persists after a fresh manual install of WordPress. I’m using GoDaddy (Plesk) for hosting. Their error logs are way over my head, but if you’d like me to post today’s logs, I certainly can.

This problem has persisted over several versions of Jetpack. By the way, I cannot install Jetpack using the auto-install tool. When I click the blue “install” button at the bottom of the page (after entering my site’s URL) it queues up the plugin install. However, when it attempts to communicate with my WP site, it idles out into the same 500 Internal Server Error page. The plugin folder is created and populated successfully (I can see it through FTP) so I’m guessing it errors out when attempting to activate the plugin, just as it would manually.

I’ve been fighting this issue for nearly a year. SOS! Please send help!

Viewing all 995 articles
Browse latest View live