Hi zusammen,
ich habe folgendes Problem.
Zuerst die Facts:
Wordpress Version: 4.8.2
Provider 1und1: 1&1 Unlimited (zugesichert MEMORY_LIMIT 512 MB )
Theme: Jupiter
Das Theme meldet Folgendes:
WordPress Memory Limit: 40M, memory_limit should be at least 96MB.
Das Plugin "Simple System Status" zeigt das Ergebnis:
### Begin Simple System Status ###
-- WordPress Environment
Home URL: https://www.zukunft-plus.net
Site URL: https://www.zukunft-plus.net
WP Version: 4.8.2
WP_DEBUG: Disabled
WP Language: en_US
Multisite: No
WP Memory Limit: 40MB
WP Memory Limit Status: Not OK - Recommended Memory Limit is 64MB
WP Table Prefix: wp_
WP Table Prefix Length: 3
WP Table Prefix Status: Acceptable
WP Timezone: Europe/Berlin, GMT: 2
WP Remote Post: wp_remote_post() works
Permalink Structure: /%year%/%monthnum%/%day%/%postname%/
Registered Post Stati: publish, future, draft, pending, private, trash, auto-draft, inherit
Show On Front: posts
## Theme Information ##
Theme Name: Jupiter
Theme Version: 5.9.7
Theme Author: Artbees
Theme Author URI: http://themeforest.net/user/artbees
Is Child Theme: No
## Plugins Information ##
-- Must-Use Plugins
-- WordPress Active Plugins
Artbees Themes Captcha: 1.0 Jose Rodriguez <jose.rodriguez@exec.cl> http://artbees.net/themes
Change Memory Limit: 1.0 Simon
Easy Theme and Plugin Upgrades: 2.0.0 Chris Jean http://wordpress.org/extend/plugins…lugin-upgrades/
Envato Toolkit: 1.3 KestutisIT https://wordpress.org/plugins/toolkit-for-envato/
LayerSlider WP: 6.5.7 Kreatura Media https://codecanyon.net/item/layerslid…plugin-/1362246
Master Slider Pro: 3.2.0 averta http://codecanyon.net/item/mastersli…7925?ref=averta
Minimal Coming Soon & Maintenance Mode: 1.35 WebFactory https://wordpress.org/plugins/minima…intenance-mode/
Server IP & Memory Usage Display: 2.0.3 Apasionados, Apasionados del Marketing http://apasionados.es/#utm_source=wp…ry-usage-plugin
Simple System Status: 1.0.0 Leo Gopal http://leogopal.com/
Slider Revolution: 5.4.5.1 ThemePunch http://revolution.themepunch.com/
WPBakery Visual Composer (Modified Version): 5.2.1 Michael M - WPBakery.com http://vc.wpbakery.com
-- WordPress Inactive Plugins
Akismet Anti-Spam: 4.0 Automattic https://akismet.com/
Hello Dolly: 1.6 Matt Mullenweg http://wordpress.org/plugins/hello-dolly/
## Server Environment ##
Server Info: Apache
Host: DBH: db701818565.db.1and1.com, SRV: zukunft-plus.net
Default Timezone: UTC
MySQL Version: 5.5.57-0+deb7u1-log
-- PHP Configuration
PHP Version: 7.0.23
PHP Post Max Size: 64M
PHP Time Limit: 0
PHP Max Input Vars: 5000
PHP Safe Mode: No
PHP Memory Limit: 512M
PHP Upload Max Size: 64M
PHP Upload Max Filesize: 64M
PHP Arg Separator: &
PHP Allow URL File Open: Yes
-- PHP Extentions
DISPLAY ERRORS: On (1)
FSOCKOPEN: Your server supports fsockopen.
cURL: Your server supports cURL.
SOAP Client: Your server has the SOAP Client enabled.
SUHOSIN: Your server does not have SUHOSIN installed.
-- Session Configuration
Session: Enabled
Session Name: PHPSESSID
Cookie Path: /
Save Path: /tmp
Use Cookies: On
Use Only Cookies: On
-- Client Details:
Platform: Apple
Browser Name: Firefox
Browser Version: 48.0
User Agent String: Mozilla/5.0 (Macintosh; Intel Ma
c OS X 10.6; rv:48.0) Gecko/2010
0101 Firefox/48.0
Client IP Address: 37.201.46.153
### End Simple System Status ###
--------------------------------------------------------------------------
Ich habe in der user.ini die im selben Verzeichnis wie Wordpress liegt folgendes:
memory_limit = 512M
post_max_size = 64M
upload_max_filesize = 64M
Wo ist der Unterschied zwischen WP Memory Limit und PHP Memory Limit ??
Bei der Fehlermeldung vom Theme bekomme ich einen Link der mich im Grunde nur zur Erhöhung PHP Memory Limit führt, wobei diese ja schon auch 512 MB ist
http://codex.wordpress.org/Editing_wp-con…llocated_to_PHP
In der config.php ist:
define( 'WP_MEMORY_LIMIT', '512M' );
Bei der Google-Suche gelange ich immer nur zur der PHP Memory Limit Erhöhung. Die aber laut System Status schon auf 512 MB ist.
Ich danke für jede Hilfe. Gerne teile ich Infos mit die ich vergessen habe
Danke