Hi,
Please check your php memory limit, install this plugin and post back with what it reports: https://wordpress.org/support/plugin/wp-memory-usage
PHP Version : 5.4.40 / 64Bit OS
Memory limit : 1024 MB
Memory usage : 35.11 MB
Please edit wp-config.php file (in the WordPress root folder) and modify line:
define('WP_DEBUG', false);
to
define('WP_DEBUG', true);
Then please navigate to your calendar page. It should produce useful trace information.
hi Benjamin, i change
define(‘WP_DEBUG’, false);
to
define(‘WP_DEBUG’, true);
no change is happen…
some details:
1) i haved deactivate all other plugins and no change, when i try to save the settings it takes forever and after that the message, Internal server error.
2) i have changed my theme to the twenty fourteen but still no change
3) when i make a page and put a shortcode in example
[ai1ec]
the page seems ok (without saving the settings) and then try to change the date i become another error:
Something went wrong while fetching events.
The request status is: 200
The error thrown was: SyntaxError: expected expression, got ‘<‘
hope this helps
another question:
im searching everywhere for my sollution and found this:
https://wordpress.org/support/topic/settings-wont-update-204?replies=27
After looking in my database i do not have wp_user_roles but wp_17_user_roles, i working with a wp multisite could this be the problem?