Navigation
PostCalendar
Login
Test system
This link should be your FIRST recourse to fault finding for your PostCalendar installation. This should give you all the necessary details for your system and most importantly will also show you if the directories that PostCalendar needs to write to have the correct permissions.
Currently clicking on the “Test System” link will give you:
| name | value |
| Sitename: | Al-Yousif Network |
| url: | http://www.alyousif.dyndns.tv/ |
| PHP Version: | 4.1.2 |
| PHP safe_mode: | Off |
| PHP safe_mode_gid: | Off |
| PHP open_basedir: | NULL |
| SAPI: | apache |
| OS: | linux-gnu |
| !WebServer: | Apache |
| PN Version: | 0.7.1 |
| Module dir: | modules/PostCalendar |
| Module version: | 3.9.2 |
| smarty version: | 2.3.1 |
| smarty location: | modules/PostCalendar/pnincludes/Smarty/ |
| smarty template dir: | modules/PostCalendar/pntemplates |
| smarty compile dir: | modules/PostCalendar/pntemplates/compiled |
| smarty cache dir: | modules/PostCalendar/pntemplates/cache |
Something to pay particular attention to is if you have errors like the following
| smarty compile dir: |
| compile dir not writeable! [[modules/PostCalendar/pntemplates/compiled] |
| smarty cache dir: |
| cache dir not writeable! [[modules/PostCalendar/pntemplates/cache] |
obviously you have a problem in setting the correct permissions for the cache and the compiled directories. You would need to change these to 777 (world writable, or at least webserver process owner writable)
