Hi there,
after moving my drupal site to another server I have a problem with my panel pages.
When trying to add content to the panel by clicking on the plus sign, the window does not come up.
I only get the first screen indicating that it is currently loading, however this window immediately disappears again and nothing else happens.
I had a look at firebug (using it today the first time)
There I get under console the error no permission for xmlHttprequest.open.
Many thanks in advance.
Comments
Comment #1
catchWe need more information about the configuration of your old and new server I think. And does this happen on all browsers?
Comment #2
meible commentedI have the suspicion that this problem has something to do with my cleanURL problems (I cannot activate them). There are some problems with the domain name and the ip. Drupal uses everywhere the ip instead of the domain name ( e.g. in mails notifying users of a new post).
Unfortunately the admin responsible for that server is just not able to solve any problem. Personally I do not have any experience with virtual servers.
So,if you have however any tips how to solve the ip/url problem I would be grateful. It is an apache server, with an virtual host for my webpage. If not thanks for your reply.
Comment #3
catchThis has nothing to do with panels IMO, but here's some pointers anyway:
1. check for $base_url in settings.php
2. check for domain rewrite rules in .htaccess
There's also some help with this in the troubleshotting guide in the Handbook.
Otherwise it might just be a DNS issue, in which case you've got up to 48 hours to wait while your domain propogates.
Going to mark this as "won't fix" since it appears to be just a transfer issue.
Comment #4
meible commentedchecking the settings.php solved the panel problem (but not the clean urls problem)
Thanks a lot!
Or not, adding the base_url solves the issue of the not opening window. But in return I cannot login anymore. When I comment the base_url, i can login, but cannot use the window :(