Support Forum
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)
well the first one one to solve is the running out of php memory... what is your allocated php memory?
very odd that you have the display of those warnings enabled on your site - not a best practice or common... but we can look into whether the pass by reference on call can be switched to the receiving end... but that wont be the memory issue..
Visit Cruise Talk Central and Mr Papa's World
24M wow that is low... wp min is 32M with recommended of 48M these days... of course the value changes depending on wp theme and plugins being run...
and max execution time of 30 is a bit skimpy too but usually works...
so I would recommend trying to up the memory...
Visit Cruise Talk Central and Mr Papa's World
good to hear. thanks for the update.
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)