I´ve started an issue in the advance profile module, because after testing that module (that needs Panels 2.0 to work) in my testing environment (the very same server, under another drupal installation), it didn´t quite worked.
In fact, it did work, but some things didn´t go ok.
The principal problem, and the one that prevents for using that module at all was that I couldn´t move, nor change the content of each panels section.
When I click try to do that, the page reloads and remains exactly the same. Clicking the (+) plus button to add conten gets the same result.
I´ve started this topic there because I´ve thought it had something to do with that module, but now I realize it´s panels, because I´ve uninstalled that one, and using only panels the problem remains.
I don´t have the jquery module installed, just Javascript Tools (the latest stable version).
Thanks in advance for your help!!
Rosamunda
Comments
Comment #1
gracearoha commentedIt might be a cache issue. you could check out the solution here and see if it works for you:
http://drupal.org/node/230337
Comment #2
Rosamunda commentedThanks for your advice.
I did as they say:
ALTER TABLE panels_object_cache CHANGE COLUMN data data longtext;, and the problem remains...It seems something to do with javascript, or ajax, because it desn´t even let me grab a block and take it to another area...
Another thing: When I click on "Cache settings" nothing happens, it just reloads...
Comment #3
Rosamunda commentedGotcha!
It seems that there are something in the "Live Search" module that Panels doesn´t like.
When I uninstall that module panels works like a charm!
Damn, I liked the the livesearch module...
Comment #4
Rosamunda commentedComment #5
merlinofchaos commentedSince it's not clear whose bug the interaction problem this is, let's leave it open.
Comment #6
michelleOdd.. This sounds a lot like the baffling problem I'm having. But I'm not using the livesearch module. Tracking this in case something useful comes of it.
Michelle
Comment #7
aterchin commentedsame problem just after enabling live search with a search box in a sidebar.
using 2.0 beta3
Comment #8
sdboyer commentedI'll have a quick look through livesearch when I get a chance to see if I can spot anything obvious, but I'll say right up front that if it's a clash that isn't the result of something that's a definite bug in panels itself, then it's pretty unlikely we'd adapt panels to fit with livesearch.
Comment #9
tekken commentedI had the same problem. Seemed to be a JavaScript error because my JS Console showed the following error:
This fix did it for me. Open /modeules/livesearch/livesearch.js
Find Line 75:
searchBox.val(In the line above 75, add the following
if (!localizedTerm) {localizedTerm = 'Search'};Lines 74-76 should look like this now:
Comment #10
sdboyer commentedtekken - please submit this as a patch to the livesearch module. Kicking it over there.
Comment #11
kourge commentedThis is now fixed in HEAD.
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.