By soyo on
I use panel module to create my frontpage, on which I insert some views into the grids.
After upgrading from 5.7 to 5.10, those views on the frontpage can't display unless I empty the cache_views table before refresh.
Does anyone know what the problem is? Because I can't empty the table every time before refreshing the page.
thanks!
Comments
Hi, I have the same
Hi,
I have the same problem.
subscribing
HI, I have the same
Subscribing
have u got it?
Hi soyo,
i think you have solved your problem?
Because I can't empty the table every time before refreshing the page.
if you solved this in drupal 5.10 please guide me, or if you have not success till now, please give me any guidance to rid out this problem.
What i have done,
i had problem in views_fusion, both views were cacheable, it shouldn't be. so i changed is_cacheable value of primary view from 1 to 0 manually, then it's working fine.
or you can add some line in views.module line no. 2143
Kamlesh Patidar
Hi, Kamlesh Patidar I
Hi, Kamlesh Patidar
I changed the cache.inc file.
All my problems were caused by that the serialize and unserialize functions were missed in some place, what I did was add them back.
I hope this can help you!
is it working?
hi soyo,
Thanks for reply. you suggest that i did it before , but it was not clicked for me, so i changed according to my previous comment, & cache page was not working just because of token authentication module's init() function, so i change that function & now my Website on Drupal 5.10 is working fine without issue till now . once again Thanks
Kamlesh Patidar