Spartacus plugin and themes = no theme config (mem?)
Posted: Thu Jul 24, 2008 10:55 am
In short:
- spartacus plugin is enabled, downloading plugins works correctly
- when I disable theme download in spartacus plugin preferences, theme selection works correctly
- when I enable theme download in spartacus plugin preferences, I can't open the theme selection window at all (click to Manage Styles results in textual info that some index file was downloaded, without the resulting window being open at all)
The explanation is likely in the logs:
PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 71 bytes) in /home/marcink/moj_web_blog/data/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 260
So I have:
- a question: how much memory is currently needed to handle this very case (= which memory_limit people who are able to open this have in php.ini)
- a suggestion: maybe this code is worth looking at to reduce memory requirements a little bit?
- spartacus plugin is enabled, downloading plugins works correctly
- when I disable theme download in spartacus plugin preferences, theme selection works correctly
- when I enable theme download in spartacus plugin preferences, I can't open the theme selection window at all (click to Manage Styles results in textual info that some index file was downloaded, without the resulting window being open at all)
The explanation is likely in the logs:
PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 71 bytes) in /home/marcink/moj_web_blog/data/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 260
So I have:
- a question: how much memory is currently needed to handle this very case (= which memory_limit people who are able to open this have in php.ini)
- a suggestion: maybe this code is worth looking at to reduce memory requirements a little bit?