Hi Mikey.

I installed latest dev and everything works fine for user 1 but anonymous users dont get served with new content but rather old. This is my settings of boost, attached.

Comments

Marko B’s picture

Seems it the same with non dev release. Guessing it something to do with settings and cron, when i run cron manually data was refreshed but without this maunal cron data was old. Altough i do have cron run setup on hosting on every 15 minutes, this data wasnt refreshed for hours. Will check attentivly now is cron run automaticly and try to see where is real issue and why does user 1 gets new data and anonymous old, is user 1 getting data from cache guessint its not as i dont see boost tags in html.

Marko B’s picture

Version: 6.x-1.x-dev » 6.x-1.18

Watched closely and somehow only manual cron updated cached files. Its said that cron has run on status page but until i make manul run data is not refreshed, any ideas?

Marko B’s picture

lookin into this tip from readme, hope it solves problem

* If cron is not clearing the cache as expected.
228 Set $base_url variable in /sites/default/settings.php (line 125 or so)
229 so cron runs error free and clears the cache properly when invoked like
230 'php /path/to/cron.php' or 'drush cron'. This should be something like
231 http://www.example.com

Marko B’s picture

Seems this to set base url helps, but i encountered new problem, when viewing nodes i get memory error

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 20 bytes) in /home/maggare/public_html/includes/module.inc on line 462

this same error is not present for user 1, only for anonymous.

p.s.
i know i am talking with myself, hope somebody pickups somewhere or maybe this becomes my boost blog :-)