Shop OBEX P1 Docs P2 Docs Learn Events
Attachment Manager not working properly under Mac OS / Safari — Parallax Forums

Attachment Manager not working properly under Mac OS / Safari

Mike GreenMike Green Posts: 23,101
edited 2007-07-19 03:05 in General Discussion
When I use the Attachment Manager under Safari (3.0.2) on Mac OS 10.4.10, I get an error when I try to upload the file. The file chooser works fine. The window says "Runtime Error" and the content of the window is:

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Comments

  • CCraigCCraig Posts: 163
    edited 2007-07-19 03:05
    Mike,

    I haven't had any problems, but I'm running older stuff.

    I'm running Mac 10.4.9 on a MBP (haven't upgraded because I like the loud audio on .9)

    I usually use Camino 1.0.4 But I do have Safari 2.0.4. I could upgrade the Safari and try it if you want. That might tell us if it's .10 or Safari.

    Chris

    Did a test post in the test forum Mac 10.4.9 with Safari 2.0.4. All was fine.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    I'm not scared of your robot. I'm covered by Old Glory (youtube)

    Post Edited (CCraig) : 7/19/2007 3:14:00 AM GMT
Sign In or Register to comment.