Replies: 0
Hello,
I’m creating a website for a customer. It’s a multisite. The steps I have taken:
– Blank WP install
– WP Multisite (subdirectory, not subdomain) install
– Edited .htaccess and wp-config with the given information from the multisite installation process
– Installed Larch theme https://themeforest.net/item/larch-responsive-multipurpose-wordpress-theme/22746673 with the plugins it comes with
– Edited .htacess as it’s required by the theme to increase memory limits (also tested in a previous installation to increase the limits within the wp-config)
… everything works fine until here.
– Installed woocommerce
… and here the problems begin. In the admin backend I get random 500 internal server errors every now and then. When I deactivate WooCommerce again, the error disappears. I’ve also tested it with a default theme WP comes with – same problem here.
Can anyone help here? All relevant plugins and themes are specified as multisite-ready, .htaccess and wp-config is adjusted, and the memory limits are increased.
Best regards
Sven
.htaccess:
# BEGIN WordPress
# Die Anweisungen (Zeilen) zwischen <code>BEGIN WordPress</code> und <code>END WordPress</code> sind
# dynamisch generiert und sollten nur über WordPress-Filter geändert werden.
# Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
# END WordPress
<IfModule mod_php7.c>
php_value upload_max_filesize 1000M
php_value post_max_size 2000M
php_value memory_limit 3000M
php_value max_execution_time 18000
php_value max_input_time 18000
</IfModule>
wp-config:
[...]
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'waitforthestars.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
WooCommerce system report:
### WordPress Environment ###
WordPress address (URL): http://waitforthestars.com
Site address (URL): http://waitforthestars.com
WC Version: 3.9.2
REST API Version: ✔ 1.0.7
Log Directory Writable: ✔
WP Version: 5.3.2
WP Multisite: ✔
WP Memory Limit: 64 MB
WP Debug Mode: –
WP Cron: ✔
Language: de_DE
External object cache: –
### Server Environment ###
Server Info: Apache
PHP Version: 7.3.15
PHP Post Max Size: 64 MB
PHP Time Limit: 50000
PHP Max Input Vars: 5000
cURL Version: 7.38.0
OpenSSL/1.0.1t
SUHOSIN Installed: –
MySQL Version: 5.7.28-log
Max Upload Size: 1 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔
### Database ###
WC Database Version: 3.9.2
WC Database Prefix: wp_
Datenbank-Gesamtgröße: 8.62MB
Datenbank-Datengröße: 6.64MB
Datenbank-Indexgröße: 1.98MB
wp_woocommerce_sessions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_api_keys: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_attribute_taxonomies: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_downloadable_product_permissions: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_order_items: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_order_itemmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_tax_rates: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_tax_rate_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zones: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_shipping_zone_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zone_methods: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_payment_tokens: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_payment_tokenmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_log: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_2_commentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_2_comments: Daten: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_2_cubeportfolio: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_2_cubeportfolio_items: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_2_links: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_2_options: Daten: 2.22MB + Index: 0.06MB + Engine InnoDB
wp_2_postmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_2_posts: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_2_revslider_css: Daten: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_css_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_layer_animations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_layer_animations_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_navigations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_navigations_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_sliders: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_sliders_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_slides: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_slides_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_static_slides: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_revslider_static_slides_bkp: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_2_termmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_2_terms: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_2_term_relationships: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_2_term_taxonomy: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_blogmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_blogs: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_commentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_comments: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_cubeportfolio: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_cubeportfolio_items: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_links: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_nf3_actions: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_action_meta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_chunks: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_fields: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_field_meta: Daten: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_nf3_forms: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_form_meta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_objects: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_object_meta: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_relationships: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_nf3_upgrades: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_options: Daten: 2.38MB + Index: 0.13MB + Engine InnoDB
wp_postmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_posts: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_registration_log: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_revslider_css: Daten: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_revslider_layer_animations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_navigations: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_sliders: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_slides: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_static_slides: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_signups: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_site: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_sitemeta: Daten: 0.11MB + Index: 0.03MB + Engine InnoDB
wp_termmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_terms: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_term_relationships: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_term_taxonomy: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_usermeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_users: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_download_log: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_product_meta_lookup: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_wc_tax_rate_classes: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_webhooks: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_gzd_dhl_labelmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_dhl_labels: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_shipmentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_shipments: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_shipment_itemmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_gzd_shipment_items: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_gzd_shipping_provider: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_gzd_shipping_providermeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB
### Post Type Counts ###
attachment: 1
page: 7
post: 3
revision: 1
### Security ###
Secure connection (HTTPS): ❌
Dein Shop benutzt kein HTTPS. Erfahre mehr über HTTPS und SSL-Zertifikate.
Hide errors from visitors: ✔
### Active Plugins (10) ###
Cube Portfolio: von Mihai Buricea – 3.9
Envato Market: von Envato – 2.0.3
Larch Custom Post Types: von Upper – 2.3.3
Slider Revolution: von ThemePunch – 6.1.7
WPBakery Page Builder: von Michael M - WPBakery.com – 6.1
Ultimate Addons for WPBakery Page Builder: von Brainstorm Force – 3.19.1
Multisite Language Switcher: von Dennis Ploetner – 2.3.0
GDPR Cookie Consent: von WebToffee – 1.8.5
Ninja Forms: von Saturday Drive – 3.4.24
WooCommerce: von Automattic – 3.9.2
### Inactive Plugins (3) ###
Akismet Anti-Spam: von Automattic – 4.1.3
Germanized for WooCommerce: von Vendidero – 3.1.3
Hello Dolly: von Matt Mullenweg – 1.7.2
### Settings ###
API Enabled: –
Force SSL: –
Currency: EUR (€)
Currency Position: left
Thousand Separator: .
Decimal Separator: ,
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)
Connected to WooCommerce.com: –
### WC Pages ###
Shop-Basis: #9 - /shop/
Warenkorb: #10 - /warenkorb/
Kasse: #11 - /kasse/
Mein Konto: #12 - /mein-konto/
Allgemeine Geschäftsbedingungen: ❌ Seite nicht festgelegt
### Theme ###
Name: Larch Child
Version: 1.0
Author URL:
Child Theme: ✔
Parent Theme Name: Larch
Parent Theme Version: 1.8.1
Parent Theme Author URL: http://upperthemes.com
WooCommerce Support: ✔
### Templates ###
Archive Template: Dein Theme hat eine woocommerce.php-Datei
was dazu führt
dass du das Template woocommerce/archive-product.php nicht überschreiben kannst
da woocommerce.php höher gewichtet wird als archive-product.php. Das ist beabsichtigt
um Darstellungsprobleme zu verhindern.
Overrides: –
### Action Scheduler ###
Abgeschlossen: 0
Oldest: –
Newest: –
Ausstehend: 0
Oldest: –
Newest: –
Abgebrochen: 0
Oldest: –
Newest: –
In Bearbeitung: 0
Oldest: –
Newest: –
Fehlgeschlagen: 0
Oldest: –
Newest: –