Page 1 of 1

[solved] Problems with javascript in backend 1.10.1?

Posted: Fri Nov 18, 2011 9:12 am
by banl
I'm having problems with both MicroTiny and TinyMCE. The toolbars aren't showing and all I get to see is HTML. This happens in all browsers I tried, both on Mac and Windows.

What also is not working is uploading files in the gallery module.

When I try to view the javascript-files in firefox, then I get html pages with this message:
You don't have permission to access /modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce.js
and
You don't have permission to access /modules/Gallery/templates/swfupload/swfupload.js

When I do the same thing on a local install where TinyMCE is working, then I get to see the TinyMCE.js code.

As far as I know, all these things are done in javascript. It is enabled in my browsers, so I don't see a reason why things aren't working. Still, could there be something wrong with the installation or configuration of CMSms?

Bert

Re: Problems with javascript in backend 1.10.1?

Posted: Fri Nov 18, 2011 1:41 pm
by gianpiero
Check your modules folders permissions at 755, first

bye
/gp

Re: Problems with javascript in backend 1.10.1?

Posted: Fri Nov 18, 2011 2:08 pm
by banl
Did that. Files are also 755 now, but no difference in what happens.

Re: Problems with javascript in backend 1.10.1?

Posted: Fri Nov 18, 2011 2:45 pm
by gianpiero
uninstall MicroTiny and TinyMCE from admin
remove folder of modules via ftp ( remember name of main folders)
recreate the main folder of each module, chmod 755

upload files and folders of modules each on its own folder via ftp binary mode
go to admin panel
clear cache
install one
test
by one
test

should work,
/gp

** remember to configure the editor you want, in User preferences and General Settings

Re: Problems with javascript in backend 1.10.1?

Posted: Fri Nov 18, 2011 3:47 pm
by banl
Still the same for TinyMCE. >:( Didn't try for MicroTiny. And then there's also my problem with the Gallerymodule. I still think it has something to do with javascript files.

Re: Problems with javascript in backend 1.10.1?

Posted: Fri Nov 18, 2011 5:04 pm
by Dr.CSS
I would talk to your host, they may not let the JS work, I work for somebody who has a server like that...

Re: Problems with javascript in backend 1.10.1?

Posted: Sat Nov 19, 2011 9:30 am
by banl
That must be it. I should have said that the file that's generated was a 403 Error page. I'm going to contact the host.

Re: Problems with javascript in backend 1.10.1?

Posted: Sat Nov 19, 2011 5:31 pm
by Wishbone
On one of my hosts, I get a similar error when using GBFilePicker.. The issue was something in the .htaccess files in the GBFilePicker module. I have to remove the .htaccess files each time I install it.

Re: Problems with javascript in backend 1.10.1?

Posted: Sun Nov 20, 2011 4:01 pm
by banl
It has been solved. The htaccess was the problem. Thanks all for your time and effort.

Bert