Hi,
ich habe gerade das Update auf 1.0 gemacht.
Das Blog funktioniert soweit; aber im Admin-Bereich kann ich keine Ereignis-Plugins mehr installieren. Ich bekomme auch keine Fehlermeldung; es erscheint lediglich ein weißer Bereich.
Die Seitenleisten-Plugins werden korrekt geladen und angezeigt; daher scheint Spartacus grundsätzlich zu funktionieren.
Hat jemand eine Idee, an welcher Schraube ich drehen kann?
Danke & Grüße,
Sven
Ereignis-Plugins werden nicht geladen
htaccess:
php_value memory_limit 16M
und/oder
php.ini im s9y Verzeichnis:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
;;;;max_execution_time = 30 ; Maximum execution time of each script, in seconds
;;;;max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)
; Maximum size of POST data that PHP will accept.
post_max_size = 10M
; Maximum allowed size for uploaded files.
upload_max_filesize = 10M
Ian
php_value memory_limit 16M
und/oder
php.ini im s9y Verzeichnis:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
;;;;max_execution_time = 30 ; Maximum execution time of each script, in seconds
;;;;max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)
; Maximum size of POST data that PHP will accept.
post_max_size = 10M
; Maximum allowed size for uploaded files.
upload_max_filesize = 10M
Ian