I have a funny issue when enabling both plugins together from the CP:
I have enabled the WP_DEBUG to see what’s going on:
1. on a clean site, when I just enable Simple:Press I get the following:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of do_action(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /wp-content/plugins/simple-press/sp-api/sp-api-class-user.php on line 274
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of do_action(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /wp-content/plugins/simple-press/sp-api/sp-api-class-user.php on line 283
2. right after that I am enabling the WPML core plugin and I get a blank page instead of a dashboard with this in addition to the messages in item 1:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /wp-admin/includes/template.php on line 292(line number is different sometimes)
Then I have to goto the DB and disable all plugins from there to continue…
Any ideas on how to solve this are greatly appreciated!
(WP 3.3.1 and Simple:Press 5.0 both latest versions)