Same problem with payment but still need help to s...

Hello,
Could one of the mods. please respond to this?
Still have a problem with paying bill/dd's. As my next bill is due by the end of the week (23/9/11) I will be billed for the whole amount. Due to current circumstances I need to be able to have a monthly budget. This is something I tried to do but without going over old ground this is currently not working. As setting up a DD requires payment of outstanding amounts I am looking for now is options which BT can offer to be able to pay my bill in regular monthly payments. I also have been charged for late payments which is not helping the issue. Could you please clarify what options are available for me to do this? I believe that I have shown 'goodwill' on my behalf to make payments but to stop this from remianing an ongoing problem I would like to resolve this ASAP. Thanks.
Gary Pocklington

Hi oldgreygary
If you drop me in an email I'll have a look over your account and see what we can do for you. 
You could also give the billing live chat a try as well, you can get a link for it at the top of this board.
If you would prefer, drop me in an email.  Use the 'contact us' form in my forum profile under the 'about me' section. You can find it by clicking on my username.
Thx
Craig
BTCare Community Mod
If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
td-p/30">Ratings star on the left-hand side of the post.
If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

Similar Messages

  • I had to remove Mavericks and do a reinstall on 10.8.5 but still need help...

    I have been trying to undo my Mavericks upgrade in October and after considerable effort I am mostly got back to 10.8.5 OS but still need a bit of help. I just want the previous OS back in place then I'll try Mavericks soon....
    1)               I never seem to pay attention so is 10.8.5 the last OSX prior?  As long as it isn't Mavericks, I want to get it installed.
    2)               I had to reformat my iMac so I have a residual elements from 10.9 and one issue that I had before was permissions. Every number of files either on other hard drives or sometimes in my same user folder was asking for permission and authentication to simply move a file.. A popular one you'll see at the bottom the person/whatever/ problem known as fetching.  Could someone just give me the general reason of this fetching and permissions problem that I ran into?  Better yet since I just want to avoid it altogether into the future tell me what's the best way to assure it disappears forever.
    3)          Another, which is kind of a big ticket item for me is the backup/restore/cover your (!!!) system. I was a good little iMac User and had Time Machine backed up for a period prior to the Mavericks install. I'm a little bit upset that TM isn't 100%....but what is...?  I need another backup/restore system in place and that's what I am looking for recommendations on.  An item that saved me a bit was that I had OS 10.8.3 on an external hard drive.  The problem with that one was it was on a partition, on one of the drives requiring to be reformatted.  It worked as a bridge consolidating files and all but was a big headache as a partition on the external. Recovery Disk did it's part but wasn't enough as well.   Is there a simple/easy idea...clone, disk images, boot from an external drive… ?
    4)          iPhoto (9.4.3) currently will not open the libraries which iPhoto (9.5) converted. Is there way to go back?  Seems the App Store and Software update don't like something. I'm getting into a loop with App Store, iPhoto and the OS. Either the software needs operating system ... then the App Store says it's incompatible or some other complaint.  Right now I have 9.4.3 iPhoto installed for OSX 10.8.5 and was only able to create a new library and the converted ones currently do not open.
    Thanks to your help

    10.8.5 is the lates ML edition.  I use TM and also carbon copy cloner as my second backup.  If I were you and you have a TM backup prior to Mavericks I would try another restore at bootup.  You should erase your drive first in that process using disk utitlites and then use TM to put back you apps and files.  The other choice is to do an internet recovery and then use TM to restore your apps and files.  That should fix the permissions issue.  I did the same thing and all was OK including getting my original iPhoto progam (9.4.3), iphoto11 and photos back.

  • Problem with Quicktime...need help...

    I used to visit "VirusRadio.com" frequently and listen to old Opie and Anthony shows online, and never had a problem. Here lately (after installing XP Pro, I've noticed) I've been totally unable to stream content off this website. When I had Home Edition, I just downloaded quicktime and this site loaded perfectly, yet this isn't so on XP Pro. Maybe some of my firewall/Internet settings aren't correct, or maybe it's a quicktime issue...but I need help. I'm losing my mind trying to figure this out. Any help would be much appreciated. Thanks!

    These software conflicts could be due to some inconsistency the Leopard upgrade caused in the System folder. Doing a clean "Archive & Install" of Leopard will probably fix your problems.

  • Problem with a Form field, need help

    I work for a small police agency and I am our IT guy.  Most of my IT tasks have many been hardware and system software and networking.  I have been trying to learn and teach myself programming.  I also create forms for agency use.  I have been working on a form and want to add increased functionality to allow our officers to issue a citation with the least amount of time spend on the form.  One main issue is that we have to have a unique citation number.  We have come up with a format that will specify as such:  YYYY(Officer's 4 Digit ID Number)-(Auto Incrementing number).  So, for instance, if this is my 55th citation issued and my ID number is 0100 the citation number would appear like this:  20120100-0055.  The ID number will be entered by the officer earlier in the form.  The problem I can't seem to vision around is how I will keep the number to increase by one and have it maintain that way.  I want it to be form specific, because each officer has their own vehicle and MDT that the PDF will reside on at this time. 
    So far, what I have toyed with in the past 30 minutes is this:
    var Ticker = 0001;
    var Year = getFullYear();
    var x = getField('OfcIDNo').value;
    Eventually the form will be autocreated by a program that will be run from a centralized server.  I have even thought about running the from from a server and taking all the data and INSERTing it into a SQL Server 2008 Express DB table on a server, but I'd still have to have the citation number created at the form as the officer fills in the data.  The last four of the number doesn't have to reset when the year changes, but it would be a plus.  Any information anyone can help with I would appreciate it. 
    Thanks in advance

    Seems like it was too easy, is it safe to assume that javascript and javascript functioning in Adobe PDF is a bit different learning curve?  That does help, the only thing that I'm missing is the Auto Incrementing 4 digit number.  I was toying with assigning a variable in the globals that would auto increment but having problems with how I would execute it.  Each copy of the form would be installed on each officers MDT so the number would be specific to that officer. The format will be YYYY"OFCIDNo"-####.  I would like to assign the number to the global variable on the execution of the Print Dialog.  This way the officer an clear the form if he/she needs to start over and then it stays whether or not they close the file and reopen it. 
    That syntax has been very helpful to get started. 
    Thank you,
    David

  • Problem with My photo stream need help.

    Hi.I just use my photo stream with icloud control panel.First it's work,my pictures upload automatically to my pc but now when I take new photos,they are not sent.
    It was happened after I had deleted all my photo stream but my setting still same. I don't know the reason and need help.Thank regards.

    In my iPhone,at first my photo stream still uploaded but now when I took a photos,it didn't upload to my photo stream.

  • Problem with Logic/external HardDisk - NEED HELP!

    Hi Everybody
    I've got a big problem with my Logic Projects. I am recording Songs with my band and it's all 24bit, 96 KHz. With more than about 20 Tracks playing simultaneously, Logic shows an error that the disk is too slow.
    For all the Audio stuff, I am using an external LaCie HardDisk, 250GB, FW800. Buffers are on the highest setting in Logic, and the "Larger Disk Buffer" Option is turned on.
    In the Terminal, I watched the Disk usage by typing "top -d", and with 20 Tracks playing, it shows a Disk read of about 6000KB/s. This is well within the FW800 Standard! When I copy a file from that HardDisk to another one, Terminal shows a disk read of about 25'000KB/s, so nothing seems to be wrong with the disk itself. I guess it must be a Logic problem.
    Can anybody help me or does anyone have the same problem? Any help is greatly appreciated... Thanks!
    (I am using Logic Pro 7.1.1)
    Message was edited by: bollo.sh

    Hello,
    This is something I have experience with. If you want to you can go here to see my full set-up.
    www.KenosisStudios.com
    I am in a pro scenerio where I often need and use 50-60 tracks simult. at 24/96khz. I used to use a Glyph rack with 7200rpm drives and when I started out I spent unreal time on the phone with Emagic, Apple, Sweetwater, and Glyph tech support to try every option of getting ProTools HD results out of my track count. I am no tech guru, so don't live by my words alone, but my personal experience states the following;
    I tried raiding the drives, splitting tracks to seperate drives for playback, you name it. The bottom line is this, your problem is not, as you know, with the bandwidth of your bus. It is the speed of your drives. Were you to have 10krpm or 15krpm drives you would immediately see a difference. Yes bandwidth and all sorts of techy stuff comes into play, but by and large this is what you need to address.
    What I ended up doing was this- I started using the outboard drive for back-ups and other outboard drives for my sample libraries. I installed in the G5 second drive slot a 7200rpm Seagate Sata drive and strictly track just to it.
    Doing this alone got my track count to the 50-60track, 24/96khz scenerio I use today.
    My advise, depending on how big you need the drive to be, do the research on what 10krpm and 15krpm internal Sata drives are dependable and go with that. Of course the faster the rpm the smaller the drive, so just look at a good balance for your situation. If you must go external, again, the faster the better, and going Sata will do you better than FW, etc.
    I hope this is of use to you.

  • Problem with changing flash content - Need help

    I need help in changing  the flash content. Here is my proble,
    1) I bought a flash template (I will call this Original) from a website and paid some money to customize my menu,logo and background color.
    2) After they finished it they sent me several files. Like 1) index.html, .swf, psd, .fla. In all the files .html,.swf (the video) and .psd I am seeing my customize changes (logo,menu and background color). But the .fla file they sent me is still shows everything from original template. It doesn't have my logo, menu or background color.
    3) I asked their technical support and they walk me through. a) Open the .fla file in flash pro. b) Change the content c) Hit Ctrl+Enter and it will export the new .swf file to the flash folder. d) Make sure I delete the video from flash folder and replace the name with the one I created.
         I did all these steps. But the problem is the .SWF that i generated is showing everything from the orignal template. It did change the content but I don't see any of my customize request. (Menu, logo or color)
    4) Then I open the index.html and I DID NOT see any of the changes in the content.
    My feeling is they did not provide me the correct .FLA file. I really need your help.
    My confusion is a) Have they provide me the correct .FLA file or I am doing something wrong. b) When I generated the new .swf video and renamed it properly why it didn't reflect in the index.html file.
    I am really going back and forth with them since last 15 days and its not going anywhere. I really appreciate any help.
    Thanks,
    Jessy

    Unfortunately, if you have not enough knowledge about using Flash, and do not want to pay to have this done for you, the folks who did this for you are likely going to be the only ones who can help you resolve it.  They should be able to provide the edited fla and the new swf if they are in any way a credible/reliable business.... which at this point sounds like they are not.

  • Big Problem With Corrupted Image Library - Need Help Please

    I recently updated my Aperture 2 (2.1) with the latest update. Upon doing so, most images in my library now show up in the 'ole maroon box with the message "Unsupported Image Format." This only began after the update. I've spent hours reading threads on here, but no real solution can be found. I've spent a few hours on the phone with Apple Support and in my local store at the Genius Bar. What they're telling me is that my library file has become corrupted. That my preview/thumbnails have become "diconnected" from the actual full size image file. I've tried holding down option + command while starting Aperture in order to "rebuild" it. That's made matters worse in that most, but not all, of my previews/thumbnails now are not showing up. When I go into my home folder and right click on the aperture library icon and keep burrowing in until I get to each image folder, everything seems to be there: the original RAW file, the preview file, the thumbnail file, the edits/changes files. I can even drag the original RAW file out and re-import it and then its fine. But I can't seem to also drag out the edits/retouching/changes. So even if I take each of my 1,300 images out one by one and reimport them, I still lose some 300+ hours of retouching. I can't even bare the thought of this. Does anyone know what the heck is really going on and whether there is some kind of fix for this? I'm just trying to get my library back to where it was before all the trouble started. Unfortunately, I do not have a back up from before I updated the software. Oh, we also tried removing Aperture and reinstalling to go back to 2.0, but the same problem is still there. Lastly, I cannot export any "versions" or "masters" in order to print, upload or email the images. So I'm really stuck here.

    Welcome to club. This just happened to me also in a very similar fashion: Upgrade - upgrade works for awhile - and then the maroon screen and unsupported file message.
    At least you are still somewhat functional. Very quickly the problem spread to my non Aperture JPEGS (I use Canon software to download from two Canon Cameras and then import into Aperture). At first all was ok with these files despite the issue with Aperture. Then they are started having the same problem once I shutdown the computer and restarted. This quickly spread to killing Aperture where it would not start at all. Then I lost Microsoft Entourage due to a corrupted data base. Rebuilding this data base via Disk Utility Verify and Repair Permissions made Entourage workable (but I lost my data and setup - it created a new instance.
    Two calls to Apple made everything worse as every time we went back into Disk Utility, we would only fix problems to have them re-appear when the laptop was restarted.
    Went to Genius Bar (twice). They archived and did a reinstall. They had to do this twice. Everything now works except for Aperture which will not launch at all.
    Genius Bar told me to use Time Machine to reload Aperture. Three tries using three different backups have now resulted in nothing. I am about to try a clean install using my Aperture Disk. I will report back on this.
    One thing I noticed before all this started - I had done a bunch of usual weekly software updates about two weeks ago. I was going on a trip so I let everything run (no issues). Time Machine did all the usual things including giving me the really useful message that my BackUp Disk was now full (meaning it is wiping old versions out). However, I then went to shutdown the machine and FileVault whirled for over 30 minutes before it allowed the machine to shutdown. Usually this is under 3-5 minutes if that long. FileVault has yet to make a re-appearance on any shutdown I have had in past two weeks regardless of changes on HD. Therefore I am wondering if there is a connection here.
    I use a MacBook Pro with upgraded memory and HD.

  • STARTED IT, BUT STILL NEED HELP -- INPUTTTING CHARACTERS FROM LOADED FILE INTO TABLE, SELECTING STRINGS FROM TABLE AND PLACING IN NEW TABLE, SAVING NEW TABLE TO SPREADSHEET FILE

    I AM TRYING TO IMPORT CHARACTERS FROM A TAB DELIMITED FILE INTO A TABLE ON LABVIEW.  ONCE THE DATA IS IN THE TABLE I WANT TO BE ABLE TO SELECT INDIVIDUAL STRINGS FROM THE TABLE AND PLACE IT IN A NEW TABLE.  WHEN I CLICK ON A STRING I WOULD LIKE THE SELECTED STRING TO SHOW IN A TEXT BOX LABELED 'SELECTED STEP'  AFTER ALL THE SELECTED STRINGS IS IN THE TABLE I WOULD LIKE TO SAVE THE NEW TABLE AS ANOTHER SPREADSHEET -- TAB DELIMITED -- FILE, MAKING IT ACCESSIBLE TO OPEN.  HERE IS WHAT I HAVE SO FAR.  I CAN INPUT DATA INTO THE TABLE, BUT I CAN ONLY TRANSFER ONE STRING INTO THE TABLE I WOULD LIKE TO BE TO INPUT MULTIPLE STRINGS.    ALSO WHENEVER I TRY SAVING THE FILE, IT ALWAYS SAVES A UNKNOWN FILE, HOW CAN I GET IT TO SAVE AS A SPREADSHEET FILE.  THANKING ALL OF YOU IN ADVANCE FOR YOUR HELP!!!!!!
    Attachments:
    Selector.zip ‏30 KB

    Pondered,
       The question you are asking is the same one that you asked in: http://forums.ni.com/ni/board/message?board.id=170&message.id=132508#M132508, to which I supplied a revised version of the original vi you used (which was modified from the original one I supplied to an earlier thread). A couple of questions: 1) What does my latest not do that is in your question, 2) Why are you starting yet another thread about the same problem?  We are here trying to help, it makes it a lot easier if you keep the same problem in the same thread, it reduces duplication of effort from those that might not have been following the previous thread(s).  Those of us that don't have our "names in blue" are just doing this "for fun" (the blue names are NI employees, who may still be doing it "for fun"), and it makes it more fun if it doesn't seem (correctly or not) that our attempts are ignored.  If an answer doesn't help, or seems incomplete, post a little more detail to the same thread so that the original respondent, or someone new, can provide more information, or understand your problem better.
    P.M.
    Message Edited by LV_Pro on 07-20-2005 01:20 PM
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Problem with CPU?? need help badly

    Hey guys, its been a sad two days for me.. I have the MSI k7T266 PRO, and yesterday while i was moving tires into my apartment, one of them fell hard on the floor and my computer shifted, i opened the pc to find out that the CPU fan has shifted from the cpu, and the cpu smelled kind of burnt..
    Anyway i had an ATHLON XP 2200 i think...
    Anyway i went to compusa today and got a new CPU, an AMD 2400+ SEMPRON PROCESSOR. i installed it, put my huge heatsink,fan, and powered up.... NO SHOW..
    The Diagnostic LED's show 4 RED lights,(which according to the manual means a problem with the CPU), it was showing 4 red lights with my old blown cpu and its still showing 4 red lights with the new cpu.. im getting frustrated..
    Anyway i tried resetting the bios using the JBAT jumper, it still doesnt work..
    I know the new CPU is good because i can tell a blown CPU..
    So can anyone help me out??

    Hello,
    http://www.msi.com.tw/program/search/ser/SerConProRes.php?keyword=k7t&kind=
    Which one is yours?
    The Sempron 2400+ CPU has a 166Mhz FSB.
    Your board does not support this CPU.

  • Gps problem with 5.0.1 NEED HELP

    Hello everyone.
    My Iphone 3gs New bootrom is updated to ios 5.0.1And now my gps has hugh problems.
    if i start navigon of tom tom he find me for a sec then iam gone and he cant find it.
    tried reinstalling it, network reinstalled, ios 5.0.1 reinstalled jailbreaked it and unjailbreak it.
    Nothing works, when i cal my carrier t-mobile they say send it to us and you pay fore the cost but iam not going to pay fore something i dindt broke right?
    read it in several forums and its a world wide problem. So called apple in holland the just say cal your carrier. Apple this stinks so what are you going to do?
    what can i do ??
    NEED HELP

    I think your iPad is a candidate for restoring via recovery mode. Read this article for instructions.
    http://support.apple.com/kb/ht1808

  • Re: Having some problems with the 8350i. Need Help Please!

    Everyone I talk to hears echo's. I also don't get text messenges until sometimes a full day after they're sent. I wonder if our geographic area dictates why this is happening..  if you search the forum for "echo" there's quite a few people with the same problem. I'm in Florida.

    How are you receiving the sms manually?
    If your device is new, proceed to change the device. 
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • Having problems with menu bar! NEED HELP

    I'm having some serious problems with the finder menu bar. When I click on the blue apple, it won't show anything! It just highlights the blue apple without a pull down menu. Same goes for the Window pulldown menu. Also, under finder. when I click empty trash, or do the equivilent keyboard shortcut, it won't empty the trash. I have to ctrl click on the trashcan and empty it that way. Please help me fix my finder, or else I'm going to have to reformat and start ALL over which I really don't want to do. Thanks!
    PS This is on a Dual 1.42GHZ G4 Tower w/ Radeon 9800 Pro graphics card and 2GB (4X512mb) ram. I also updated to 10.4.7 from 10.4.6 to see if that fixed the problem, and no dice! Thanks!

    Well if the problem occurs in two accounts then it is systemic. When did the problem begin? Was it with a software update, sch as from 10.4.6 to .7? If so, try reapply the update using the Combo updater.
    IF that doesn't work you can re-install 10.4 using the Archive and Install method, which does not wipe your disk, does not require reinstalling all your applications etc, However, BACK UP YOUR DATA FIRST, and read up on the A&I before you do it.
    Hope this helps
    Regards
    TD

  • Have problem with K7t-266pro2-A NEED HELP !!

    HI, I have a MSI K7T266pro2-a and I just got it yesterday. Everything works fine, except for one thing, which is my floppy disk drive. It detects it, however, it wont scan any of the diskettes i insert. Also when i goto my floppy drive it has an error saying some error that it cant read it or something then asks to retry, abort, fail and it keeps going like that. How do i fix this problem with the Floppy drive, Thanks.

    Have you tested another floppy drive? How bout another cable? For some reason, I have had to change floppies depending on the mobo because some I have had don't like some floppies I have had.

  • Half-way there, but still need help with synching individual libraries

    Okay, I got my music xferred to new computer, but I'm still having problems synching individual libraries. When I did my daughter's library, I xferred purchased songs, then did the synch, so it wiped everything else out and just left me with the purchased songs (yeah, I know, big duh on my part). That's not such a big deal on her ipod because she only had about 350 songs, so I've replaced the majority of them already. However, my son and I have about 1000 songs each and I don't want to wipe out our libraries.
    So, when I plug in my ipod and pull up my library, what do I need to do to keep the songs already on my ipod and synch it?
    TIA

    Katrina you've been very helpful, I'm just having a hard time explaining myself, I guess.
    I now have all of my backed up music on my current computer, so that's all good. And I've set up individual libraries for each of us with ipods. Now I'm trying to figure out how to synch (for instance) my ipod with nearly 1000 songs with my own personal library on itunes (which is currently empty) w/o losing the songs currently on my ipod and having to drag them to my itunes library from scratch. The same applies for my son's ipod and itunes library.
    My daughter's ipod only had about 350 songs, which I wound up wiping out, so I had to start from scratch putting songs in her (itunes) library, which I can now synch with her ipod. However, that would be really time consuming to do with mine and my son's ipods, so I'm hoping to figure out a way to get the songs already on our ipods into our individual itunes libraries now.

Maybe you are looking for

  • Vendor liabilities report

    I have a ZVDUE report to check the vendor liabilities report in this report i get the data of one year why this report not showing the period which i entered in the criteria which is more then one year Do any body help me thanks in advance Rakesh

  • HT5312 Is there any other way of resetting my sercurity questions online to avoid call support

    I was wondeing if there is any way that I can reset my sercurity questions for my ITunes account online to avoid calling into customer support for personal reasons?

  • How to design a Bill Pass Statement in PLD?

    Hai Experts, Kindly guide to design a PLD with the following specification. When I generate A/P Invoice, at the bottom of the report, I need to have 1. Details of the issue item and the quantity. 2. Details of the receive item and the quantity. 3. Ba

  • Urgent: Configuring Database Polling Interval from BPEL Console

    Hi All Could we change the "Polling Interval" of a DB Adapter in a BPEL Process directly from the BPEL Console? thanks --debashis                                                                                                                         

  • MacBook PRO 17'' Problem?

    MacBook PRO 17'' Problem? I bought in America a new Macbook Pro with me already 8mj: Model Identifier: MacBookPro4, 1 Processor Name: Intel Core 2 Duo Processor Speed: 2.5 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 6 MB Memory: 2