normal login/logout or admincp/modcp login/logout?
Any PHP errors? Might be a problem with a PHP error that prevents cookies being set. Check your logs if possible. And are you still running 3.5.2? Maybe upgrade to 3.5.4.
I'm using vB 3.5.4. Now I get blank pages randomly after using the mod for a while. Clear the cache will fix it, no PHP errors.
You *should* run PHP 5.1, PHP 5.0 is not recommended by PHP I think.
Blank page? That usually sounds like a parsing error or something. Can you check all the files in the templates/ folder if they are empty? Or somehow corrupted? APC cache too small?
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
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
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?
Is posible add a new param in ACP->Forum Options->Template cache to change the standard dir templates to another dir ??
I wont change the standard dir /forum/templates to another drive to gain in speed.
Another question, is recommended disable the vBulletin datastore cache with this hack or not ?