Receives nothing from a PHP server

am trying to build an application that communicates with a Linux apache server.
When I try to fetch an HTML page everything works fine.
When I try to fetch a PHP file the server returns an empty string when its not suppose to.
When I try to fetch both pages threw a regular browser, it works fine.
Are there any configurations necessary for the server, PHP module or the J2ME code?

I guess you check the content length with getLength().
Scripts often don't return a content length, and therefore getLength() return -1 (or 0). You'll need to read the ream byte by byte when that occurs.

Similar Messages

  • Creating accounts and receiving email from a mail server

    Hi,
    I'm wanting to create a web application that creates a new email account for a user when they sign-up on my website. My application will process any email that is sent to that email address and extract parts of the email to store in a database.
    I think I can use JavaMail to poll the email accounts for new emails which will then be parsed and inserted into my database but I don't know how to programmatically create the email account for each user. I'm looking at using either sendmail or postfix as my mail server and this is on either *nix or os x.
    Any advice/pointers to Java APIs would be appreciated. If there's nothing available in Java that can do this kind of thing I'd love to hear about other solutions people know of or think might work :)
    Thanks!
    - E

    Hi there!
    Do the following
    message.setFlag(Flags.Flag.DELETED,true);
    folder.close(true);
    store.close();
    these 3 statements will delete email from the mail server.
    get back to me after u try this.
    ciao
    vivek

  • Problem receiving messages from M$ ISA Server...

    I'm having a problem receiving messages on our Ironport from a M$ ISA Server cluster at another organization. When they try to send us messages and they leave a specific machine (x.x.169.233) it doesn't work. When the messages leave the other machine (x.x.169.237), it works just fine. However, if the .233 machine gets turned off, the .237 machines then fails to send us messages as well. See the following injection debug logfile for specifics:
    Tue Jun 14 15:41:33 2005 Info: 18064693 Sent to 'x.x.169.233': '220 mta1.RecipientDomain.edu ESMTP\r\n'
    Tue Jun 14 15:41:33 2005 Info: 18064693 Rcvd from 'x.x.169.233': 'EHLO smtp.SenderDomain.edu\r\n'
    Tue Jun 14 15:41:33 2005 Info: 18064693 Sent to 'x.x.169.233': '250-mta1.RecipientDomain.edu\r\n250-8BITMIME\r\n250 SIZE 209715200\r\n'
    Tue Jun 14 15:41:33 2005 Info: 18064693 Rcvd from 'x.x.169.233': 'MAIL FROM:<[email protected]> SIZE=4228\r\n'
    Tue Jun 14 15:41:33 2005 Info: 18064693 Sent to 'x.x.169.233': '250 sender <[email protected]> ok\r\n'
    Tue Jun 14 15:41:33 2005 Info: 18064693 Rcvd from 'x.x.169.233': 'RCPT TO:<[email protected]>\r\n'
    Tue Jun 14 15:41:33 2005 Info: 18064693 Sent to 'x.x.169.233': '250 recipient <[email protected]> ok\r\n'
    Tue Jun 14 15:41:33 2005 Info: 18064693 Rcvd from 'x.x.169.233': 'DATA\r\n'
    Tue Jun 14 15:41:33 2005 Info: 18064693 Sent to 'x.x.169.233': '354 go ahead\r\n'
    Tue Jun 14 15:41:45 2005 Info: 18064718 Sent to 'x.x.169.233': '220 mta1.RecipientDomain.edu ESMTP\r\n'
    Tue Jun 14 15:41:45 2005 Info: 18064718 Rcvd from 'x.x.169.233': 'EHLO smtp.SenderDomain.edu\r\n'
    Tue Jun 14 15:41:45 2005 Info: 18064718 Sent to 'x.x.169.233': '250-mta1.RecipientDomain.edu\r\n250-8BITMIME\r\n250 SIZE 209715200\r\n'
    Tue Jun 14 15:41:45 2005 Info: 18064718 Rcvd from 'x.x.169.233': 'MAIL FROM:<[email protected]> SIZE=4211\r\n'
    Tue Jun 14 15:41:45 2005 Info: 18064718 Sent to 'x.x.169.233': '250 sender <[email protected]> ok\r\n'
    Tue Jun 14 15:41:45 2005 Info: 18064718 Rcvd from 'x.x.169.233': 'RCPT TO:<[email protected]>\r\n'
    Tue Jun 14 15:41:45 2005 Info: 18064718 Sent to 'x.x.169.233': '250 recipient <[email protected]> ok\r\n'
    Tue Jun 14 15:41:45 2005 Info: 18064718 Rcvd from 'x.x.169.233': 'DATA\r\n'
    Tue Jun 14 15:41:45 2005 Info: 18064718 Sent to 'x.x.169.233': '354 go ahead\r\n'
    Tue Jun 14 15:45:17 2005 Info: 18065031 Sent to 'x.x.169.233': '220 mta1.RecipientDomain.edu ESMTP\r\n'
    Tue Jun 14 15:45:17 2005 Info: 18065031 Rcvd from 'x.x.169.233': 'EHLO smtp.SenderDomain.edu\r\n'
    Tue Jun 14 15:45:17 2005 Info: 18065031 Sent to 'x.x.169.233': '250-mta1.RecipientDomain.edu\r\n250-8BITMIME\r\n250 SIZE 209715200\r\n'
    Tue Jun 14 15:45:17 2005 Info: 18065031 Rcvd from 'x.x.169.233': 'MAIL FROM:<[email protected]> SIZE=4211\r\n'
    Tue Jun 14 15:45:17 2005 Info: 18065031 Sent to 'x.x.169.233': '250 sender <[email protected]> ok\r\n'
    Tue Jun 14 15:45:17 2005 Info: 18065031 Rcvd from 'x.x.169.233': 'RCPT TO:<[email protected]>\r\n'
    Tue Jun 14 15:45:17 2005 Info: 18065031 Sent to 'x.x.169.233': '250 recipient <[email protected]> ok\r\n'
    Tue Jun 14 15:45:17 2005 Info: 18065031 Rcvd from 'x.x.169.233': 'DATA\r\n'
    Tue Jun 14 15:45:17 2005 Info: 18065031 Sent to 'x.x.169.233': '354 go ahead\r\n'
    Tue Jun 14 15:45:19 2005 Info: 18065033 Sent to 'x.x.169.233': '220 mta1.RecipientDomain.edu ESMTP\r\n'
    Tue Jun 14 15:45:19 2005 Info: 18065033 Rcvd from 'x.x.169.233': 'EHLO smtp.SenderDomain.edu\r\n'
    Tue Jun 14 15:45:19 2005 Info: 18065033 Sent to 'x.x.169.233': '250-mta1.RecipientDomain.edu\r\n250-8BITMIME\r\n250 SIZE 209715200\r\n'
    Tue Jun 14 15:45:19 2005 Info: 18065033 Rcvd from 'x.x.169.233': 'MAIL FROM:<[email protected]> SIZE=4228\r\n'
    Tue Jun 14 15:45:19 2005 Info: 18065033 Sent to 'x.x.169.233': '250 sender <[email protected]> ok\r\n'
    Tue Jun 14 15:45:19 2005 Info: 18065033 Rcvd from 'x.x.169.233': 'RCPT TO:<[email protected]>\r\n'
    Tue Jun 14 15:45:19 2005 Info: 18065033 Sent to 'x.x.169.233': '250 recipient <[email protected]> ok\r\n'
    Tue Jun 14 15:45:19 2005 Info: 18065033 Rcvd from 'x.x.169.233': 'DATA\r\n'
    Tue Jun 14 15:45:19 2005 Info: 18065033 Sent to 'x.x.169.233': '354 go ahead\r\n'
    It seems to be failing consistently right after the DATA command. Has anyone else seen anything like this? M$ says they don't see anything wrong with the source system and they made vague references to "having problems sending to e-mail appliances in the past".
    Randle

    We've run into problems SENDING to MS servers in the past, when there was a SonicWall TZ170 between them, but I have never had a problem (that I am aware of) RECEIVING from an MS server. The symtoms were sortof similar though. We would send a period on a line by itself to terminate the message, but would never get the 250 Message Accepted message from the MS server. We found out that the TZ170 was dropping the packet. There was a firmware revision released about this time last year for the TZ170 that corrected the issue.
    Since this probably isn't exactly the case, but appears similar, you may want to sniff the connection and see if a packet is getting dropped by a firewall/router in the middle.

  • Error while receiving data from infrastructure navigator server -- 5.8.3 against distributed vCenter 5.5

    Details...
    New install
    vCenter 5.5 build 2026576 in a distributed install, Server A MS SQL only, Server B SSO and web client, Server C Update manager and inventory, Server D vCenter service
    VIN 5.8.3.140 build 2170967
    I looked at and tried the recommendations in KB2044117 https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCAQFjAA&url=http%3A%2F%2Fkb.vmware.com%2Fkb%2F2044117&ei=LZ2dVP_4BcOnNum9gNAK&usg=AFQjCNFJUvvafrHpq5CluejRiVwWD0ZgCQ&sig2=dbADxFpPJ5giAHdYEz_vkA&bvm=bv.82001339,d.eXY
    No good.
    I did take a look at /var/log/vadm on the VIN and see several lines of "TCP Connection(xxxx)-Server B's IP com.vmware.vcext.vim.VcConnection -- Connecting to vCenter at Server D's IP" So it looks like it sees the request from the WWW client but then is trying to go to the vCenter service and not back to the WWW client.
    I ran into the support assistant not being supported in a distributed vCenter install, and am left wondering if the same is true with VIN...
    It also leaves me in a "tough spot" in that the uninstall instructions require access to a working web client interface to VIN which I do not have...
    Any ideas as to what else I might try here?

    Solved but not happy!
    VIN is not compatible with a web UI that uses standard ports, i.e. TCP 80 and 443. No notes (at least that I seen) in the documents stating this as a requirement.
    KB 2065986
    VMware KB: VMware vRealize Infrastructure Navigator is not accessible when the vSphere Web Client is not running on …

  • Receive dataevent from FMS

    Hello,
    Is it possible to receive dataevents from Flash Media Server with strobe media player.
    my_netStream.onDataEvent = function(str) {
       doSomething(str);
    Are there any plugins that allow for this?
    Thanks!

    The chunk of PHP code that is calling the main "SWF" file is below:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="595"    height="770" align="middle">
      <param name="movie" value="flashUtils/flashRooms/Client/Main.swf" />
      <param name="FlashVars" value="userInfo=137,listen&roomInfo=4,Battle gg,Battle,4&roomControl=default,user" />
      <param name="quality" value="high" />
      <param name="salign" value="t" />
      <embed src="flashUtils/flashRooms/Client/Main.swf"
      quality="high"
      salign="t"
      pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
      type="application/x-shockwave-flash" width="595"
         height="770"                              align="middle"
      FlashVars="userInfo=137,listen&roomInfo=4,Battle gg,Battle,4&roomControl=default,user"
      >
      </embed>
    </object>

  • HT1277 how to delete e mail from my yahoo server once i down loaded to my apple mail

    how to delete e mail from yahoo server once i down loaded to my apple mail

    Hi wh2,
    Welcome to Apple Support Communities.
    If your Yahoo account is set up as a POP account, you can set the option "Remove copy from server after retrieving a message" in the Advanced settings of Mail.
    See this article for the steps to locate this option:
    Using a POP account with multiple devices
    http://support.apple.com/kb/ht3228
    In Mail for Mac OS X 10.5 or later, choose Mail > Preferences.
    Click the Accounts tab.
    Select the account for which you wish to change the settings.
    Click the Advanced tab.
    Select the "Remove copy from server after retrieving a message" option.
    Also, this article has more information on the options found in the Advanced tab:
    Mail (Mountain Lion): Advanced accounts preferences
    http://support.apple.com/kb/PH11686
    Remove copy from server after retrieving a message
    Specify when you want to delete received messages from the mail server. You can deselect this option if you need to temporarily access messages from more than one location or computer.
    This option is available only for Post Office Protocol (POP) accounts.
    Best,
    Jeremy

  • Send POST data from custom POD to PHP server

    Hi all,
    I tried to send data from custom POD to PHP server with POST method. I used HTTPService component and URLLoader, but nothing happend. All attempts failed, HTTPService return "fault" and URLLoader return "0" that means I can't send data to the server.
    I'm googling around during few hours... please give me some advice, how I can send data from custom POD to PHP server.
    Thanks

    Figured it out, hope it will help someone
    A bit tricky but it works fine, now I can send and retrive data from PHP server.
    Add .htacces file in folder where deployed PHP request handler and modify it, see below:
    RewriteEngine on
    RewriteBase /foldername
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)\?*$ filename.php?_route_=$1 [L,QSA]
    Thanks

  • My LG G3 has stopped receiving email from my pop3 road runner account.  It just has an "updating" message.  It worked fine for the first two weeks and nothing now.  Any advice?

    My LG G3 has stopped receiving email from my pop3 road runner account.  It just has an "updating" message.  It worked fine for the first two weeks and nothing now.  Any advice?

    This started about 3 days ago.  I could manually push email through in the last few days but can no longer.  I have deleted the account and re-entered the settings but I get a message that I cannot connect to the server.

  • HT1277 I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    Do you have one, two or more entries in the left colum of Mail.app for your mail server(s)?  That is, do you have your Mail.app set up with either a btinternet entry, with a btyahoo entry, or both?  Or more?
    I'm guessing that you might have one account (btyahoo?) listed for incoming (IMAP server) mail, and with the outbound (SMTP server) mail is configured and named btinternet.
    Based on what little I see posted, it looks like BT uses both btinternet and btyahoo, but I'm not exactly clear on how they have their stuff set up, and their web set gets helpful and tries to help configure my mail — I don't immediately see a single web page with the mail server set-up details.  The BT email client set-up starts here.

  • How do I set up an account to receive email from my SMTP relay Server. Have I made a SMTP Server config error?

    Hi,
    How do I set up an account to receive email from my SMTP Relay Server?
    I've setup the SMTP feature and set my Server to use anonymous authentication.
    Things appear to look ok.
    But I can't connect make a test connection to it when I am trying to add an email account in Outlook.
    I could be doing something wrong here.
    This is my process.
    1. I have setup my SMTP Server.
    2. Created a user account in AD and given it an email address.
    3. Opened Outlook and tried to manually add a POP3 account by specifying the incoming and outgoing Server details.
    But when I go to test the connection on the email setup it keeps failing.
    Please help.
    Thanks

    Hi Midi25,
    As Florent suggested, please use Telnet to test SMTP Communication. For more details, please refer to following articles.
    How to Use Telnet to Test SMTP Communication
    XFOR: Telnet to Port 25 to Test SMTP Communication
    In addition, please also refer to following article and check if can help you.
    How to Configure a Windows Server 2003 Server as a Relay Server or Smart Host
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Information received from the QuickTime server is invalid.

    I recently updated my itunes to the latest version and with that everytime I try to open itunes or Quicktime, I receive a message saying "Some of your QuickTime software is out of date. You can fix this problem by updating to the latest version", when I click "Do it now", an error message pops up saying "Information received from the QuickTime server is invalid. Please try again later". I have tried uninstalling and reinstalling QuickTimes but this does not help. Please help!

    I have this identical problem. I have now completed a successful (?) update to Quicktime Player 7.3.1. Every time I boot or open Quicktime, I receive the message that some of the components are out of date. However, I am no longer receiving the "Information received from the QuickTime server is invalid. Please try again later" message. When I click on "do it now" the box simply disappears.

  • Exchange server not receiving emails from gmail

    Hi dear.
    From 2 days ago our exchange server 2013 not receiving email from gmail account. but we can send from our exchange or outlook to gmail account.
    we can receiving email from yahoo, hotmail, aol or other mail server But, just gmail account we can not receive email. plz help us, how can i do.
    Thanks

    Hi Beigi,
    According to your description, I understand that Exchange cannot received the message from Gmail, however others works well.
    Great checklist from Hotaka.
    Additional, I want to double confirm whether any other antivirus and protection software in your environment, also the
    Anti-Spam
    or
    Transport rule settings, for example sensitive words, IP block list and attachment filter, so that the message from external trigger constraints and be rejected. Meanwhile, please double check in OWA.
    Besides, please use message tracking log to get more details for this issue. It’s more helpful to narrow down the problem, for your reference:
    http://technet.microsoft.com/en-us/library/bb124375(v=exchg.150).aspx
    Best Regards,
    Allen Wang

  • Why some mail from Comcast mail server is not received?

    I am a new iMAC user (Mavericks 10.9.2). I just setup my Mail with 4 accounts using the guided setup on the MAC for the first account and then instructions from Comcast for the rest. All 4 accounts are setup for POP. All accounts are setup NOT to delete Email on the server for 1 month. Testing sending/receiving to/from the 4 accounts shows some very strange problems:
    - Emails sent to any of these MAC mail accounts from a PC with Eudora (as the client) consistently arrive without any problems
    - Emails sent from Comcast's webmail, from Outlook on an other PC and from the MAC itself via MAC mail end up on Comcast's server but never in the MAC's Inbox
    I can see the Emails arriving on Comcast's server via Webmail from a PC. I also cc-ed myself and received all test Emals without any problems on the PC.
    I called Comcast and their Email specialist said that they never heard of a problem like this one. They sent a test Email which was received on the PC but not on the MAC. They said that we should talk to Apple....
    Any help would be very much appreciated.

    Hi Suzy2014,
    Here is a related - in a way - "weird one" for you: Ironically, I had Comcast Webmail and Macintosh Mail client problems of a weird nature, myself (on my new iMac 27": which is also running OSX Mavericks 10.9.2) - and: the issue(s) occurred THIS PAST EASTER 2014 weekend.
    I had no problems w/ Comcast email forwarding, initially, after having many months ago done the initial set-up /forwarding. But for some strange reason, last Friday all my new (and older), Comcast-forwarded email to the iMac in question suddenly just evaporated off of that iMac. Something like 17 emails of all sorts from them; most since early 2014. Some involving service & changed billing costs /issues that land squarely in the lap of Comcast management
    NOTE: I have lately begun having [unrelated to email] 'other problems' with Comcast - which came to light just late last week - I won't go into them here, for now, but: I wondered if Comcast could (somehow? I know it seems so unlikely; paranoid, even ... but stranger things have been proven after the fact in the computer business. Think about it...) Anyway ... could they have 'prevented' me from forwarding their emails to me; and /or screwed-up, or around, with my email - or other(?) settings, configs, etc. As an harassment tactic. Seriously - it's crossed my mind since last Thursday /Friday. Here is my email story, courtesy of Comcast /xFinity::
    - The mail was there for a long time on my Mac;
    - Then these other issues arose (not email related) with Comcast;
    - My mail (POP acct't with them) was gone within an hour of me challenging them over the other stuff;
    - I called their tech support first;
    - the guy that finally came one wanted me to give him verbal "permission" to allow him to move around my iMac after I agreed to download their screen sharing app;
    - I'm really fairly expert with Macs /OSX oddities, in particular; Apple refers to me as a 'sophisticated user.' Whatever. I don't want kudos, believe me: just the solutions - if they even exist.
    - Anyway, the Comcast tech could not figure out why the email from them disappeared, nor why it would not re-download. Of course - it should have, as I set up forwarding it a long time ago; I assumed it would just re-download to the iMac 27. It did not.
    - He eventually put me on hold - so I played devil's advocate, and quickly configured my OTHER new Mac: a  MacBook Air 13 /Apple Email client to have an identically config'd Comcast account in it. Before I even finished setting it up on the Air 13 - the Account Preferences on that laptop actually 'finished setting itself up' - and POOF - *all* of the missing mail that used to be on the iMac 27 immediately downloaded into the new mailbox I'd just set up on the MB Air 13;
    - Odd, I thought.
    - This guy came back online; he ended up resetting my Comcast login PWD; then he maneuvered my mouse all around the iMac 27 very quickly, changing settings (one of the things I noted to him was that the Comcast smtp server had gone 'offline' as of a few hours prior, and that I could not get it to come back online). Well that didn't work.
    - He was brusque; and he ended up deleting my Comcast account totally on the iMac, and I reconfig'd it (by then I took over all the tasks, as I didn't like the way he skipped around the computer like he owned it, when I was capable of doing anything necessary for him); That 'plan' did not work, either.
    - He never did explain possible reasons for any of these "phenomenon;" nor did he ever get the Comcast SMTP mail server to come online, either. He told me he had no idea what was going one, and told me to call Comcast's "for pay higher level of support service" - (I refused) - or to call AppleCare (which I 'd planned to do, anyway).
    - Before I ended the call I had him observe as I logged into Comcast's [horrid] Website(s) and email account pages/settings I have, like you must. Oddly - MAIL FORWARDING from my Comcast email account to my primary email acct. *had been DISABLED.* How could this have just "happened?" Well - he refused to explain anything more. In short - he was useless, as support techs go.
    - This phone call to Comcast tech support next came to an abrupt end; plus - he never disengaged the screen-sharing session he had me agree to engage; that made me a bit uncomfortable too, to say the least. I ended the still-on sharing session after he hung up - right away, myself - and deleted all instances of the Comcast sharing app.
    - I of course called AppleCare; ironically, while waiting for a Sr. Advisor form the CPU Division to come on - suddenly the Comcast smtp sever suddenly came online; and the mail that would not again download to my iMac 27 - suddenly did - just like it did on the first-ever /new account I set up as a test (for my own edification, and knowledge of troubleshooting such things, across "like" computers) e.g., what I set-up while on hold with Comcast, on my MacBook Air 13. Which worked perfectly. I note this too: I went into the Keychain on both of these Macs of mine: I was suddenly locked-out of viewing the Comcast entries for PWDS for [their] mail incoming /outgoiong Keychain login /PWD entries. Shocking, really, as I've done that a million times beofre; and never - as full admin of all of my computers and networks - have seen THAT. A coincidence. I dunno. I suspect  ... something, though. I just don't know what - yet.
    I bring this long story up (sorry for the length) - for one reason, actually. Comcast /xFinity does some spooky - even unsavory - things (not limited to email issues alone, trust me). That said : be careful with them; your networking; you Macs; your privacy, etc. I am rather suspicious of "them," now, and for several reasons, as noted.
    Hope you have no more problems with them! Be well!

  • TS3999 Received 2 appointments, same date, same content, just different hours. Since then I receive message from iCal: Access to "Subject" in account "iCloud" is not permitted. The server responded "403" to CalDAVWriteEntityQueueableOperation. It's a bug!

    Received 2 appointments from a customer, same date, same content, just different hours. Since then I receive message from iCal: Access to “Subject” in account “iCloud” is not permitted. The server responded "403" to CalDAVWriteEntityQueueableOperation. In my opinion this is a bug, because iCloud is not able to handle 2 appointments at the same date with same content, just at different hours. The different hours should be enough individuality for each event on calendar.

    In my opinion this is a bug, because iCloud is not able to handle 2 appointments at the same date with same content, just at different hours. The different hours should be enough individuality for each event on calendar.
    Here are 4 identical events (other than time) in Calendar on my mac
    Here is how they appear at iCloud.com
    I concluded that iCloud has no problem with identical events seperated by time, so the question becomes what is wrong with your setup as opposed to what is wrong with iCloud.

  • I recently got new mac air and transferred my old version garageband projects now when I open them in 10.0.2 I can add new tracks but then nothing can record, shows its receiving sound from software inst. but no sound. I checked audio preferences and

    i recently got new mac air and transferred my old version garageband projects now when I open them in 10.0.2 I can add new tracks but then nothing can record, shows its receiving sound from software inst. but no sound. I checked audio preferences and they are set as they should be. I tried it in all the other older projects and same issue anyone have any experience like this very frustrating.  Can one download old version still ? or can you run both versions on OS10.9.5 ?

    Ok, either my question was too long or nobody seems to have an answer. Sad, either way
    Here's something I found out in the meantime, maybe this is interesting for somebody or maybe - problem's not totally solved - enough info for any of you to give me further advice.
    When I start Logic Core Audio driver de-activated, I can open old songs. Then I save them in a new folder with all audio files and a new name. And I remove all EXS24 instruments as well as the Space Designer. I quit Logic, re-open with Core Audio activated and I can open the song.
    Problem no.1: EXS24 instruments don't find the appropriate samples, but EXSMananger Pro did help me with this. Same problem with Space Designer, which doesn't find the impulse responses, connected to a certain preset.
    Two questions, every idea would be great!
    - Is there any way to teach Space Designer Presets where to look for impulse respones. I can load IR samples directly and create a new preset, but I can't use my old ones.
    - Is it possible to install Logic from scratch over an existing version? Or how should I de-install everything connected with Logic and then install a fresh version from CD?
    Thank you again,
    Joern

Maybe you are looking for

  • IWeb podcast page in different site.

    My current site is many pages, many graphics, etc. .... i.e. it's slow loading, and slow to publish. I have another .me account and was thinking of creating my podcast page there to facilitate faster publishing when updating my podcast. I have feedbu

  • Using current dimmensions for new business areas with coarser granularity

    Hi, I have a time dimension which has month, quarter, semester and year attributes. I am creating a new business area in which each fact refers to a quarter (we have no monthly data). In this case I am considering two options: 1) Using an attribute i

  • Mouse Track speed either slow or fast no in between

    I changed the batteries in my apple bluetooth mouse and now the track speed is either slow or fast there is no in between

  • Why doesnt After Effects Show Up On Creative Cloud?

    I wanna get after effects.. it doesnt appear on the list? any suggestions on what i should do?

  • Change the format of a string

    Hello all, Now what shall I do is to convert a string to an array. The string I got is shown in the pic in attachment, together with my code. Obviously the array isn't correct. i wonder if there's a way to change the format of the string without the