Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cannot access the Configuration support pages #591

Closed
TinyMCE-User opened this issue Apr 11, 2013 · 3 comments
Closed

I cannot access the Configuration support pages #591

TinyMCE-User opened this issue Apr 11, 2013 · 3 comments

Comments

@TinyMCE-User
Copy link

Description of problem:
I'm trying to access the API to customize my tinymce but am getting a "Server Error in '/' Application." error.

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 &ltg;customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This &ltg;customErrors> tag should then have its "mode" attribute set to "Off".

&ltg;!-- Web.Config Configuration File -->

&ltg;configuration>
&ltg;system.web>
&ltg;customErrors mode="Off"/>
&ltg;/system.web>
&ltg;/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 &ltg;customErrors> configuration tag to point to a custom error page URL.

&ltg;!-- Web.Config Configuration File -->

&ltg;configuration>
&ltg;system.web>
&ltg;customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
&ltg;/system.web>
&ltg;/configuration>

Steps to reproduce:

  1. Navigate to http://www.tinymce.com/wiki.php/Configuration
  2. Choose any of the list options
  3. See page

Expected result:
See API.

Actual result:
Get error.

Legacy information imported from TinyMCE bug tracker:

#T5803 posted by thawkins

Tags: [firefox msie safari chrome opera support api server error]
Status: Closed
Resolution: Fixed
Attached URL: http://www.tinymce.com/wiki.php/Configuration:style_formats

@TinyMCE-User
Copy link
Author

Yes, I am seeing this too. I desperately need to access the descriptions of the configuration options. Does the documentation exist as a downloadable file, like a txt or pdf, for example?

Posted by cvc1968

@TinyMCE-User
Copy link
Author

There was an issue with our host, its been corrected now, all docs should be available. Please note that the docs are NOT updated to TinyMCE 4.0b1 yet, altho we have tried to keep backwards compatibility some things aren't working the same way.

Posted by Afraithe

@TinyMCE-User
Copy link
Author

Thank you!

Posted by thawkins

spocke added a commit that referenced this issue Apr 9, 2018
* commit '6b47ac8afc4d8da0aa31523fd2e9ec6e84c9f20a':
  TINY-1608: improved some test labels
  TINY-1608: removed default export for settings
  TINY-1608: rewrote getParam so it uses a typemap to figure out types
  TINY-1608: added new imagetools_credentials_hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant