Getting php server going in mac 10.6

1 - turned on web sharing in sys prefs
2 - i set up a new blank site in DW in the webserver docs folder of osx
html works ok - but php is not working ....
Q: how do I turn on php built in server on 10.6?

locate the hidden file /etc/apache2/httpd.conf and comment out line 115
#LibraryModule php5_modulte libexec/apache2/libphp5.so
Then locate /etc/apache2/php.ini and change the following lines:
/var/tmp/mysql.sock on line 1060, 1213, and 1272
change to
/tmp/mysql.sock
finally setup timezone on line 997 (remove semicolon at the beginning of the line)
date.timezone = "America/Los_Angeles"
Then depending on if you require a database or not instal MySQL and phpMyAdmin. Relaunch Apache by stopping and restarting web sharing in System Preferences.

Similar Messages

  • Getting a server going

    I have a tomcat server installed in my flash builder plugin.  But when I run an application, it won't use the server.  Instead, it has the file come up in the browser.
    How do I get the application to use the server?

    Hi,
    First thing we need is to be sure we have “Server” view displayed (if not you go to Window > Other Views… and select Server from the tree).
    The first time you want to run a project you need to associate the project with the server – you do this only one time. You just right click inside the Flex application file and choose from the contextual menu Run As > Run on Server option:
    This command will open this little wizard (you select the previously defined server and then click “Finish”):
    After this the project gets compiled, the server is started and the project is deployed. At this point if you are looking inside the Server view you should be able to expand the Server node and see that a child exists with the same name as the project and the status of the server should be Started and Synchronized:
    Now every time you change something in your project as soon you build the project, the project is redeployed automatically. And when you want to see the Flex application you choose Run As > Flex Application (the default browser is opened with the Flex application inside). Also because the project is associated with the server you can use the top right buttons from the Server view to start / stop / debug / publish.
    Please see following link:
    http://corlan.org/2008/06/05/creating-a-combined-flexjava-project-in-flex-builder-wo-lcdsb lazeds/
    Thanks and Regards,
    Vibhuti Gosavi | [email protected] | www.infocepts.com

  • I am trying to link my PC to my Mac and Iphone and I pad. I can't use my Itunes account on my PC - when I try and enter Icloud on my computer i get a server error after I put in my e-mail and password.

    Question - Trying to use Icloud on a PC - I get a server error after I put in my e-mail and password. Why? I can sync up all my devices from Itunes with my MaC, Iphone and IPad but I can't do it with my PC

    I regret that you're having trouble setting up your email, corbad! You're on the right track with your incoming email address. You might also try incoming.verizon.net or incoming.yahoo.verizon.net as possible alternatives, and 995 as the port number. Please let me know how that goes!
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • Getting old 'Sent" messages from server onto my Mac

    I am using Mail 2.1.3 on a Mac Mini with OSX 10.4.11.
    I have used web mail (earthlink) exclusively for a number of years and now want to switch to a new email provider. I would also like to start using Apple Mail. I need to preserve my old send messages as well as my old inbox messages.
    In doing some testing, I can get old inbox messages to come down from the server into Mail on the Mac. However I have no idea how to get the old 'Sent" messages down. Can't find anything about it in Help or elsewhere.
    I'm logging into server mail via POP.
    Can anyone help put me on the right path? Thanks.

    Never mind, I figured it out for myself.
    I contacted earthlink and they were useless, as usual. They do not support IMAP and they insisted it was "impossible" to export messages from the sent box or archive them in any way. When I pushed back on that, they told me one way would be to go into each message and forward it to myself (thus having it appear in my inbox.) With thousands of messages, that was not going to happen.
    So I poked around and realized that right on the menu is an option to move messages from one box to another. I mass selected all the messages in my sent box and moved them to my inbox, and they all came down to my Mac. Easy as could be.
    The messages are now co-mingled all in the inbox, (but still in order by date) but that's okay, because I just need to archive them.
    FYI for anyone else having this problem, I am switching to gmail, and I also found out that gmail has an option for pulling all your old messages into their mail service, with many common email providers supported. Whether this pulls in the sent messages or just the inbox, I don't know. But gmail supports IMAP, so if you can get them over there, you should then be able to get them down to your Mac/PC. So that could be another option.

  • Can I get SQL Server for mac OSX Lion?

    I am taking a class in IT Tech and I need to install SQL Server on my mac is there any way to do this without going through third party apps?

    No, you will either have to use Boot Camp and install Windows and dual-boot, or get something like Parallels and install Windows. Either way, SQL Server is a native Windows application and you just can't 'run it' on a Mac.

  • I am trying to get Zen-Cart on my mac mini server lion 10.6

    I am trying to get Zen-Cart on my mac mini server lion 10.6 and am stuck getting mysql installed.
    Bassiclly what I am trying to do is have a cart for my site I host locally  I used iWeb to creat the site and it has no cart plug in I am aware of which makes it useless for ecommerce.  Other than that it is nice to use maybe im missing somethin?  So I am looking for solutions to get Zen Cart installed (easilly) to include mysql since OSX does not have it.  Some questions
    Is there a good free packaged installer for mysql and or zencart?
    is there a better OS cart solution for OS X ?
    Can iWeb be updated by me to host an e cart, or is there a plug in I can get?
    Other?

    Hello,
    Is this Win 7 32 bit version?
    If so & you don't want to upgrade to the 64 bit version...
    There is Parallels...
    http://www.parallels.com/
    VmWare Fusion...
    http://www.vmware.com/mac
    VirtualBox...
    http://www.virtualbox.org/wiki/Downloads

  • How do you get SSL to work on Mac OS X Server 10.5.8?

    Hi, I have created a SSL certificate (twice with the server admin tools and once with the openssl command) and I get this in the log of the apache web service:
    [error] Init: Pass phrase incorrect
    I have searched but aside from changing the httpd.conf file to not use:
    SSLPassPhraseDialog exec:/etc/apache2/getsslpassphrase
    and instead echo a generic passphrase, I don't know what to do. I have not tried this btw. It seems the wrong answer, even if it works.
    I have also seen to uncheck the performance cache option in the sites, option pane, but 10.5 does not have this and I don't know if it exists in a config file somewhere.
    Does anyone know how to get SSL working on the mac leopard server? it's a stock, advanced install.
    Thank you for any help.

    Easiest way is to not use a passphrase on the cert. It isn't required and can be left blank. That way apache doesn't need to know it and will use the certificate.
    Of course, this means you need to manage access to your certificates, but that should be the case anyway.

  • Mavericks Server-Need to get PHP and website working.

    Folks, I am not sure what to do here.  I am trying to get a website (jetphoto aka jpserver) working on our Mavericks server and I just don't know what I am missing.  I am trying to get it working on our local network before over the internet.
    I placed the downloaded web folder (jpserver) in Library/Server/Web/Data/Sites/
    I also placed the same folder in Library/Webserver/Documents   because I wasn't sure if this is where it's supposed to be instead.
    Web service is turned on in Server.app 3.12
    I added a web site in the Websites service of Server.app but it's unclear how to get that working and how it relates to the site I want to use.  I get a red light.
    PHP web applications is enabled in Server.app
    I went to the httpd.conf file in private/etc/apache2 and enabled the php5_module by removing the "#" before "LoadModule"
    When I go to safari and type 127.0.0.1/jpserver I getNot Found
    The requested URL /jpserver was not found on this server.
    Apache/2.2.26 (Unix) PHP/5.4.24 mod_wsgi/3.3 Python/2.7.5 mod_ssl/2.2.26 OpenSSL/0.9.8y DAV/2 Server at lpiserver.local Port 80
    If I manually invoke the index.php file in the jpserver folder I get:
    <?php
    * JetPhoto Server
    * Copyright (c) 2004 - 2010 Atomix Technologies Limited, All Rights Reserved.
    if (phpversion() < 4.2 ||
    !in_array("xml", get_loaded_extensions()) ||
    !ini_get("short_open_tag")) {
    header("location:test.php");
    } else {
    header("location:../default/index.php");
    ?>
    I am thoroughly perplexed at this point
    Where I should put the jpserver web folder so that it'll run
    How to get php working; at least the one bundled with Mavericks
    How (if at all) the web service relates to getting the site working
    How to properly configure the web service.
    Here's (http://www.jetphotosoft.com/web/manual_jpserver/) essentially what I am trying to do for reference. I thought it'd be this simple, but this much simpler it seems os OS X client with the old web sharing system preference turned on.

    It needs MySQL, which is not part of Mavericks server, so you would have to find that and install it yourself. Your chances of getting this working without prior experience are not good.

  • In windows cmd lueo used \ \ server and get to the pc but mac as done

    in windows cmd lueo used \ \ server
    and get to the pc but mac as done

    Your question (if it is one) makes no sense whatever.
    Please describe your problem in greater detail, and include details of what Mac you have and what version of OS X.

  • How can a JMS Listener Notified get when a Topic Server Goes Down?

    I'm in the process of looking into pub/sub model for a centeralized data source where vertical applications subscribe to a topic to get updates on person demographic information.
              I was playing with the JMS topic examples and noticed that when I have a Durable Subscriber listener (java main) and the topic Server goes down. It never gets notified. When I restart the Topic server and send msgs to the topic, the Durable Listener doesn't get them.
              Once I restart the Durable Listener (java main), it receives all the messages that were pending.
              I implemented the ExceptionListener and it never gets a shutdown msg either. I shutdown the Topic server via Ctrl-C, Graceful Shutdown and Forced Shutdown.
              Is there a way for the client listener to determine when the Topic Server went down, came backup, and restore the connection to it automatically? Or do we have to implement some type of ping mechanism on the client listener and re-create the connection ourselves?
              Thanks. Later...
              - Wayne
              Edited by wlau1000 at 03/07/2007 8:34 AM

    Hi Wayne,
              I think the exception listener should have fired. Some comments/questions:
              - Does your app call "connection.setExceptionListener" in addition to implementing ExceptionListener?
              - Which version and maintenance/service pack are you using?
              - Is the client using the wl* "thin" client jars or the "thick" client jar?
              - Version 9.2 provides an automatic reconnection capability for consumers. This behavior isn't enabled by default due to natural side effects that some apps might not be prepared to handle (needles to say, I recommend reading the doc thoroughly).
              http://edocs.bea.com/wls/docs92/jms/recover.html#wp1320125
              Tom

  • Hi I am getting below error on my MAC OSX 10.6 Server

    Hi,
    I am getting below error on my MAC OSX 10.6 server MAC Pro machine.
    Please let me know what this means?
    Interval Since Last Panic Report:  8518861 sec
    Panics Since Last Report:          1
    Anonymous UUID: F1F85B83-6DC2-4E6C-B02C-D1D42F15F321
    Wed Jan 25 16:22:19 2012
    panic(cpu 3 caller 0x2abf6a): Kernel trap at 0x00926b00, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000054, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x080a7600, ECX: 0x00000000, EDX: 0x098da5a4
    CR2: 0x00000054, EBP: 0x56e8be78, ESI: 0x098da500, EDI: 0x080cf800
    EFL: 0x00010202, EIP: 0x00926b00, CS:  0x00000008, DS:  0x080c0010
    Error code: 0x00000002
    Backtrace (CPU 3), Frame : Return Address (4 potential args on stack)
    0x56e8bc88 : 0x21b837 (0x5dd7fc 0x56e8bcbc 0x223ce1 0x0)
    0x56e8bcd8 : 0x2abf6a (0x59e3d0 0x926b00 0xe 0x59e59a)
    0x56e8bdb8 : 0x2a1a78 (0x56e8bdd0 0xcc5c600 0x56e8be78 0x926b00)
    0x56e8bdc8 : 0x926b00 (0xe 0x98d0048 0x56e80010 0x530010)
    0x56e8be78 : 0x927ff8 (0x98da500 0x80a7600 0x5000 0x0)
    0x56e8bec8 : 0x98b7aa (0x98da500 0x80cf800 0x2 0x0)
    0x56e8bf08 : 0x98e014 (0x8086c00 0x8087f9c 0x0 0x807d580)
    0x56e8bf28 : 0x552ea6 (0x8087c00 0x0 0x0 0x4fbef7e4)
    0x56e8bf88 : 0x552eea (0x8087f80 0x8087f80 0x0 0x1)
    0x56e8bfc8 : 0x2a179c (0x8087f80 0x0 0x2a17ab 0x7e0d564)
          Kernel Extensions in backtrace (with dependencies):
    com.ATTO.driver.ATTOCelerityFC(3.4.6)@0x943000->0x99afff
                dependency: com.apple.iokit.IOSCSIParallelFamily(2.1.1)@0x923000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x92c000
    com.apple.iokit.IOSCSIParallelFamily(2.1.1)@0x923000->0x92bfff
                dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.6.8)@0x909000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacPro1,1 (Mac-F4208DC8)
    System uptime in nanoseconds: 1825402534727490
    unloaded kexts:
    com.apple.iokit.IOUSBMassStorageClass   2.6.7 (addr 0x1284000, size 0x49152) - last unloaded 1132024965088576
    loaded kexts:
    com.ATTO.driver.ATTOCelerityFC       3.4.6
    com.apple.filesystems.smbfs       1.6.7 - last loaded 267231229373759
    com.apple.filesystems.afpfs         9.7.1
    com.apple.nke.asp_tcp       5.0
    com.apple.driver.AppleHWSensor       1.9.3d0
    com.apple.filesystems.autofs       2.1.0
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl  1.0.20
    com.apple.driver.AppleHDA        2.0.5f14
    com.apple.driver.AudioAUUC     1.57
    com.apple.GeForce   6.3.6
    com.apple.Dont_Steal_Mac_OS_X     7.0.0
    com.apple.driver.AudioIPCDriver         1.1.6
    com.apple.driver.AppleMCEDriver       1.1.9
    com.apple.driver.AppleIntelMeromProfile     19
    com.apple.driver.ACPI_SMC_PlatformPlugin       4.7.0a1
    com.apple.driver.AppleLPC         1.5.1
    com.apple.iokit.SCSITaskUserClient   2.6.8
    com.apple.BootCache        31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage  1.6.4
    com.apple.driver.AppleIntel8254XEthernet  2.1.3b1
    com.apple.driver.AppleFWOHCI 4.7.3
    com.apple.driver.AppleUSBHub 4.2.4
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleIntelPIIXATA     2.5.1
    com.apple.driver.AppleEFINVRAM      1.4.0
    com.apple.driver.AppleUSBEHCI         4.2.4
    com.apple.driver.AppleUSBUHCI         4.2.0
    com.apple.driver.AppleACPIButtons    1.3.6
    com.apple.driver.AppleRTC         1.3.1
    com.apple.driver.AppleHPET      1.5
    com.apple.driver.AppleSMBIOS 1.7
    com.apple.driver.AppleACPIEC  1.3.6
    com.apple.driver.AppleAPIC       1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient     142.6.0
    com.apple.security.sandbox         1
    com.apple.security.quarantine     0
    com.apple.nke.applicationfirewall         2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement     142.6.0
    com.apple.driver.AppleProfileReadCounterAction         17
    com.apple.driver.DspFuncLib      2.0.5f14
    com.apple.driver.AppleProfileTimestampAction   10
    com.apple.driver.AppleProfileThreadInfoAction    14
    com.apple.driver.AppleProfileRegisterStateAction        10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction       20
    com.apple.nvidia.nv40hal    6.3.6
    com.apple.NVDAResman  6.3.6
    com.apple.iokit.IONDRVSupport 2.2.1
    com.apple.iokit.IOFireWireIP       2.0.3
    com.apple.iokit.IOSurface   74.2
    com.apple.iokit.IOBluetoothSerialManager  2.4.5f3
    com.apple.iokit.IOSerialFamily    10.0.3
    com.apple.iokit.IOAudioFamily    1.8.3fc2
    com.apple.kext.OSvKernDSPLib         1.3
    com.apple.driver.AppleHDAController 2.0.5f14
    com.apple.iokit.IOGraphicsFamily        2.2.1
    com.apple.iokit.IOHDAFamily      2.0.5f14
    com.apple.iokit.AppleProfileFamily      41
    com.apple.driver.AppleSMC        3.1.0d5
    com.apple.driver.IOPlatformPluginFamily     4.7.0a1
    com.apple.driver.AppleUSBHIDMouse         162
    com.apple.driver.AppleHIDMouse        162
    com.apple.driver.AppleUSBHIDKeyboard    141.5
    com.apple.driver.AppleHIDKeyboard   141.5
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice  2.6.8
    com.apple.driver.AppleUSBMergeNub         4.2.4
    com.apple.driver.AppleUSBComposite        3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice   2.6.8
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily    1.6.1
    com.apple.driver.XsanFilter         402.1
    com.apple.iokit.IONetworkingFamily    1.10
    com.apple.iokit.IOATAPIProtocolTransport  2.5.1
    com.apple.iokit.IOFireWireFamily        4.2.6
    com.apple.iokit.IOUSBUserClient         4.2.4
    com.apple.iokit.IOSCSIParallelFamily 2.1.1
    com.apple.iokit.IOSCSIArchitectureModelFamily  2.6.8
    com.apple.iokit.IOAHCIFamily     2.0.6
    com.apple.iokit.IOATAFamily      2.5.1
    com.apple.iokit.IOUSBFamily      4.2.4
    com.apple.driver.AppleEFIRuntime      1.4.0
    com.apple.iokit.IOHIDFamily        1.6.6
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch         1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages      289.1
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform  1.3.6
    com.apple.iokit.IOPCIFamily        2.6.5
    com.apple.iokit.IOACPIFamily     1.3.0
    Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 4 GB, SMC 1.7f10
    Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 32768 MB
    Memory Module: global_name
    Network Service: Ethernet 1, Ethernet, en0
    PCI Card: NVIDIA GeForce 7300 GT, sppci_displaycontroller, Slot-1
    PCI Card: ATTO Celerity FC-42ES, sppci_fibrechannel, Slot-2@15,4,0
    PCI Card: ATTO Celerity FC-42ES, sppci_fibrechannel, Slot-2@15,4,1
    Serial ATA Device: WDC WD2500JS-41MVB1, 232.89 GB
    Parallel ATA Device: PIONEER DVD-RW  DVR-111D
    Fibre Channel Device: SCSI Target Device @ 0
    Fibre Channel Device: SCSI Target Device @ 1
    Fibre Channel Device: SCSI Target Device @ 2
    USB Device: Hub, 0x05ac  (Apple Inc.), 0x9130, 0xfd500000 / 3
    USB Device: Apple Cinema Display, 0x05ac  (Apple Inc.), 0x9222, 0xfd520000 / 4
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd100000 / 2
    USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0xfd130000 / 6
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd120000 / 5
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown

    Any news from ATTO? newer driver?
    did it just start but began after "xyz"?
    Have you run Apple Hardware Test?
    Take out the ATTO card and / or boot in Safe Mode and things are fine?
    And while the Nvidia 7300GT hasn't yet failed, might want to look into a replacement for it, too.
    OS X Snow Leopard Server Community:
    https://discussions.apple.com/community/servers_enterprise_software/mac_os_x_ser ver_v10.6_snow_leopard

  • How to get sent mail from Gmail server onto my mac

    I recently upgraded to Snow Leopard. When configuring Mail I used POP ( I prefer it) with my Gmail account and it tediously uploaded all my received mail from the Gmail server to my mac mail program. How do I get the sent mails on the Gmail server onto my computer?

    Not sure if this will work as I use IMAP. Go to Mail>Preferences>Accounts> click on mailbox behaviour, uncheck 'store sent messages on server' if it is checked. Then try a fetch mail and see if it works.

  • Install a test JSP Web Server on a mac for a PHP developer

    I am looking to write some simple JSP pages. I need a Java web server and the development kit [JSPWDK or is it JSWDK?]
    I have only Java SE 6.0 installed on my mac. I have Snow Leopard OS.
    I had trouble in the downloads finding the right one, but I downloaded the
    jswdk_0_1_solsparc.tar.z
    I was looking for a regular UNIX JSWDK and didn't find one?
    Will the Solaris Sparc version work for a mac?
    I have apache on my mac. I normally use PHP but for a web project.
    I need the JSP server.
    Can I install the JSP Server on my mac along with the Apache server. This is only for development.
    I have got Zend Framework for PHP running on my mac so I don't want to mess up too much for this test.
    Thanks for any advice or any pages anywhere to help but I can install from a tar file if there isn't too much configuration.
    TIA.

    Hi,
    If you need to install a full development environment with Tomcat in Mac OSX take a look at my tutorial at http://jmaw.blogspot.com.es/2012/08/minimo-entorno-de-desarrollo-java-mac.html. The blog has translation if you need it.
    I hope I can help. Also you can. Install both servers taking care of the ports, usually Tomcat listens requests by the port 8080 while Apache server listens requests by the default http port 80.
    Best regards,
    Jmaw

  • I have partitioned my time capsule, but I can't get it to work as a Time Machine back up and permanent media server for both mac and PC. What format do I need to partition the drive to so that it works for both mac and windows and so that it will be visab

    I have partitioned my time capsule, as I want part of it to act as a media server for both mac and windows. However I don't know what format that I need to partition it to. I also can't make it a permanently accesible drive. I want to restore the drive to the original format (which I don't know) and start again and re-partition the drive in a format that can be used for media by both mac and PC and for time machine back-ups and make the media part of it permanetly accesible so I can add and acccess my files.
    Thanks

    You are mixing up a couple of things here.
    The TC drive cannot be partitioned without removing it.. did you do that?
    If you partition it you must use a Mac disk utility and use the HFS+ ie standard Mac format. And GUID partition table not windows type.
    You can select erase disk in the airport utility.. that will take the disk back to original format. No partitions. TC is deliberately not partitioned as it is not a media server.. it is a backup device for TM. Over time .. the disk will be filled with TM backups so you have a long history of file changes to your computer.
    There is no media server in the TC.. it is merely disk storage.. you can serve files from it to a media device.. but the TC itself is dumb as dumb.
    Now the actual format of the drive is irrelevant to the PC.. The TC offers SMB file services to the network. You can copy files to and from the TC as if it was a local disk without caring one iota about the format. The TC handles that .. it is not a local disk .. it is a network drive.
    Although you cannot partition the TC. you can still copy files to it.. this does have implications for TM.. but as long as there is plenty of free space should not be a major issue.
    You can create a disk image via the disk utility in a Mac.. and as stated you can create partitions if you do it on a Mac with the disk directly connected which means breaking warranty if any exists on the TC.

  • Io am getting a server error oin iical on my mac

    I am getting a server error every time I go into ICAL on my Macbook pro. I use my ipad and it is ok?

    Clear the iCal cache...
    http://kb.mit.edu/confluence/pages/viewpage.action?pageId=12386508

Maybe you are looking for

  • Adobe Muse CC 2014 Trial Error

    I have been having trouble getting adobe muse cc trial to work, some of you may have seen my other post, however since adobe came out with the update yesterday, i thought i would uninstall the other copy and try a trial of the 2014 update. However i

  • Shortcut keys not working on my iMac (Lion) keyboard?

    this happened late last week. my shortcut keys worked fine, but now nothing is working ( ©c, © a, © , etc.). tried restoring back to default in system prefences and repaired the HD in disc utility, but no luck. is this just a bug that apple need to f

  • ASA 5580 with EtherChannel 20Gbs, Does the Failover link must match the same Speed?

    Hello, I have an ASA 5580, I am plannning on setting two EtherChannels (inside and outside), each channel will include two TenGigabit interfaces. My questions is that if the links that I am gonig to use for the failover and link, should also be 20Gbs

  • JTable: How to get the last value entered ?

    I have a JTable, with 2 columns and 3 rows that I need to fill.. If I don't press the Enter key after filling each cell, and if I call the foloowing method void readTable()       String[][] myarray = new String[3][2];         for (int i = 0 ; i<3;i++

  • OS update 10.1.0.4181 - No longer have mobile network connections

    I'm having issues after I tried updating my BB Q10 to 10.1.0.4181. I received a notification indicating that there is a device software update so I did a backup of my Q10 with Blackberry Link before the update. When I did the update, I did not unplug