some blocks not showing if i dont use www

Permalink
basically some blocks do not show if i leave www off the domain name.

if i am logged in i do see the blocks. if i use view as guest the blocks show but if i log out the blocks don't show.

take a look at my site with and without using www.
(its a temporary domain so the site may move in a few days)

checkhttp://localrus-clients.co.uk/tseoc/......

then take a look athttp://www.localrus-clients.co.uk/tseoc/......


you see the blocks missing on the header and the footer?

the blocks that are missing are both global blocks e.g:

<?php
$a = new globalArea('blarrrrrrr');
$a->display($c);
?>

but i have other global blocks that do show. e.g the site name block.
some how i have made one of my blocks show by doing a automated jobs and a clear of the cache. i have also tried turning on the advanced permissions to try and see iof i can change anything withing that but i don't know how to use it lol so am stuck with a few blocks still not showing.

also i noticed that if i add a google analytics tracking code on the tracking page it doesn't show when not using www. check my site code for the analytics code.

so am stuck with blocks not showing.

update: 26/10 now even more blocks don't show correct

chris123uk
 
rainmaker replied on at Permalink Reply
rainmaker
I'm seeing the same on both sites. I've had this problem though. Sometimes it just takes a bit to populate or something. Hmmm. Maybe clear out your cache?
chris123uk replied on at Permalink Reply
chris123uk
i have cleared it a few times m8. sorry about my links they have .... in them by accident. the website looks different to me with and without www at home and at work.
rainmaker replied on at Permalink Reply
rainmaker
Hey! You still having trouble?
chris123uk replied on at Permalink Reply
chris123uk
yes but i did a redirect to only show www with a htaccess file.
rainmaker replied on at Permalink Reply
rainmaker
Ah yea. What's what I ended up doing to fix the problem I had as well. :) Sorry I couldn't be of more help!
chris123uk replied on at Permalink Reply
chris123uk
am still getting this problem now on local host. if i go to my site like this:http://localhost/sites/cotswold...

i can see all my blocks but if i go to my site like this:
http://192.168.1.76/sites/cotswold...

i dont see some blocks. grrr
rainmaker replied on at Permalink Reply
rainmaker
I can't view either websites. Are you logged in one time and not?
rainmaker replied on at Permalink Reply
rainmaker
Oh! And you're using Global Areas right? I found this out just last week. Here's what you do: Look in your stacks. You have to APPROVE the changes. Silly I know, but it's the truth. :)
chris123uk replied on at Permalink Reply
chris123uk
that might have been part of the problem. but my other issue was that the google analytics script was only showing when using www. and not without it. so had to mod rewrite the url. i was using the dashboard to add the script
chris123uk replied on at Permalink Reply
chris123uk
i might have had to approve the homepage as well as the stack? lol ^o^
rainmaker replied on at Permalink Reply
rainmaker
HAHAH! Yea. That would help on both accounts. ;) Glad it worked for ya!
chris123uk replied on at Permalink Reply
chris123uk
just had a similar problem on latest C5.

when moving the site to production one or two blocks just dont show when logged out but do when logged in.

i have:
cleared cache / ran automated jobs / turn off everything in speed setting (block cache) / cheched .htaccess for any wrong setting (RewriteBase), checked approved stacks, page is approved, changed htaccess to 301 to www.

but sill doesnt show when logged out.

had to change the block handle and re add the blocks to fix it...

super odd!
madeforspace replied on at Permalink Reply
madeforspace
Have you made any changes to page versions, eg. rolled back a page to another version?
This can cause the Admin to see one thing and the User to see another.
If this is the case there is a fix but best to ask the question first.
chris123uk replied on at Permalink Reply
chris123uk
i haven't reverted to a old version on any page.

i did set permissions on each block on the page to stop the user "client" from being able to delete specific blocks from the page. but i did this on a lot of blocks that didnt have problems

i didnt mess with any other permission.