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

dagmar’s picture

Status: Active » Postponed (maintainer needs more info)

Please, deactivate javascript in you browser and see if you can give us a more complete error message.

ezraw’s picture

Status: Postponed (maintainer needs more info) » Active

I 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

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Enable the displaying of errors in php.ini, search google how to do it. Without this it is just not possible to help.

ezraw’s picture

Status: Postponed (maintainer needs more info) » Active

This is already turned on (E_ALL & ~E_NOTICE) and no errors in the log. :-(

dawehner’s picture

Have 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 :)

pix_’s picture

I'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..

pix_’s picture

Status: Active » Fixed

I'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

ezraw’s picture

I 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.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

#7 Totally works for me!!!!!!!