I transfered a site to another server. No Mini Panles, Menu Mini Panels or OpenLayers Maps appear since.

When I transfer it back to old server, that version works fine.

Tried both php 5.2 and 5.3. On original server it works with both.

admin/reports/status says:
- GD library is working fine. (Does it? - My Imagecache images are generated properly)
- qTip library in use: sites/all/libraries/qtip/jquery.qtip-1.0.0-rc3.min.js. is OK. (for Menu Mini Panels)

I'm thinking of a file permission issue or an image generation issue or faulty modules.

I have no errors appear on the page or in drupal log (seting is: show errors on page and log)

Anyone any idea how to solve this?

Regards

Comments

merlinofchaos’s picture

I can't help you with menu mini panels or openlayers.

For mini panels -- go to your mini panel admin. Are the mini panels actuallythere?

Go to the place you have the mini panel added. Does that pane say it has an error? Is it configured properly?

bsandor’s picture

Title: No Display of Mini Panles, Menu Mini Panels OR any OpenLayers » No Display of Mini Panels, Menu Mini Panels OR OpenLayers maps
Component: Code » Mini panels

All my mini panels are exist.

Also when i go to editing my panel pages I can't edit them or add any content. This function is missing. Its only a display without the menu.

-------------------------
Firebug shows this error message:
"NetworkError: 403 Forbidden - http://domanname/sites/all/libraries/qtip/jquery.qtip-1.0.0-rc3.min.js?V"
$(this).qtip is not a function

My site's apache log (suexec is used):
site-error.log:
(13)Permission denied: /var/www/domainname/public_html/sites/all/libraries/qtip/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://domainname/path

---------------------------
To me it seems to be a permission problem: when I transfer it to a MAMP it's working fine ...

merlinofchaos’s picture

Status: Active » Fixed

Indeed, that suggests there is a permission problem with someting on your server called 'qtip'. That might be where you should focus your investigation. I don't know anything about it (I've never heard of it). Maybe it's a file permissions thing or perhaps SELinux is interfering with the readability of the files.

It would then appear that the file permissions causes javascript to crash; once that crash has occurred, the Panels' javascript no longer works properly and prevents edit access. And there's really nothing I can do about that; you need to debug your qtip problem.

I'm going to mark fixed because the above post suggests it really not a Panels' problem, at least in any way I can do anything about.

bsandor’s picture

Hi @merlinofchaos,

Oh My God:
Changing File System / Download Method to Public Solved my problem. (however I dont like the idea of any public files)

Also error messages directing me to wrong way...

I don't know my perfect solution yet however I know where to start.

Thanks for all of your effort!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.