Problem with Family Protection blocking

I have an ongoing problem with Family Protection blocking allowed websites from my daughter.  I checked her account settings which are the same as her brother's and he has no problems.  I then removed her account and created a new one and copied the settings across from his to ensure everything was the same - still no difference.  Any suggestions?  I guess I could try reinstalling but it is such hassle to get a code etc...

I am experiencing this issue as well. I can download about 50 of my 900 songs through family sharing the rest say unable to download. Apple call support and genous at Apple store were both unable to solve the issue. I've resorted to using the same Apple ID on all devices but obviously this is not ideal. If anyone has success solving this I would love to see a post on it. It's definitely something with the iTunes or Apple id end of things and not device or setting related because I have tried everything I can locally.

Similar Messages

  • Has anyone had problems with iCloud being blocked by corporate web security?

    Has anyone else encountered problems with iCloud being blocked by the web-security on company computers?   I never had any problems with me.com, but now it appears I will be unable to check my mail via any computer at work. 
    Since iCloud is a portal for high-volume image and file sharing, I can understand why the site would be blocked, but it's very frustrating that this possibility would not have been anticipated, and an alternate web-mail site been set up.  Otherwise many me.com subscribers may be left unable to use the iCloud web-mail portal via computers at work or at internet cafes that may block access to potentially risky websites.
    Has anyone figured out a back door to this problem? 

    I dont beleive its an iOS 5 Issue - i think its hardware...
    Simply because i have been running iOS 5 beta's since june and there were no issues with my iPhone 4.
    When i installed the GM on my iphone 4 (which is the same build as the public release) there were no issues with charging in my vehicle.
    Now, charging my iPhone 4S in my car is practically impossible.
    when i plug mine in, it will display the "Plugged" symbol on the battery display but not actually charge. the battery will still decrease.
    then it will randomly "disconnect" and not register that it is plugged in. then appear to be plugged in, then not, then plugged in, then not.
    This will repeat over and over again without actually charging and the charger being in the socket throughout.
    however yesterday i left it plugged in and my battery was 9% and after the strange plugged-in behaviour i noticed it was charging normally after about 20 mins in the car.
    But when i did the same journey time today, the battery wouldnt register at all.... charging has only been successful ONCE since 14th October on the iPhone 4s
    No idea whats up with it...
    anybody else?

  • HT1473 Do iMacs (2009) have a problem with copy protected CDs?

    Do iMac (2009) have a problem with copy protected CDs? My iMac keeps ejecting new (2014) George Harrison (Apple years) CDs I bought.

    Sorry, I should have been clearer. My iMac is not recognising the 2014 pressing of George Harrison's apple year CDs, I can't get them to play (let alone try & copy them). The CD is accepted in the drive, it reads the CD & then ejects it. I suspect that the CDs are copy protected, although I do have earlier (e.g. from 2004) copy controlled CDs that the iMac will play. Is there a known issue with iMacs not playing copy protected CDs?
    My copy protection suspicion is based on a user posting on the George Harrison website, there is nothing on the CDs that state they are copy protected.
    NB CDs play ok on CD players & also on a windows laptop.

  • Problems with Family Sharing

    I have not been able to get Family Sharing to work well with my child.  I have set up Family Sharing where I am the organizer, my wife is a parent/guardian, and my kids are also in as family members.  My youngest is under 13, so I set up an @icloud appleID for her for use on her iPod.  No issues in setting it up but I am having two ongoing problems - my guess is that they are related;
    (1) When I go to purchases on my iPhone, the following is at the top of the screen: "This iTunes account is set up to use Family Sharing with a different iCloud account than [email protected]"  Where [email protected] is my daughter's appleID.  I am signed into everything on my iPhone under my appleID, and she is signed into everything under her appleID on her iPod.
    (2) She went to download a free app from the App Store.  It prompted her to "Ask to Buy" and she selected send.  I never received the notification to approve her "purchase"  The only way to get the app on her iPod was for me to "purchase" it on my iPhone; she could then download it from purchases on her iPod.
    From my searching the communities and other forums (1) seems to be a common problem, but I have not yet seen a global solution posted.  (2) also seems to be prevalent.
    Note that when my son went to purchase an App for the Macbook Air, I did received the notification.
    Any assistance would be great.

    Hey Charliebunny,
    Thanks for the question. The following resources may help you grasp a better understanding of Family Sharing:
    Family Sharing
    http://support.apple.com/kb/HT201060
    Sharing purchased content with Family Sharing
    http://support.apple.com/kb/HT201085
    Thanks,
    Matt M.

  • IPhoto - MobileMe gallery subscription - problem with password-protected

    I am having a peculiar problem with subscribed galleries from MobileMe in iPhoto 08 and iPhoto 09. For galleries that have password-protection enabled, the full URL of the gallery subscription feed is pulled through as the Subscription title instead of the gallery title.
    For example "http://gallery.e.com/ACCOUNT-NAME/XXXXXX/?webdav-method-truthget&depth=infinit y&feedfmt=atom....
    This doesn't occur for public MobileMe galleries. The title of the gallery comes across and the URL of the subscription is hidden.
    Anyone having similar problems? Local Genius Bar couldn't help and assumed it was just a bug, but it doesn't seem to be typical of Apple.
    As an aside, it would also be nice to have these feed subscriptions behave similarly to the way RSS subscriptions work in Mail, with the ability to select how often the feed is queried and indicate the number of new items. This would alert users of changes to feeds.
    Joe

    Upon further research, it appears that this problem occurs when publishing from either iPhoto or Aperture to MobileMe. The problem seems to be when a gallery is published and one chooses not to have the gallery appear on the main gallery page (hidden). It seems to have nothing to do with whether or not one protects the gallery with a password.
    So, Apple, if you are listening, can you provide any information on how to have the title of the gallery come through when subscribing using iPhoto while at the same time not listing the gallery on the main MobileMe gallery page? This seems to be a fixable bug.

  • Problem with Nested tell blocks in Applescript

    Hello everyone,
    I've been trying to do a little Applescript, whose purpose is to open a file selector to let the user choose a bunch of images, then prompt him to ask a resizing ratio, and then resize the chosen pictures accordingly (after duplicating the originals in a folder on the desktop, the copied files being the ones resized).
    I'm having problems with the resizing part... Here is the code I've come up with so far... "Image traitées" is the name of the new folder created on the desktop, and "compression" is the factor in %.
         -- Resizing 
         tell application "Finder"
              repeat with photo in folder "Images traitées" of desktop
                   tell application "Image Events"
                        launch
                        scale photo by factor compression * 0.01
                   end tell
              end repeat 
         end tell
    I'm encountering an error number -1708, saying that the 'photo' item doesn't understand the scale message...
    As I'm new to Applescript, I have some difficulties solving this... Could it be due to the nested tell blocks ?
    Thanks a lot for your help !
    Thomas

    Your tell statements are OK, although when nesting them you do need to keep track of what application is getting targeted in any given statement (to avoid terminology conflicts).
    Each application refers to its objects in its own way - unfortunately, not everything knows about Finder references.  Your photo variable contains a Finder reference (e.g. "file x of folder y of disk z"), but Image Events doesn't know what that is.  The solution is to convert the Finder reference to something more standard, such as text or an alias.
    Your script won't work with just that change, however.  Image Events works with the image contained in a file, so you also need to actually get that image, for example:
    set compression to 80 -- used in the following snippet
    tell application "Image Events" to launch -- just need to do this once
    tell application "Finder"
         repeat with photo in folder "Images traitées" of desktop
              tell application "Image Events"
                   set theImage to open (photo as alias) -- get the image from the Finder reference
                   scale theImage by factor compression * 0.01
                   save theImage -- save the changed image
              end tell
         end repeat
    end tell

  • Problems with Blackberry protect

    Hello Blackberry community,
    Recently I had my Blackberry Bold stolen so I said "No problem, Blackberry protect will take care of all my stuff". "Its in the cloud". But today when I did the blackberry protect recovery in my brand new Q10 I realized that I only have 31 contacts now! Almost all of my contacts are GONE! Does anyone knows what might have happened with the rest of my contacts? I don't understand how the Blackberry protect weekly backups that I had set up only ended up saving a small portion of my contact list. According to the Blacberry protect website, the last Backup was on August 5, 2014. My cell phone was stolen on August 12, so the backup should be up to date. But its not. Is there a problem using Blackberry protect to migrate from Blackberry 7 to Blackberry 10? Any indication as to what is happening with my contacts will be greatly appreciated.
    Regards
    Solved!
    Go to Solution.

    Hello there, more likely them 31 contacts are from an really old backup, and all your contacts are now synced wireless with your email. That's why you don't have them in a BlackBerry protect back up.
    Did you set up your email yet? What is it, Gmail, outlook?
    Blackberry! Here, now, forever!

  • Problem with Facebook status blocking phone numbers in contact list

    Unlike a lot of users, I don't mind that my Facebook contacts merge with my other contacts.  However, I am having a problem with viewing all the information in some of the individual profiles.  It seems that whenever someone updates their FB status, the status posts where the phone number usually is.  The only way to view the phone info for these contacts is to "edit" the entry, then you can see the phone info.  Does anyone know if there is any way to eliminate the status update from the contact information?

    I don't mind seeing their updates, I don't even mind seeing the update on the individual contacts page.   I mind not being able to see the phone number field in my contacts list.  I have a friend that has the original Droid and he stated that the update is at the bottom of the screen, not the top covering the phone number.  Why is it that on a phone with so much "ability" that it has to put the Facebook status field over the phone number?

  • Having a problem with family share... it's telling me I can not add my daughter for a year!!!??? this is bullcrap n I need help to be able to add her... does any one have any ideas?

    needing help with family share that isn't allowing me to add my daughter for a year!!!

    That happens because there is a restriction from changing family groups more than twice per year.  Unfortunately, a number of people have inadvertently triggered this in the process of setting up Family Sharing.  There isn't anything you can do about it on your own; all you can do is contact Apple support to see if they would override this at their end.

  • Problem with IE8 popup blocker and Windowless mode

    My team is having popup blocker issue, which is crippling our system where a large range of users are now complaining that their links or buttons will not open in IE7 or IE8 and results in the pop-up blocker message.
    Our Flash application's embed code needed wmode set to windowless ('opaque' or 'transparent') since we need to place floating HTML objects over the Flash application. But all links (within static text content) with target set to '_blank' or a custom name and also all navigateToURL() methods with the same target values are now resulting in IE pop-up blocker message once the window mode was changed to 'opaque' (same result also with 'transparent').
    We have a AS3 work around for the navigateToURL() method but no solutions for 100s of pages of simple HTML content contributed by users that have links as well as our own Flash static-text content with links.
    Here is a simple page created to demonstrate the issue - http://clients.projectmiso.net/photobiz/custom_lightbox/Test_File.html
    And the ActionScript 3 code -
    var clickFunction = function(){
        var targetURL:URLRequest = new URLRequest("http://www.yahoo.com");
        navigateToURL(targetURL, '_blank');
    btn1.addEventListener(MouseEvent.CLICK, clickFunction);

    Hi!
    One thing you could try is to use MOUSE_UP instead of CLICK
    ( tip-source : http://www.actionscript.org/forums/showthread.php3?t=176795 )
    This example uses clickTag parameter (through flashvars) instead of a hardcoded URL inside the flashfile though,
    but I'm sure you get the point:
    clickBtn.addEventListener(MouseEvent.MOUSE_UP, function(event: MouseEvent): void {
    var sURL: String;
    if ((sURL = root.loaderInfo.parameters.clickTag)) {
    navigateToURL(new URLRequest(sURL), "_blank");
    clickBtn.buttonMode = true;
    clickBtn.useHandCursor = true;
    Or you might want to have a look at this workaround :
    Example :  http://apdevblog.com/examples/navigatetourl/
    Info : http://apdevblog.com/problems-using-navigatetourl/
    /Ola

  • Problem with a initialization block for a repository variable

    This is a very strange problem, some queryies which are issued on behalf of a Repository Variable give a succesfull completion but with 0 rows selected where it should select 1 row.
    I have a query like this
    select var1, var2, var3, var4 from table1
    where var1 = (select max(var1) from table2);
    When i test the query it gives nicely a result 1 row and the repository variables are filled correctly. The initialization block has a schedule so it will run once an hour.
    In the logfile I can see that the query is fired on behalf of my repository variable with a result of 0 rows.
    I thougt i could work around the problem by puttting the query in a view, import this view in my physical layer and do a simpel select var1, var2, var3, var4 from view in the initialization block.
    This still had the same result, testing it works fine I get nicely one record, when it is fired as a result of a schedule it gets a result of 0 rows selected.
    I've tried the query in different formats, the query that i started with was this (see below). When that didn't work i started testing with simplere query's like above
    select var1, var2, var3 , var4 from (
         select var1
         from table2
         where type='x'
    and datum = (select max(var1) from table2 where type='x')
    ) join table2 using (var1)
    Other init blocks work fine. Those init block differ from the one with the problem, they have no join between two tables. The only join I have in one of the working blocks is a join with something from dual.
    The other point is, this init block did work on a previous version of obiee, but after an upgrade it doesn't work anymore.
    The OBIEE version is 10.1.3.4.1.090414.1900
    The database is version 10.2.0.1.0
    I was able to test it myself on a 10.2 database with a 10.1.3.4.0 obiee there it worked fine. Also with 10.1.3.4.1 with a 11g database and that worked ok to.
    Has anybody else stumbeled on this problem and how can i solve it. Also workarounds are welcome. Preferably not changing to a session variable cause in that case i have to change all the reports that use this variable.
    Kind regards,
    Yvon

    Have your DBA put a trace on your OBIEE sessions to see what SQL is OBIEE firing and to confirm the rows do exist. Are you sure this data is always there?

  • Problems with pop up blocker

    My husband bought me a notebook for my birthday this year.  I haven't really had the opportunity to use it because everytime I would get on the internet,  I would be interrupted by the same pop ups.  I put the pop up blocker on, but it never worked.  I've only used the computer 6 times.  Now I have a virus and my notebook won't even allow me to do anything.  I really need help.  Can someone please help me!!!!!!!!  I never even got a chance to download programs or really personalize it.  This sucks.  I'm in desperate need.  Any suggestions?

    I have the same problem and it's really frustating - although my main browser is Google Chrome, I use Firefox for all the RSS feeds that I subscribe to and sites that only have Firefox plug-ins. Will Mozilla FIrefox get this fixed with a newer version soon?

  • Problems with H&R Block software

    Using H&R Block Deluxe with State on my Mac has been a nightmare this year. I've used Block software for years with no problems, but this year has been a bear. I initially couldn't save/open my return using a CD I got from Office Depot. I got an error message: "string ID insertion failed." Customer Support indicated the program ws corrupted. I uninstalled Block and installed a download provided by Customer Support. I was able to complete both federal and state returns and successfully transmitted them. I got the message in my e-mail that both returns were accepted. My problem now is that when I go into the program and try to check the status, I get the same error message about an insertion error. I had saved my data in three different locations, including a flash drive, but I get the same error message when I try to open them. So, I have no acces to my 2014 digital return. My data is supposedly hopelessly lost, even though I backed it up just before filing.

    I've read that the automatic update of H&R Block for the Mac doesn't work properly and could give the kind of problem you're describing.
    The solution has been to get the Federal and State update files manually and install them manually. The Federal update is here, and the State update is here. Note that Block seems to release Mac updates using those links later than they release them for auto update.
    Also note that with the update process, the updater scans every attached drive and Time Machine and seems to be interested in updating every instance, including every appearance of the software in the Time Machine file.

  • OBIEE 11g having problems with password protected PDF files.

    I have been able to get an analysis in OBIEE 11g to display PDF files.
    However, some of these documents contain sensitive information and must be secured. Since anyone with access to the file name
    could simply type in the proper path in the browser window, this is unacceptable. In order to try and prevent this, I created a pdf file
    that is protected with a password.
    Opening the file by itself, produces the desired results. The password is requested before the file will open.
    When I open the file through my analysis in OBIEE, Adobe reader activates, but the password is not requested and the file does not open.
    It is as if OBIEE is somehow not sensing that Adobee is asking for a password.
    Does anyone have any experience with this?

    FYI, in case anyone is interested, I found out what is going on.
    I created the original password protected PDF using Microsoft Word. I did this because I do not have a full version of Adobe Acrobat that allows me to create files.
    On a hunch, I found someone that has a full version of Acrobat, and had them create a password protected PDF file. This file worked perfectly.
    Apparently, Word is not strictly adhering to PDF guidelines, and OBIEE senses the differences, resulting in the file not opening properly.
    Something to keep in mind for anyone linking to password protected PDF files in OBIEE.

  • Problems with Printing Large Blocks of Colour in InDesign CS 5.5

    I am hoping someone can help me. 
    I purchased InDesign CS 5.5 and Konica Konica Magicolor 7450ll Printer for my business. Essentially I am creating A4 sheets with a background colour with three or four lines of white text.  I was advised that InDesign was the best tool for this type of work.
    I seem to be able to create brilliantly flat colours when using the inbuilt CMYK swatches, however if I attempt to create a new swatch or even fade an inbuilt swatch the print is not flat, it is patchy and very poor quality.
    I raised the issue with Konica, and they have stated that it is an InDesign fault? I am running Windows XP. They told me to do a search on InDesign/Windows conflicts but I have not been able to find any articles which address this problem.
    I have created a PDF and get the same problem, I copied the artwork into Photoshop and the print was much much better but still nowhere near the vibrancy of the inbuilt CMYK swatches.
    Can anyone assist me with this issue?
    Thanks in advance.
    Rach

    Hi Rach
    The standard swatches and any others you make yourself will print perfectly provided the device is up to the job.
    I'm not familiar with the printer you have there (although it looks very nice!) but I've never come across a laser printer that copes well with large areas of solid colour with any reliability, sorry.
    This may help to illustrate what I think you need to see. If you want to see the information (graphically) that InDesign will send to the printer then have a look at the separations preview. Turn on/off the individual separations to see the CMYK channels it will generate. if you can find patches there, then InDesign is at fault, if not, it is your printer and you need to tell Konica specifically that you're trying to print large solids.
    Hope that helps.

Maybe you are looking for