By ndrarora on
I am trying to create a view, after I put in the view name and description and press "NEXT" and try to add a field or filter, it errors out with following error.
"An error occurred at /d6/?q=admin/build/views/ajax/add-item/it_library_doc_view1/default/filter."
I don't know what I am doing wrong.
Comments
I find the same error when
I find the same error when the base_url in settings.php is not set to the current/a valid site URL; AJAX uses the URL from settings.php and fails.
base_url
YEAH !
Thanks for this tip ! It works well !