newism / nsm.tiny_mce.ee_addon

Other
6 stars 3 forks source link

Popup windows are blank, but path appears to be correct. #9

Open gfarkas opened 14 years ago

gfarkas commented 14 years ago

When any popup windows are called, there is nothing in them. I thought maybe the paths were wrong, so I edited the path in ft.nsm_tiny_mce.php. Same issue. I check the path of the popup windows and they appear to be pointing to the right htm file, but there is nothing displayed.

I should mention that I have EE installed in a folder called ee in my root, but I have a subdomain forwarding to that folder so that the url ee.designcoup2.com/themes == www.designcoup2.com/ee/themes.

Thanks for any insight you can offer.

gfarkas commented 14 years ago

Still can't figure out what is causing this. I have combed through every config file and settings. Everything looks to be correctly set. All of the features work except for those with popup windows. I really need the link feature to work and without any dialog in the popups, it's a no-go. Please help. Thanks!

Virg-in-EE commented 12 years ago

Some of my clients using it reported me the same issue. I don't know where it comes form as I never pesronnaly met this issue.

iainsaxon commented 12 years ago

Browsers will often block javascript that is being loaded from another domain or subdomain.

You'll either need to keep all javascript assets in the same domain (and subdomain) or use an .htaccess rewrite rule to get the assets from the other subdomain.

Another way to avoid this issue is to normalise the domain for your site by using .htaccess rewrites to redirect requests to the one site URL (with/without the 'www.' subdomain).

Virg-in-EE commented 12 years ago

Yes :) I finally found the solution on a old forum post. My clients were using 'www' in front of the access I had given to htem. The problem is solved :)