on page: admin/build/views/edit/remove_import_products
Whenever I click on **anything**, in particular, when trying to add a filter, i get the following in a javascript alert window:
An error occurred at admin/build/views/ajax/add-item/remove_import_products/default/filter
Comments
Comment #1
dagmarPlease, deactivate javascript in you browser and see if you can give us a more complete error message.
Comment #2
ezraw commentedI have the same thing happening. I can't use javascript to edit any views. When I turn off javascript, everything works fine. I've checked the apache error logs and there is nothing relevant. Nothing shows up in the browser's error console either. I have the same problem in Safari and Firefox. Kinda stumped on how to troubleshoot this any further, but my next step will be to start disabling modules one by one and see if starts working. Let me know if you have any tips. Thanks.
Drupal 6.14, Views 6.x-2.8
Comment #3
dawehnerEnable the displaying of errors in php.ini, search google how to do it. Without this it is just not possible to help.
Comment #4
ezraw commentedThis is already turned on (E_ALL & ~E_NOTICE) and no errors in the log. :-(
Comment #5
dawehnerHave a look with firebug at the request, and see whats the answer.
If there is no error, there is no error, and so there is no problem where ajax can fail :)
Comment #6
pix_ commentedI'm having this problem too.
With both 2.8 and 2.7
Two website, one in local and one online.
The local version works just fine. With the "online" version i cant edit/create any views with javascript enabled. Turning off javascript "fix" this problem and no error appears.
Neither apache error log report anything...
I tried to upload views several times just to be sure it wasn't a file transfer problem and it's not.
The same exact copy (files, database, everything) in local works fine.
Any help?
drupal 6.15 views 6.x-2.8 and 2.7
ps. the only thing i can see inside apache log is " PHP Notice: Undefined index: q in /web/htdocs/www.topipittori.it/home/sites/all/modules/ubercart/uc_store/uc_store.module on line 558"
i don't even know if it's related..
Comment #7
pix_ commentedI'v just fixed this by setting the correct $base_path inside settings.php
http://www.whatever.com is different than http://whatever.com
that was my problem
Comment #8
ezraw commentedI also figured my issue out, different, but maybe related a bit.
it was a conflict with Secure Pages. Under https:// none of the view worked with AJAX. Exempting view from secure pages solved the problem.
Comment #10
Anonymous (not verified) commented#7 Totally works for me!!!!!!!