Page Published As Portlet is Non Functional

Portal Version 3.0.9.8.2 on Win2k
We have several workgroups each of which have their own page with tabs and numerous portlets. Workgroup 'A' (WGA) has a need to seed workgroup 'B's (WGB) page. Published WGB page as a portlet and added it to WGA's default page. The portlet page works normally on WGA's page until any customization is done to WGA's page (including customizations unrelated to the WGB page portlet).Again, after any customization has been done to WGA's page, the WGB portle page becomes inoperable in the tabbed areas. It is notable that this is happening with TABBED pages. In this case, both WGA and WGB's page include tabs.
To reproduce:
1. Create a page with tabs and portlets (page 'a').
2. Publish page 'a' as a portlet.
3. Include portlet on another page (page 'b') in default layout.
4. Open page 'b'.
5. Use page 'a' as portlet on page 'b' (should function normally).
6. Customize page 'b' by adding, deleting, hiding, etc. anything to any of the other tabs.
7. Use page 'a' as portlet again (should be non functional).
Is this a bug?

Hi,
This is not happening 30984. May be this is a bug. Try applying the latest patch 30984.
Thanks,
Sharmila

Similar Messages

  • Page paths show root level when page published as portlet

    I use pages that simply work as repositories and which are published to the root page in the same page group as portlets. When these repository pages have sub pages I add a region with a page path for users to navigate within each page hierarchy.
    When the pages are published as portlets and placed on the root page of the page group, the page path shows the root page as the first level of the path (root : repospage : reposSubPage1 : reposSubPage11).
    This is confusing as it always seems that there is one more level above the top level when in fact reposPage is the top level.
    I want to have the underlying repository page as the top level of the path. How do I do this?

    The page path always shows the root page of the page group.
    You can try building your own page path in a PL/SQL item. The function:
    wwpro_api_parameters.get_value('_pageid','a')will return the value of the pageid parameter in the page URL (the second parameter is used by portlets and is ignored when used in a PL/SQL item). You can use this value to find the parent page in the WWSBR_ALL_FOLDERS view. By using a cursor loop (I recommend this over a connect by query against this view), you can walk up the tree to get the entire path. The root page will always have an id of 1.
    One caveat - getting the pageid from the wwpro_api_parameters.get_value function may not work in future versions of Portal.
    Also, you'll need 9.0.2.6 or later for the WWSBR_ALL_FOLDERS view.
    Regards,
    Jerry
    PortalPM

  • How to get form fields in a dynamic page as a portlet

    I have a dynamic page(publish as portlet and added to a portal page) with a html form that has many radio button created dynamically (query a table and create as many radio button as records I found) and the name of each radio button is the id of the record from the table it represents.
    When I click the submit button of my form it will recall the same portal page and then I have to check which radio buttons where selected to update the database depending on it.
    The problem is that I can't get the radio buttons inside the dynamic page because they are created dynamically so I can't make them portlet parameters to be associated with page parameters.
    So How can I tell which radio buttons have been selected?
    Please help me.

    Hi,
    Write a procedure which will be called as the form action. This procedure should take an array of parameters like p_arg_names and p_arg_values. For example
    <html>
    <form>
    <input type="checkbox" name="p_radio">
    <input type="checkbox" name="p_radio">
    </form>
    procedure submit_form(p_radio in wwv_utl_api_types.vc_arr)
    begin
    for i in 1..p_radio.count
    loop
    htp.p(p_radio(i));
    end loop;
    wwv_redirect.url(<page_url>);
    end;
    Hope that helps.
    Thanks,
    Sharmila

  • Home Page Search Is Non-Functional / Not Possible to Restore Previous Session

    After the latest update (to version 29), Firefox's default home page search bar has been completely non-functional. Whether I type enter or press Search, nothing happens. Another (possibly related) problem is that the "Restore Previous Session" button is never present. I also cannot restore the previous session by clicking on the History option (it is always greyed out).

    I had this and other problems with v29. But after a while everything was working
    again, I hope. BTW;<BR><BR>
    I found that after Firefox v29, a LOT of my settings and add-ons were changed /
    reset. Try this;
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    <BR>While you are in safe mode;<BR>
    '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.
    Check ALL of your setting. Then restart.

  • I created a navigation page and published as portlet now how to add this pg

    I created a navigation page and published as portlet now how to add this page... i dont see in the portlet staging area.... i left the check mark publish as portlet on when i created the page...
    how do i add this to the page...

    The Navigation Page Portlet should be available in the Portlet Repository - select Published Portal Content -> Your Page Group Name
    Lisa

  • Portal API's to display "page published as a portlet" using pl/sql

    I have a custom pl/sql portlet that we have developed. We want to programatically display the contents of another portlet which is a "portal page published as a portlet". I know when you have a provider portlet you can simply call it like this:
    portal.provider_name.show();
    But how do you display a page published as a portlet using portal API's?

    Nobody has a clue?

  • Wired interface non-functional

    So I have a most unusual problem with a mac mini server that is driving me banana's that I hope someone in the Apple community has run into, and found a decent solution..
    The mac mini (2.3GHz quad core i7, late 2012) is running 10.9 and server 3.0.1.   I did an upgrade from 10.8 (and whatever the previous version server was)..
    Since then the wired ethernet interface (en0) literally stopped working. (Links up, but no connectivity.. no ping, it does not even send an ARP)
    Data points about the problem.
    - It worked flawlessly up until the upgrade to 10.9.
    - wireless interface is still fine, static or dhcp.
    - The IP is statically configured via System preferences - Network.
    - ifconfig in terminal show NO IPADDRESS assigned to the interface.
    - if I reconfigure the interface to DHCP, it will not receive an IP and ends up with an APIPA address..
    - if I go into terminal and 'ifconfig en0 down' then 'ifconfig en0 <IP> up' the interface works again until restart.  It will also correctly display the IP in terminal.
    - If I reset, it goes back into this same state (network preferences shows proper config, ifconfig does not, and the interface is non functional)
    - If I then go to cli, and manually ifconfig down then up, all is good again..  Doing so from system prefs has no affect..
    Here is where it gets really interesting, and why I am convinced this is a software issue..     I did a clean install of 10.9 and Server on an external USB disk, and things work exactly as expected if I boot from that Volume..  If I boot from the internal drive, Its in the broken state again..
    This absolutelty tells me its some kind of software issue, and I am out of ideas short of wiping the internal drive, and reloading all the data from scratch..
    Anyone else run into this?  If yes, were you able to fix it without wiping/reloading?

    First, thank you for taking the time to respond and offering great ideas..
    I'd delete the interface & recreate it.
    In 'System Preferences > Network tab' select the ethernet, click the - button. Then add it again. Reboot & see if it has any effect.
    - Had no affect..  More accurately, it works the same as doing ifconfig down/up in cli, where the interface will work again until the next reboot.
    See what appears in Console (Spotlight search for it) in the 'All messages" section when you remove connect the ethernet.
    - Log messages are below..  Interestingly, I do not get the failure messages that I have highlighted in red on another machine that is is also running 10.9, with server loaded.
    11/23/13 10:14:36.000 AM kernel[0]: AppleBCM5701Ethernet [en0]: Link down (womp disabled, proxy idle)
    11/23/13 10:14:37.135 AM configd[24]: network changed: v4(en1:10.1.10.10, en0-:10.10.10.1) DNS Proxy SMB
    11/23/13 10:14:52.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, EEE enabled, Debug [796d,0301,0de1,0300,cde1,7c00]
    11/23/13 10:14:52.418 AM configd[24]: arp_client_transmit(en0) failed, Device not configured (6)
    11/23/13 10:14:52.419 AM configd[24]: MANUAL en0: arp probe failed, arp_client_transmit(en0) failed, Device not configured (6)
    11/23/13 10:14:56.501 AM ServerEventsDaemon[221]: NetworkConfiguration: Handling network change.
    Have you tried changing the port on the switch it is connected to?
    - Yes, for ease of testing I have it plugged directly into my MacBook Pro  (I also tried new cable first )
    Does safe mode have any effect?
    - No, Same results.
    Again, booting the machine from a clean install on a USB disk, does not show the issue..    I’ve got a lot of data on the machine, so I am doing anything I can to avoid wiping and reloading it all..  Ive added the output of etrecheck, in case its of any help.
    Hardware Information:
              Mac mini (Late 2012)
              Mac mini - model: Macmini6,2
              1 2.3 GHz Intel Core i7 CPU: 4 cores
              16 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    Startup Items:
              ChmodBPF - Path: /Library/StartupItems/ChmodBPF
    System Software:
              OS X 10.9 (13A603) - Uptime: 0 days 0:4:7
    Disk Information:
              APPLE HDD HTS541010A9E662 disk0 : (1 TB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 999.35 GB (928.22 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple, Inc. IR Receiver
              Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)
              Dell Dell USB Keyboard
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
              com.logmein.driver.LogMeInSoundDriver          (1.0.2)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.enterasys.NacAgent.plist
              [loaded] com.google.keystone.daemon.plist
              [not loaded] com.logmein.logmeinblanker.plist
              [loaded] com.logmein.logmeinserver.plist
              [loaded] com.logmein.raupdate.plist
              [loaded] com.parallels.desktop.launchdaemon.plist
              [loaded] org.macosforge.xquartz.privileged_startx.plist
    Launch Agents:
              [loaded] com.google.keystone.agent.plist
              [failed] com.logmein.LMILaunchAgentFixer.plist
              [loaded] com.logmein.logmeingui.plist
              [loaded] com.logmein.logmeinguiagent.plist
              [not loaded] com.logmein.logmeinguiagentatlogin.plist
              [loaded] com.parallels.desktop.launch.plist
              [loaded] com.parallels.DesktopControlAgent.plist
              [loaded] com.parallels.vm.prl_pcproxy.plist
              [loaded] org.macosforge.xquartz.startx.plist
    User Launch Agents:
    User Login Items:
              iTunesHelper
              smcFanControl
              Dropbox
    3rd Party Preference Panes:
              Flash Player
    Internet Plug-ins:
              Default Browser.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              googletalkbrowserplugin.plugin
              LogMeIn.plugin
              LogMeInSafari32.plugin
              npgtpo3dautoplugin.plugin
              o1dbrowserplugin.plugin
              QuickTime Plugin.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Time Machine:
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 999.35 GB Disk used: 71.13 GB
              Destinations:
                        Backups [Network] (Last used)
                        Total size: 999.18 GB
                        Total number of backups: 14
                        Oldest backup: 2013-11-23 01:19:19 +0000
                        Last backup: 2013-11-23 14:59:37 +0000
                        Size of backup disk: Adequate
                                  Backup size 999.18 GB > (Disk used 71.13 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  9%          35FC0000
                  3%          mds
                  3%          WindowServer
                  2%          36000080
                  1%          syncdefaultsd
                  1%          EtreCheck
                  1%          postgres: caldav postgres [local] startup
                  1%          fontd
                  0%          SubmitDiagInfo
                  0%          prl_disp_service
    Top Processes by Memory:
              147 MB             com.apple.IconServicesAgent
              82 MB              Dropbox
              82 MB              com.apple.WebKit.WebContent
              82 MB              Safari
              82 MB              Finder
              66 MB              mds_stores
              66 MB              CalendarAgent
              66 MB              CalendarServer 5.1 (Apple Calendar Server 21.17.39) [Agent]
              49 MB              mds
              49 MB              soagent
    Virtual Memory Statistics:
              11.80 GB           Free RAM
              2.69 GB            Active RAM
              436 MB             Inactive RAM
              1.08 GB            Wired RAM
              258 MB             Page-ins
              0 B                Page-outs

  • I have a 60G classic with a non-functioning center select button. Can I set a specific playlist and change settings by hooking up to my PC and then maintain those settings and that playlist once I go remote?

    I have a 60G classic with a non-functioning center select button. Can I set a specific playlist and change settings by hooking up to my PC and then maintain those settings and that playlist once I go remote?

    I'm having a little trouble understanding the part about your password having to be reset. Why is that happening??
    Let's start with Firefox's settings:
    (1) You can configure the password manager feature on this tab:
    orange Firefox button (or Tools menu) > Options > Security
    There is a checkbox to enable/disable the feature.
    There also is a "Saved Passwords" button to review and remove any passwords you do not want Firefox to keep.
    That tab also has a feature to set a Master Password so that no one can use your saved passwords without knowing the Master Password. You may need to exit Firefox in order for Firefox to ask for that again.
    Related articles:
    * [[Password manager - Remember, delete and change saved passwords in Firefox]]
    * [[Use a Master Password to protect stored logins and passwords]]
    (2) Site-specific permissions
    If you want to use the password manager for other sites but NOT a particular site, you can configure that in the Permissions Manager.
    In a new tab, type or paste '''about:permissions''' in the address bar and press Enter.
    After the page loads, use the search box in the upper left corner to narrow down the list to the site you want to configure. Highlight the site on the left side, and on the right side, choose Block under Store Passwords.
    (3) Form autocomplete suggestions
    Separate from passwords, Firefox remembers entries you've made into forms (in most cases) and lists the matching ones below the form field in a drop-down.
    To clear a suggestion, press the down arrow key to highlight it and press the Delete key.
    To turn off this feature, see this article: [[Control whether Firefox automatically fills in forms with your information]].
    To review and selectively edit or delete form history entries, you need an add-on. For example, you could try this one: https://addons.mozilla.org/firefox/addon/form-history-control/

  • Ver33 Unresponsive Script popup is NON FUNCTIONAL

    My continuing problems with getting FF to Restore Session are here:
    https://support.mozilla.org/en-US/questions/1022861?esab=a&s=&r=0&as=s
    Using Safari to send this. FF is locked up again...
    Went Not Responding on yet another tab. This one said "waiting for" server for a long time, then it changed to "connected to"
    Then the Unresponsive Script popup appeared -- but as always, it is NON FUNCTIONAL. None of the 3 buttons work. None are blue.
    I'm letting FF sit there for a while to see if the damn button ever turns blue...

    Some Console Errors for those who know WTF they mean...
    10/15/14 2:11:06 AM [0x0-0x14c14c].org.mozilla.firefox console.error:
    10/15/14 2:11:06 AM [0x0-0x14c14c].org.mozilla.firefox [CustomizableUI]
    10/15/14 2:11:06 AM [0x0-0x14c14c].org.mozilla.firefox Widget 'ghostery-button-container' not found, unable to move
    SNIP A PAGE OF REPETITIONS
    I THINK THIS ONE IS MY IP TRYING TO SNIFF MY LAN. HAPPENS EVERY 20-some SECONDS:
    10/15/14 2:11:21 AM Firewall[91] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    10/15/14 2:17:22 AM [0x0-0x14c14c].org.mozilla.firefox 1413353842649 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 3427 seconds ago, minimum seconds: 86400
    10/15/14 2:17:22 AM [0x0-0x14c14c].org.mozilla.firefox 1413353842649 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates.
    10/15/14 2:17:23 AM [0x0-0x14c14c].org.mozilla.firefox 1413353843115 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 3427 seconds ago, minimum seconds: 86400
    10/15/14 2:17:23 AM [0x0-0x14c14c].org.mozilla.firefox 1413353843115 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates.
    10/15/14 2:17:23 AM [0x0-0x14c14c].org.mozilla.firefox 1413353843439 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 3427 seconds ago, minimum seconds: 86400
    10/15/14 2:17:23 AM [0x0-0x14c14c].org.mozilla.firefox 1413353843439 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates.
    10/15/14 2:17:23 AM [0x0-0x14c14c].org.mozilla.firefox 1413353843984 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 3428 seconds ago, minimum seconds: 86400
    10/15/14 2:17:23 AM [0x0-0x14c14c].org.mozilla.firefox 1413353843984 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates.
    10/15/14 2:17:24 AM [0x0-0x14c14c].org.mozilla.firefox 1413353844091 GMPInstallManager.simpleCheckAndInstall INFO Last check was: 3428 seconds ago, minimum seconds: 86400
    10/15/14 2:17:24 AM [0x0-0x14c14c].org.mozilla.firefox 1413353844091 GMPInstallManager.simpleCheckAndInstall INFO Will not check for updates.

  • My interface -- buttons (back, forward, reload), firefox tab, groups, etc. -- does not look like the sample on your "firefox features" page. ("Groups" seems not to function at all.) I'm running the current firefox 4 download on Windows XP. Can you help?

    My interface -- buttons (back, forward, reload), firefox tab, groups, etc. -- does not look like the sample on your "firefox features" page. ("Groups" seems not to function at all.) I'm running the current firefox 4 download on Windows XP. Can you help?

    cor-el
    Thank you for your swift reply. I don't know that this has helped me, as I've reached my level of tolerance for fooling with this annoying little problem - for today anyway. It has been going on since I "up" graded to Firefox 4. My wife is running 3.6.x on her laptop with none of this foolishness. As BLASPHEMOUS as it may sound, I've gone back to IE for the time being even though I don't like it 1000th as much as I do Firefox.
    Not just to rant here, I would say that I found a way to put some buttons on the right side of the toolbar that immediately gave me permission to "back, forward, and reload", but upon closing the browser and going out for dinner with the wife, I find on return that not only are those buttons NOT still on the toolbar, but I can't find them anymore. I think they were in "add-ons" found under I believe Add-On Manager.
    I did also manage to achieve back/forward functionality running Firefox in SAFE mode, but this meant no No-Script, among other things, and I've grown too fond of that particular little script to give it up.
    I've rebooted, restored, and reinstalled, can't get this formerly completely reliable program to work like it always has. Before looking around on here, I was beginning to think it was my PC.
    THANK YOU FOR YOUR HELP, cor-el. I'm going to see if I can get on live chat on Monday.
    bossman344

  • Finding page id within portlet

    I need to dynamically find the id of a page for a portlet at runtime. I'm about to investigate using the wwpob_api_page package (get_instance function) but as this is an unpublished API was wondering if there was a simpler, more legitimate solution. TIA.

    Just to let you know, it's always passed in the url. I'm not sure how to get it out with JSP (request.getParameter doesn't appear to work), however, it is pretty easy to parse out using Javascript. We had a similar problem needing to know which page you are on to show a different image depending on the page. We parsed it out using javascript, then passed it as a parameter to our jsp page which does all the work. Good luck,
    Stephen Geddes
    null

  • Pages '08 will not complete save function. I must force quit to save.

    Pages '08 will not complete save function. I must force quit to save.

    When saving, try "Save As" but make sure "Include preview in document" is NOT selected.

  • How to open a jsp page inside a portlet directly ,Cannot find FacesContext

    Hi
    Thank you for reading my post.
    I have a portlet (a jsf portlet build by JSC) , now i need to open a window that
    will show some information , i managed to open the pop-up and pass some parameters to popup
    but right now , i do not know what is my jsp file url
    as you know portlets are deployed diffrent than plain web jsf application.
    I find that if i use
    http://localhost:28080/Adv/viewMessageDetails.jsp?messageID=10
    it will open the page , but unfortunetly it return an error like :
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: javax.servlet.jsp.JspException
    Cannot find FacesContext
    Possible Source of Error:
    Class Name: javax.faces.webapp.UIComponentTag
    File Name: UIComponentTag.java
    Method Name: doStartTag
    Line Number: 405
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    and some stack trace.
    how i can fix this problem ?
    thank you

    In portlet project, to navigate between pages, you should not use the URL property to link to a page. Instead, portlets use navigation via action handling. You use the Page Navigation editor to set up links to pages; that is, the navigation editor sets the action property.
    Here is an example to hyperlink ans button to open a new page:
    # From within the IDE, create a new portlet project. This action creates the project and one page, PortletPage1.jsp.
    # Create a second portlet page, called PortletPage2.jsp, for the project.
    # Drop a Hyperlink component onto the first portlet page, PortletPage1. (You can drop the Hyperlink on the page in the Design window or on the PortletPage1 node in the Outline window.) Change the Hyperlink's text property to Next Page.
    # Drop a Button component (found in the Basic section of the Palette) onto the second portlet page, PortletPage2.
    # Open the Page Navigation Editor. It displays the two pages (PortletPage1.jsp and PortletPage2.jsp) of the application.
    # Click the PortletPage1.jsp icon in the Navigation window to expand it, and then drag a connector from hyperlink1 to PortletPage2.jsp. Change the name of the connector from case1 to Page2.
    # Click the PortletPage2.jsp icon in the Navigation window to expand it, and then drag a connector from button1 to PortletPage1.jsp. Change the name of the connector from case1 to Page1.
    # Run and deploy the portlet. The browser displays PortletPage1 and you should see the Next Page hyperlink. When you click the Next Page hyperlink, the Apache Pluto Portal server displays PortletPage2. Click the Page2 button to return to PortletPage1.
    Sherry
    Creator Team

  • S10 HW 1/06, bge driver non-functional

    Hello,
    I'm having a problem with a new installation of Solaris 10 (HW 1/06) on a Fujitsu Siemens ESPRIMO P5905. It's a fairly new model x64 box. The system installed fine, but the on-board Broadcom Gigabit Ethernet is non-functional. I've tried both the Broadcom bcme driver and the Sun bge driver, plus I've installed the latest patches from Sunsolve (118844-30, 122028-02) with no luck. The system finds the card and appears to receive packets but not send.
    Is there any way I can report a bug without a Support Contract from Sun?
    The card is an on-board PCI-E chip and works fine under Linux 2.6 or Windows Server 2003. The PCI ID is pci11e4,1677 which is listed in /etc/driver_aliases for the latest (patched) bge driver.
    One other detail are the following messages from the bge driver on load:
    ddi_intr_get_supported_types(): Returned 3
    Using legacy interrupt type
    bge_add_legacy_intrs
    Thanks in advance for any help...
    -mato

    Hello,
    I'm having a problem with a new installation of Solaris 10 (HW 1/06) on a Fujitsu Siemens ESPRIMO P5905. It's a fairly new model x64 box. The system installed fine, but the on-board Broadcom Gigabit Ethernet is non-functional. I've tried both the Broadcom bcme driver and the Sun bge driver, plus I've installed the latest patches from Sunsolve (118844-30, 122028-02) with no luck. The system finds the card and appears to receive packets but not send.
    Is there any way I can report a bug without a Support Contract from Sun?
    The card is an on-board PCI-E chip and works fine under Linux 2.6 or Windows Server 2003. The PCI ID is pci11e4,1677 which is listed in /etc/driver_aliases for the latest (patched) bge driver.
    One other detail are the following messages from the bge driver on load:
    ddi_intr_get_supported_types(): Returned 3
    Using legacy interrupt type
    bge_add_legacy_intrs
    Thanks in advance for any help...
    -mato

  • I have a PowerBook G4 with a non-functioning monitor.  It used to work with an external monitor, but I reinstalled the OS, which cleared the display preferences and now when I restart it won't detect the external monitor. How do I fix?

    I have a PowerBook G4 with a non-functioning monitor.  It used to work with an external monitor, but I reinstalled the OS, which cleared the display preferences and now when I restart it won't detect the external monitor. This means I can't use the computer anymore. How do I fix? I tried using the Command+F2 keyboard shortcut, but it doesnt' work.  It's possible that since I reinstalled the OS, it still needs to be set up, so there's only a welcome screen (but since I can't see it I'm not sure).

    There is no limit to the number of times you can re-install Office on the same computer.
    You can activate by telephone:
    The last paragraph is the relevant bit

Maybe you are looking for