Navigation
PostCalendar
Login
Requirements
The minimum requirements for running PostCalendar 4.0 successfully are:
- PostNuke version 0.71
- PHP version 4.0.6
- 8MB dedicated to PHP (this is the default) – see notes below
GOTCHAS
- make SURE that the APC engine is turned off in your php.ini, look for ;zend_extension=/path/to/apc.so and ensure that the semi-colon is at the begining of that line, hence turning APC off. (contributed and discovered by TheSoko)
Notes:
- Most default installations of PHP default to 8MB or RAM, this is fine for PostCalendar, but we have noticed serveral instances where the host decides to reduce that memory to 4MB. PostCalendar cannot work with just 4 megabytes of space. Remember this space is shared between PostNuke, PostCalendar, Themes, and whatever other modules you chose to install on your site. Please make sure that the memory given to PHP is at least 8MB.
- In heavy (hundreds of events) PostCalendar installations, we noticed that having the default 8MB space is not enough. On upgrading that memory to 16MB it solved all the memory allocation errors. If your site hosts a lot of events, please upgrade the memory allocated to PHP to 16MB as a minimum.
