Since upgrade to PHP5, No Table Found when defining Recordset

I am a high school teacher, and have been using Dreamweaver MX 2004 to maintain our site since 2004 (our budget won't buy me a new version anytime soon). I have taught my students how to do basic queries using Dreamweaver by going to the Application panel, Server Behaviors, and creating a New Recordset.
We upgraded our Apache server to PHP5 recently, and now Dreamweaver cannot recognize any tables when I try to attach to a database. When trying to create a new Recordset, the Table will say *** No Table Found. I have attached a file of the window with that message.
All the PHP code works fine if I code it, but it is much easier for most of my HS students to be introduced to database integration w/ Dreamweaver allowing us to create recordsets. Any suggestions?

This thread has been moved to the Dreamweaver Application Development forum, which deals with PHP and other server-side issues.
I appreciate the difficulty with budgets, but you should realize that Dreamweaver MX 2004 creates outdated PHP code that is insecure. You would do your school and your students a big favour by upgrading as soon as practicable. Adobe offers generous discounts to teachers and bona-fide students.
Anyway, to your problem. Several thoughts spring to mind:
Run phpinfo() to check your PHP configuration. Search for register_long_arrays in the Core section. It probably says "off". Get your server administrator to change the value in php.ini to "on", and restart Apache. See if that fixes the problem.
Another possibility is that you are using illegal characters, such as spaces or hyphens, in the table or column names. Replace any spaces or hyphens with an underscore.
MX 2004 was released a year before PHP 5. It certainly worked with early versions of PHP 5 (I know, because I switched to PHP as soon as it was released). However PHP 5.3 has introduced a lot of changes that make it much more strict in what it accepts. MX 2004 is no longer supported, so you will need to upgrade sooner or later.

Similar Messages

  • Can't access suggestions in Google toolbar dropdown since upgrading to F4.Suggestions appear but when I click on one nothing happens.

    Can't access suggestions in Google toolbar dropdown since upgrading to F4.Suggestions appear but when I click on one nothing happens - it just returns to what I've typed already.
    eg If I type the word 'honey' a number of suggestions appear. One is 'honey crackles'. If I click on that I'm back to 'honey' again

    Try reading the steps at [[Websites look wrong or appear differently than they should]]

  • Since upgrading from Lion to Mountain Lion, when I login 1 of 2 disk images I have set to open on login does not mount.

    Since upgrading from Lion to Mountain Lion, when I login 1 of 2 disk images I have set to open on login does not mount. It worked under Lion. Stickies opens just fine. The disk images are sparse disk bundles. Are there any suggested remedies? I have already tried repairing permissions. One interesting thing is that previously in LIon, the disk images were just sparse images, not sparse bundles. I switched to bundles after reading that Time Machine backups of sparse bundles would not copy the entire image, only the changed parts. The sprase images are for sharing of photo and iTUnes libraries among multiple family member on the same computer. 

    If it is working as expected, what do you need with the old backup?
    If you want to be able to go back to where you were prior to an upgrade, isolate that backup and don't use it again. As far as Time Machine can tell, the whole drive changed.
    The link I posted contains probably everything that anybody knows about Time Machine and how to manipulate it to work as you would like as opposed to how it was designed to work. There are FAQs to continue a backup as opposed to starting fresh, but I wouldn't recommend it for the reasons above. Pondini probably doesn't, either.
    If you are going to do a wholesale upgrade of the OS, I would create a bootable clone using something like Carbon Copy Cloner or Super Duper. A bootable clone on an external drive can have you back up and running instantly if the upgrade fails in any way. If the upgrade goes fine, store it away in case you find the current system isn't to your liking.

  • Since upgrading to mavericks my applications crash when i try to use the print dialogue

    since upgrading to mavericks my applications crash when i try to use the print dialogue

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post other kinds of diagnostic report — they're very long and not helpful.

  • ***No Table found, when creating a recordset to MySQL Database

    I have made a successful connection to the MySQL database.
    When attempting to create a record set (Query) under the Application/Bindings Tab, I select the connection, but then the Table field says *** No Table Found
    Also under Application/Databases tab, the connections appear. When expanding the + for the Table it says "None"
    I do have Tables in the MySQL database which Dreamweaver has a connection to, so that is not the problem.
    I've searched multiple forums on the internet for this problem, and while I have found that others have had this problem, I have not seen any solutions.
    Any help would be greatly appreciated.
    I am a novice in this area, so if you need any additional information from me, please be as specific as possible as to where and how I can get it.
    Thank you in advance for your help.
    Additional information:
    Windows 7 Ultimate
    Dreamweaver CS3 (Creative Suite 3 Web Premium)
    Apache 2.2.15-win32-x86-openssl-0.9.8m-r2
    PHP-5.2.6-Win32
    mysql-workbench-gpl-5.2.25-win32
    Freshly reformatted computer and only installed the above software along with AVG antivirus.
    Edit: I should also note that this is for a local testing server. I am not trying to connect remotely.
    Best Regards,
    Blain
    Message was edited by: Blain1976

    Now the problem has gone from bad to worse.
    I previously had a connection to my database but just couldn't see the tables.
    Now after I added another user I can't even make a connection. Instead I get an error message that says "An unidentified error has occured"
    My server and database are actually running. I can loginto my database through the MySQL workbench. It says it's running. The apache server also says it's running and if I key in localhost in my internet explorer it says "It works!"
    I have now deleted the new user in MySQL  that I added and now I can't even connect to the database in Dreamweaver.
    Any suggestions?
    Thank you,
    Blain

  • Since upgrade, Forecastfox toolbar stuck top left when I want it top right

    When I moved to Firefox v 29, I found that ForecastFox was there, but the 5-day forecast toolbar at the very top of my screen was stuck on the far left when previously it was on the far right.
    Going to Forecast fox "options" page shows me I ought to be able to change the tool bar position by dragging the "tool bar position" symbol (looks like a division sign). However a) The symbol is virtually hidden on the far left b) I can't drag it over to the left.
    Help and ideas welcome please.

    I have mine on the add-on bar at the bottom of the browser window. The
    "powers that be" removed it, so I had to get an add-on bar add-on.
    Go to the '''''[https://addons.mozilla.org/en-US/firefox/ Mozilla Add-ons Web Page]''''' {web link}
    (There’s a lot of good stuff here) and search for an add-on bar.
    Many of us are using
    '''''[https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/ Classic Theme Restorer (Customize Australis)]''''' {web link}
    Restore squared tabs, appmenu, add-ons bar, small button view and more on Australis UI (Windows/MacOSX/Linux + Fx 29+).

  • Since upgrade to firefox 4.o.1 when I close it and then reopen am told fireox already running close or restart but task manager doesn't show it as running and have to restart computer to open firefox again, what's up?

    Happens when I close it to get rid of info that might still be stored from current site (financial info etc) but want to reopen to continue use. Didn't happen with earlier versions.

    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * https://support.mozilla.com/kb/Firefox+hangs

  • HT2506 Is there anyone else who is having problems printing with Preview since upgrading to Lion OS X?

    Since upgrading to Lion OS X, I have not been able to print any of my documents that were created in Adobe PDF.  All calls to customer support have been a bust.
    When I try to print anything it comes out looking like this:
    Apple PREVIEW team!!!!  PLEASE HELP!!!

    Hi Linc...
    Here is a copy of your prior post to me on a different forum...
    Still no resolution...
    Linc Davis
    Re: Anyone having problems with Preview since upgrading to Lion OS X?  When using a pdf form that allows multiline text, I am finding that the printing is completely illegible.  The lines are stacking on top of each other. 
    Mar 11, 2012 3:13 PM (in response to pshrynking)
    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, selectHelp from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    Note: If you’ve activated FileVault in Mac OS X 10.7 or later, then you can’t enable the Guest account. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.) Post the results of steps 1 and 2.
    pshrynking
    Re: Anyone having problems with Preview since upgrading to Lion OS X?  When using a pdf form that allows multiline text, I am finding that the printing is completely illegible.  The lines are stacking on top of each other. 
    Mar 11, 2012 4:13 PM (in response to Linc Davis)
    Did all of that yesterday, with the Apple Representative on the phone, and nope, still a problem...it was kind of exciting, really, they kept going up and up the tiers of support until I got disconnected...Fortunately I had the email address of the gentleman who was helping me so that I could email him back and let him know that we got disconnected...as you might imagine, he still has not emailed me back.  They were able to receive a copy of the form that I use for charting and try it in their facility on their computers, so we know:
    1- it is not just my computer.
    2- it occurred only after installing Lion OS X, not sure if they have tried it on Snow Leopard, but that's what I would have done if I was them...assuming that somewhere in Apple someone has not upgraded to Lion.
    3- it is not just my software.
    I think the problem is with the newer iteration of Preview  not communicating well with the Adobe .pdf.  probably some line of coding that needs to be written and insertedinto their program for multiline text.
    :-)  Thank you for your help!

  • Since upgrading to FF5, i get the following xml error on local development server (IIS 7 Windows 7): XML Parsing Error: no element found, Line Number 1, Column 1. The pages display fine when uploaded to hosting server. How do i resolve it

    All aspx pages running locally via IIS or Visual studio inbuilt server can not be displayed in FF5. This problem has only occured since upgrading to FF5. The same sites/code worked fine with the previous version of FF.
    When uploaded onto a hosting server the pages display fine. Pages all display ok on local IIS on IE, chrome, opera etc.
    I do go through a proxy server, but so do the other browsers.
    All this means i can't develop locally on FF. Help please!

    Maybe your application doesn't support "Send NTLMv2 response only. Refuse LM & NTLM".
    https://support.software.dell.com/zh-cn/foglight/kb/133971

  • Since upgrading to Firefox 27.0 some webpages will not load when I click on them. It gives me a message saying that Firefox can't find the server.

    Since upgrading to Firefox 27.0 some webpages will not load when I click on them. It gives me a message saying that Firefox can't find the server. I have to click the link several time before it will load and sometimes when they do load it does not show the page right. It is like the HTML is messed up or something. I have tried everything I can think of. I started in safe mode, still did it., I removed add-ons, still did it., I reset Firefox and still did it., I completely uninstalled Firefox and re-installed Firefox and it still does it. I have tried Malware Bytes Anti-Malware scans and Avast boot-time scans and found no malware or viruses. I have found that those websites open the first time with no problems on my IE9 and they used to do so in Firefox 26.0. I'm at my wit's end. The website links are in my bookmarks and are used all the time so they are trusted and my avast is set to allow them. They range from news websites to gun websites and everything I have read says that Mozilla does not filter those unless something has changed recently.

    Try this as a first step;<BR><BR>
    Clear the Cache '''''Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"'''''<BR><BR>
    and<BR><BR>
    Remove Cookies '''''Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"'''''<BR><BR>
    If there is still a problem,
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    While you are in safe mode;
    '''''Firefox Options > Advanced > General'''''. Look for and turn off '''Use Hardware Acceleration'''.

  • I am new to apple hardware, and since upgrading software on my iphone 4S I receive this message.  "this accessory is not supported by this iphone" when using my clock radio docking station. Is there away around this?

    I am new to apple hardware, and since upgrading software on my iphone 4S I receive this message.  "this accessory is not supported by this iphone" when using my clock radio docking station. Is there away around this?

    Hello GuynStPete,
    Thanks for using Apple Support Communities.
    I found the following support article that has some troubleshooting steps for you to follow in order to resolve this issue you're experiencing:
    Resolve issues with iPhone, iPad, and iPod touch accessories
    http://support.apple.com/kb/TS2634
    Take care,
    Alex H.

  • Since upgrading Iphone to iOS 5.1.1 it does not automatically use wifi internet when wifi is available. It has been draining my mobile data. I can only manually change settings with cellular data everytime I get home. Any other solutions?

    Since upgrading Iphone to iOS 5.1.1 it does not automatically divert to my wi-fi internet when wifi is available in my home. It has been draining my mobile data I  now have very high bills from my mobile carrier for high data usage. I can only manually change settings in the Network and turn cellular data on and off everytime I get home and leave the home. This is very frustrating as it wasn't a  problem until the upgrade. I have spoken to a few people that this has happened to. Has anyone found this problem and does anyone have other solutions?

    Please disregard this question. I'll submit a shorter and more direct question. Thanks.

  • Attribute key not found when there is no data in Fact table

    Hi All,
    I have a Dimension and Fact table,Dimension has data but Fact table is empty. The Dimension is MOLAP & Measure group is ROLAP. the relation is built on Key column and named column is some other attribute.
    When I execute MDX "select { [Measures].[Avg Sales] -- Average type measure} on columns from my_Cube ", this returns a valule with #Error. error message in cell is "The attribute key cannot be found when processing:
    Table: 'FACT, Column: 'ID', Value: '0'. The attribute is 'Name' "
    I have processed the Dimension with Full and then Cube is processed with Full. but still same error. Please suggest .
    Ram MSBI Developer

    Hi Ram ,
    Since you mentioned "Value: '0'. The attribute is 'Name' ""
    I would recommend to have a look at the Key/Name Column's property regarding to the NullProcessing .
    Regards, David .

  • Since I upgraded to Mavericks, Photoshop CS5 crashes when I try to print.

    Since I upgraded to Mavericks, Photoshop CS5 crashes when I try to print.

    5/26/14 1:16:12.535 PM ReportCrash[790]: Saved crash report for Adobe Photoshop CS5[355] version 12.0 (12.0x20100407.r.1103] [12.0) to /Users/nancyfarlow/Library/Logs/DiagnosticReports/Adobe Photoshop CS5_2014-05-26-131612_Nancys-iMac.crash
    5/26/14 1:16:25.588 PM com.apple.launchd.peruser.501[202]: (com.adobe.Photoshop.31536[841]) Spawned and waiting for the debugger to attach before continuing...
    5/26/14 1:16:33.534 PM Adobe Photoshop CS5[841]: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
    5/26/14 1:16:35.473 PM Adobe Photoshop CS5[841]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    5/26/14 1:16:35.473 PM Adobe Photoshop CS5[841]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    5/26/14 1:27:52.000 PM kernel[0]: Data/Stack execution not permitted: Adobe Photoshop [pid 841] at virtual address 0x7fff7425f000, protections were read-write
    5/26/14 1:27:52.909 PM com.apple.launchd.peruser.501[202]: (com.adobe.Photoshop.31536[841]) Job appears to have crashed: Bus error: 10
    5/26/14 1:27:53.130 PM ReportCrash[1624]: Saved crash report for Adobe Photoshop CS5[841] version 12.0 (12.0x20100407.r.1103] [12.0) to /Users/nancyfarlow/Library/Logs/DiagnosticReports/Adobe Photoshop CS5_2014-05-26-132753_Nancys-iMac.crash
    5/26/14 1:28:11.863 PM Adobe Photoshop CS5[1664]: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
    5/26/14 1:28:12.935 PM Adobe Photoshop CS5[1664]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    5/26/14 1:28:12.935 PM Adobe Photoshop CS5[1664]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Process:    
    Adobe Photoshop CS5 [841]
    Path:       
    /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier: 
    com.adobe.Photoshop
    Responsible:
    Adobe Photoshop CS5 [841]
    2   com.adobe.Photoshop      
    0x0000000100c237cf AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9727123
    3   com.adobe.Photoshop      
    0x0000000100c23e7d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9728833
    4   com.adobe.Photoshop      
    0x0000000100c23eb7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9728891
    5   com.adobe.Photoshop      
    0x0000000100c23da5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9728617
    6   com.adobe.Photoshop      
    0x0000000100aee053 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8459543
    7   com.adobe.Photoshop      
    0x0000000100768c64 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4768040
    8   com.adobe.Photoshop      
    0x0000000100af067e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8469314
    9   com.adobe.Photoshop      
    0x0000000100af0be9 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8470701
    10  com.adobe.Photoshop      
    0x0000000100af1295 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8472409
    11  com.adobe.Photoshop      
    0x000000010007bbdc 0x100000000 + 506844
    12  com.adobe.Photoshop      
    0x00000001000d6a7e 0x100000000 + 879230
    13  com.adobe.Photoshop      
    0x00000001000d6a9e 0x100000000 + 879262
    14  com.adobe.Photoshop      
    0x0000000100066eb1 0x100000000 + 421553
    15  com.adobe.Photoshop      
    0x0000000100071d74 0x100000000 + 466292
    16  com.adobe.Photoshop      
    0x000000010006716f 0x100000000 + 422255
    17  com.adobe.Photoshop      
    0x0000000100067232 0x100000000 + 422450
    18  com.adobe.Photoshop      
    0x00000001012f0007 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16856267
    20  com.adobe.Photoshop      
    0x00000001012ee19c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16848480
    21  com.adobe.Photoshop      
    0x00000001012ef3c7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16853131
    22  com.adobe.Photoshop      
    0x0000000100068e82 0x100000000 + 429698
    23  com.adobe.Photoshop      
    0x0000000100238308 0x100000000 + 2327304
    24  com.adobe.Photoshop      
    0x00000001002383a7 0x100000000 + 2327463
    25  com.adobe.Photoshop      
    0x0000000100002ea4 0x100000000 + 11940
    0x100000000 -   
    0x1026b5fff +com.adobe.Photoshop (12.0 - 12.0x20100407.r.1103] [12.0) <B69D89E5-01DD-C220-48B1-E129D0574536> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    0x103295000 -   
    0x10330dfef +com.adobe.adobe_caps (adobe_caps 3.0.116.0 - 3.0.116.0) <4A355686-1451-B19A-0C55-DFE49FD2539E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x103331000 -   
    0x103341ff8 +com.adobe.ahclientframework (1.5.0.30 - 1.5.0.30) <5D6FFC4E-7B81-3E8C-F0D4-66A3FA94A837> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x103357000 -   
    0x10355dfef +com.adobe.linguistic.LinguisticManager (5.0.0 - 11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguisti c
    0x1035f0000 -   
    0x10379efef +com.adobe.owl (AdobeOwl version 3.0.91 - 3.0.91) <C36CA603-EFFB-2EED-6CEE-0B532CE052D2> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x103840000 -   
    0x103c70fef +AdobeMPS (1) <FA334142-5343-8808-7760-4318EB62AD51> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x103dca000 -   
    0x1040f5ff7 +AdobeAGM (1) <52E17D56-6E7A-A635-82ED-5DE1F3E5045D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1041c2000 -   
    0x1044eafe7 +AdobeCoolType (1) <9E03F47A-06A3-F1F4-AC4C-76F12FACC294> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x104582000 -   
    0x1045a3ff7 +AdobeBIBUtils (1) <F7150688-2C15-0F0C-AF24-93ED82FC321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x1045b0000 -   
    0x1045dbff6 +AdobeAXE8SharedExpat (0) <7E809606-BF97-DB3A-E465-156446E56D00> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8 SharedExpat
    0x1045ed000 -   
    0x104731fef +WRServices (0) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x104778000 -   
    0x1047ddfff +aif_core (0) <12FA670E-05A8-1FCB-A7A2-AAE68728EA30> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x1047f9000 -   
    0x10480ffff +data_flow (0) <9C5D39A6-D2A2-9B6A-8B64-D1B59396C112> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x104827000 -   
    0x1048bdfff +image_flow (0) <B72AA922-0D68-D57E-96B1-2E009B0AD4AE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x104934000 -   
    0x104952fff +image_runtime (0) <32786637-C9BF-4CB6-2DF9-5D99220E00BE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x10496f000 -   
    0x104b9efff +aif_ogl (0) <615E7DF6-09B1-857A-74AC-E224A636BEE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x104c7d000 -   
    0x104d10fff +AdobeOwlCanvas (1) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x104d30000 -   
    0x105079fef +com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x105209000 -   
    0x10538bfe7 +com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) <42077295-9026-D519-C057-35E07029D97B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x10542d000 -   
    0x1057a5fff +com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) <0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x1058ef000 -   
    0x105a03fff +AdobeACE (1) <E359887D-1E7F-5E62-CB8D-37CE4DBFB4D8> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x105a28000 -   
    0x105a44fff +AdobeBIB (1) <7A792F27-42CC-2DCA-D5DF-88A2CE6C2626> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x105a4e000 -   
    0x105ab8ff7 +com.adobe.amtlib (amtlib 3.0.0.64 - 3.0.0.64) <6B2F73C2-10AB-08B3-4AB0-A31C83D1E5E0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x105aeb000 -   
    0x105bbeffb +AdobeJP2K (0) <465D1693-BE79-590E-E1AA-BAA8061B4746> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x105bde000 -   
    0x105be2ff8 +com.adobe.ape.shim (adbeape version 3.1.65.7508 - 3.1.65.7508) <0C380604-C686-C2E4-0535-C1FAB230187E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x105be6000 -   
    0x105c5dfff +FileInfo (0) <6D5235B9-0EB6-17CA-6457-A2507A87EA8F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x105c7e000 -   
    0x105cdcffd +AdobeXMP (0) <561026BB-C6EA-29CE-4790-CABCB81E8884> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x105cea000 -   
    0x106185fff +com.nvidia.cg (2.2.0006 - 0) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
    0x10670b000 -   
    0x106761feb +com.adobe.headlights.LogSessionFramework (2.0.1.011) <03B80698-2C3B-A232-F15F-8F08F8963A19> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x1067a6000 -   
    0x1067cbffe +adobepdfsettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsetti ngs
    0x106805000 -   
    0x10680affd +com.adobe.AdobeCrashReporter (3.0 - 3.0.20100302) <DFFB9A08-8369-D65F-161F-7C61D562E307> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashR eporter
    0x10680f000 -   
    0x1069aafff +com.adobe.PlugPlug (2.0.0.746 - 2.0.0.746) <CB23C5AA-0E4B-182B-CB88-57DD32893F92> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x106a52000 -   
    0x106a6bfeb +libtbb.dylib (0) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
    0x106a7c000 -   
    0x106a82feb +libtbbmalloc.dylib (0) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
    0x106a89000 -   
    0x106a91ff3 +com.adobe.boost_threads.framework (boost_threads version 5.0.0 - 5.0.0.0) <6858DF5A-F020-22A7-B945-14EC277724D4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x1089c3000 -   
    0x108a33ff6 +com.adobe.amt.services (AMTServices 3.0.0.64 [BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00] - 3.0.0.64) <52FF1F9B-9991-ECE2-C7E3-09DA1B368CBE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x10c5fb000 -   
    0x10c603fff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <3D59CB21-F5C7-4232-AB00-DFEB04206024> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x10d544000 -   
    0x10d54bfff +Enable Async IO (???) <9C98DC9E-5974-FE5D-75C3-16BC4738DCC8> /Applications/Adobe Photoshop CS5/*/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x10d554000 -   
    0x10d55dfff +FastCore (???) <F1D1C94D-4FE1-F969-6FC2-8D81837CA5E1> /Applications/Adobe Photoshop CS5/*/FastCore.plugin/Contents/MacOS/FastCore
    0x10d56a000 -   
    0x10d5cdff3 +MMXCore (???) <2DB6FA8E-4373-9823-C4F5-A9F5F8F80717> /Applications/Adobe Photoshop CS5/*/MMXCore.plugin/Contents/MacOS/MMXCore
    0x10d653000 -   
    0x10d6beff0 +MultiProcessor Support (???) <1334B570-C713-3767-225F-3C1CBA1BF37C> /Applications/Adobe Photoshop CS5/*/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x116b00000 -   
    0x116b1cff7 +MeasurementCore (???) <0E3BE9B3-FF3D-78A6-38EC-5CB0828B80EB> /Applications/Adobe Photoshop CS5/*/MeasurementCore.plugin/Contents/MacOS/MeasurementCore
    0x116b3c000 -   
    0x116cfafff +com.extensis.AutoActivationPlugin.PS12 (3.0.5.1 - 3.0.5.1) <E353BFB4-F76C-325C-609E-132B8FE05D55> /Applications/Adobe Photoshop CS5/*/ExtensisFontManagementPSCS5.plugin/Contents/MacOS/ExtensisFontManagementP SCS5
    0x117914000 -   
    0x117b70fef +com.adobe.PSAutomate (12.0 - 12.0) <35AEF3A8-2E64-71D1-39ED-A34760CAAC29> /Applications/Adobe Photoshop CS5/*/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x117d86000 -   
    0x117e2affb +com.adobe.AdobeExtendScript (ExtendScript 4.1.23 - 4.1.23.7573) <332E7D8D-BF42-3177-9BC5-033942DE35E0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendS cript
    0x117e8c000 -   
    0x117f2cfef +com.adobe.AdobeScCore (ScCore 4.1.23 - 4.1.23.7573) <53DD7281-5B59-7FF5-DB57-C9FD60E524C7> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x118078000 -   
    0x1180b5feb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 1.0.0.64 - 1.0.0.64) <CD8BD7C7-0F66-29B6-C158-A6EF8DF69996> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/updaternotifications.framework/Versions/a/UpdaterNo tifications
    0x11c848000 -   
    0x11c862fff +com.adobe.pip (5.0.0.2021) <47380937-5088-41F7-50FA-ADAC9B15C783> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobePIP.framework/AdobePIP

  • TS4207 Why since upgrading to iOS 7 BBC radio app doesn't work? Says requested URL not found

    Since upgrading to iOS 7 my BBC radio app doesn't work. Says requested URL not found on this server. What to do?

    Hi makc3d,
    Thanks for the response. After all that time I started losing hope.
    I would not say that the abvious solution is to remove the tag. I think it should not be put there in the first place if there's no code at all. Moreover, this only happens when exporting a MC from the Library, and it works just fine when exporting normally (publish). It seems more like a bug than an expected behaviour.
    Also, AIR should check for actual code in this tag instead of relying only on the tag itself.
    Your solution is a nice workaround, and I will certainly try that out. But as I said, it will not fix the original bug, it will only patch it later on in the process.

Maybe you are looking for

  • How can I send Scroling commands from action script?

    I just set both horizontalScrollPolicy and verticalScrollPolicy off, and I wont that the picture will scroll down when the user move his mouse to the bottom of the screen, I created mouse event that shows me mouse coordination in a text bar all what

  • Purchase Info Record - Creation

    Hi, I want to create a Purchase Info Record. I came to know that, the following FM's are used for creating a Purchase Info Record. ME_INITIALIZE_INFORECORD ME_DIRECT_INPUT_INFORECORD ME_POST_INFORECORD The following are my questions.... Is there any

  • Character set mismatch during import

    I have exported a tablespace from a database using transportable tablespace option with CHARACTERSET UTF8. And I tried to import into another db where the CHARACTERSET is US7ASCII. Now it says that it cannot import because the charactersets are diffe

  • JAR and UNJAR

    I don't know how to JAR, UNJAR a file?why we are using this technique?I need more information about this.

  • XMLencode and XMLdecode methods with jdk1.3??

    Hi folks, I have to work with jdk1.3 but I wanna use the XMLencode and the XMLdecode methods of the new jdk1.4 !! Does anyone know if and how I could use these methods in my "old" jdk?? Thanks a lot Steven