Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...File manager problem in 4.6File manager problem in 4.6
Previous
 
Next
New Post
10/3/2007 5:47 AM
 

Hi, tanks for your time to help me!

I check for duplicates again, and can't find any. No special characters either. There is only english letters and underscore in every filename.

There is tree problems with this.
1: Auto-sync dosen't sync files in my catalogs. No error what so ever appers.
2: Can't add new catalogs in File Manager. Javascript error accurs as the first above.
3: Can't change folder i File Manager. Javacript error accuts as directly above.

The rest of the application works perfecly well so I don't expect any configuration misstake, but something around file handling is verry wrong.

I created a temporay host account in my application if you want to see for your self:
Adress: http://bufab.suab.info Login: **** Password: *******

 
New Post
10/3/2007 9:22 AM
 

Somewhere in your site (probably your skin) you have added code to overwrite the onload event handler.

window.onload = function hide_panels()

As potentially many other modules and other parts of the framework will also need the same event, it is not a good idea to simply truncate what may be in the onload event handler.  A better approach is to register your function as needing the onload event (on the server side).

DotNetNuke.UI.Utilities.DNNClientAPI.AddBodyOnloadEventHandler(


 
New Post
10/4/2007 2:50 AM
 

Damn! Of course thats the problem.
Tanks!

 
New Post
10/4/2007 4:50 AM
 

If someone is intersted I inserted this into my skin ascx-file

<script runat="server">
Private Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.PreRender
        DotNetNuke.UI.Utilities.DNNClientAPI.AddBodyOnloadEventHandler(Me.Page, "hide_panels()")
End Sub
</script>

 
New Post
10/23/2007 8:32 AM
 

thank you so much for the scritps. It works fine for me.  Thank you.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...File manager problem in 4.6File manager problem in 4.6


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out