Quote:
Originally Posted by FiX
I installed it without any problems, but it does not cache anything. The /templates folder ist chmode 777, but no files appear when browsing the forums
any ideas?
(yes it is enabled)
|
Mmhh, that's a tough one. Is the templates/ folder in your forums/ directory?
If you know PHP you could try to change the relative paths in the template_cache.php to absolule paths?
Running safe mode? Or SuEXEC PHP or something similar? Seems like it's a permission problem to be honest...
Quote:
Originally Posted by vampireus
I would like to upgrade PHP too, but my board's webmaster don't want to cuz the database is over 5GB.
Here is APC conifg, anything I should change? apc.max_file_size 1M is too small, maybe?
apc.cache_by_default On On
apc.enable_cli Off Off
apc.enabled On On
apc.file_update_protection 2 2
apc.filters no value no value
apc.gc_ttl 3600 3600
apc.max_file_size 1M 1M
apc.mmap_file_mask no value no value
apc.num_files_hint 1000 1000
apc.optimization Off Off
apc.shm_segments 1 1
apc.shm_size 64 64
apc.slam_defense Off Off
apc.ttl 0 0
apc.user_entries_hint 100 100
apc.user_ttl 0 0
Nothing's wrong with files in folder templates.
|
Mine is 64mb too and that's enough...hm. My max_file_size is 1mb too. What is the full http request on the blank page? Just "HTTP/1.x 200 OK" and "Content-Length: 0"? Or some error?
Do you log PHP errors to a file?