when I create a new Views and want to save it I have a with page.

List of modules installed listed by Drush:

Execute a drush command. Run `drush help [command]` to view command-specific help.
Run `drush topic` to read even more documentation.

Global options (see `drush topic core-global-options` for the full list):
-d, --debug Display even more information,
including internal messages.
-h, --help This help system.
-ia, --interactive Force interactive mode for commands
run on multiple targets (e.g. `drush
@site1,@site2 cc --ia`).
-n, --no Assume 'no' as answer to all prompts.
--php= The absolute path to your PHP
intepreter, if not 'php' in the path.
-p, --pipe Emit a compact representation of the
command for scripting.
-r
, --root=
Drupal root directory to use (default:
current directory).
-s, --simulate Simulate all relevant actions (don't
actually change the system).
-l , URI of the drupal site to use (only
--uri= needed in multisite environments or
when running on an alternate port).
-v, --verbose Display extra information about the
command.
--version Show drush version.
-y, --yes Assume 'yes' as answer to all prompts.

Core drush commands: (core)
archive-dump (ard, Backup your code, files, and database into a single file.
archive-backup, arb)
archive-restore Expand a site archive into a Drupal web site.
(arr)
cache-clear (cc) Clear a specific cache, or all drupal caches.
cache-get (cg) Fetch a cached object and display it.
cache-set (cs) Cache an object expressed in JSON or var_export() format.
core-config (conf, Edit drushrc, site alias, and Drupal settings.php files.
config)
core-cron (cron) Run all cron hooks in all active modules for specified
site.
core-execute (exec, Execute a shell command. Usually used with a site alias.
execute)
core-quick-drupal Download, install, serve and login to Drupal with minimal
(qd) configuration and dependencies.
core-requirements Provides information about things that may be wrong in
(status-report, rq) your Drupal installation, if any.
core-rsync (rsync) Rsync the Drupal tree to/from another server using ssh.
core-status (status, Provides a birds-eye view of the current Drupal
st) installation, if any.
core-topic (topic) Read detailed documentation on a given topic.
drupal-directory Return path to a given module/theme directory.
(dd)
help Print this help message. See `drush help help` for more
options.
image-flush Flush all derived images for a given style.
php-eval (eval, ev) Evaluate arbitrary php code after bootstrapping Drupal (if
available).
php-script (scr) Run php script(s).
queue-list Returns a list of all defined queues
queue-run Run a specific queue by name
search-index Index the remaining search items without wiping the index.
search-reindex Force the search index to be rebuilt.
search-status Show how many items remain to be indexed out of the total.
self-update Check to see if there is a newer Drush release available.
(selfupdate)
shell-alias (sha) Print all known shell alias records.
site-alias (sa) Print site alias records for all known site aliases and
local sites.
site-install (si) Install Drupal along with modules/themes/configuration
using the specified install profile.
site-reset Reset a persistently set site.
site-set (use) Set a site alias to work on that will persist for the
current session.
site-ssh (ssh) Connect to a Drupal site's server via SSH for an
interactive session or to run a shell command
test-clean Clean temporary tables and files.
test-run Run tests. Note that you must use the --uri option.
updatedb (updb) Apply any database updates required (as with running
update.php).
usage-send (usend) Send anonymous Drush usage information to statistics
logging site. Usage statistics contain the Drush command
name and the Drush option names, but no arguments or
option values.
usage-show (ushow) Show Drush usage information that has been logged but not
sent. Usage statistics contain the Drush command name and
the Drush option names, but no arguments or option values.
variable-delete Delete a variable.
(vdel)
variable-get (vget) Get a list of some or all site variables and values.
variable-set (vset) Set a variable.
version Show drush version.
watchdog-delete Delete watchdog messages.
(wd-del, wd-delete)
watchdog-list Show available message types and severity levels. A prompt
(wd-list) will ask for a choice to show watchdog messages.
watchdog-show Show watchdog messages.
(wd-show, ws)

Runserver commands: (runserver)
runserver (rs) Runs a lightweight built in http server for development.

Field commands: (field)
field-clone Clone a field and all its instances.
field-create Create fields and instances. Returns urls for field
editing.
field-delete Delete a field and its instances.
field-info View information about fields, field_types, and widgets.
field-update Return URL for field editing web page.

Project manager commands: (pm)
pm-disable (dis) Disable one or more extensions (modules or themes).
pm-download (dl) Download projects from drupal.org or other sources.
pm-enable (en) Enable one or more extensions (modules or themes).
pm-info (pmi) Show detailed info for one or more extensions (modules or
themes).
pm-list (pml) Show a list of available extensions (modules and themes).
pm-refresh (rf) Refresh update status information.
pm-releasenotes Print release notes for given projects.
(rln)
pm-releases (rl) Print release information for given projects.
pm-uninstall Uninstall one or more modules.
pm-update (up) Update Drupal core and contrib projects and apply any
pending database updates (Same as pm-updatecode +
updatedb).
pm-updatecode (upc) Update Drupal core and contrib projects to latest
recommended releases.

SQL commands: (sql)
sql-cli (sqlc) Open a SQL command-line interface using Drupal's
credentials.
sql-connect A string for connecting to the DB.
sql-create Create a database.
sql-drop Drop all tables in a given database.
sql-dump Exports the Drupal DB as SQL using mysqldump or
equivalent.
sql-query (sqlq) Execute a query against the site database.
sql-sync Copy and import source database to target database.
Transfers via rsync.

User commands: (user)
user-add-role (urol) Add a role to the specified user accounts.
user-block (ublk) Block the specified user(s).
user-cancel (ucan) Cancel a user account with the specified name.
user-create (ucrt) Create a user account with the specified name.
user-information Print information about the specified user(s).
(uinf)
user-login (uli) Display a one time login link for the given user account
(defaults to uid 1).
user-password (upwd) (Re)Set the password for the user account with the
specified name.
user-remove-role Remove a role from the specified user accounts.
(urrol)
user-unblock (uublk) Unblock the specified user(s).

All commands in devel: (devel)
devel-download Downloads the FirePHP library from http://firephp.org/.
devel-reinstall Disable, Uninstall, and Install a list of projects.
(dre)
devel-token (token) List available tokens
fn-hook (fnh, hook) List implementations of a given hook and explore source of
specified one.
fn-view (fnv) Show the source of specified function or method.

All commands in devel_generate: (devel_generate)
generate-content Create content.
(genc)
generate-menus Create menus and menu items.
(genm)
generate-terms Create terms in specified vocabulary.
(gent)
generate-users Create users.
(genu)
generate-vocabs Create vocabularies.
(genv)

All commands in features: (features)
features-add (fa) Add a component to a feature module.
features-diff (fd) Show the difference between the default and overridden
state of a feature.
features-export (fe) Export a feature from your site into a module.
features-list (fl, List all the available features for your site.
features)
features-revert (fr) Revert a feature module on your site.
features-revert-all Revert all enabled feature module on your site.
(fr-all, fra)
features-update (fu) Update a feature module on your site.
features-update-all Update all feature modules on your site.
(fu-all, fua)

Other commands: (adaptivetheme,l10n_update,make,variable_realm,views_bulk_operations)
adaptivetheme Create a theme using adaptivetheme.
l10n-update Update translations.
l10n-update-refresh Refresh available information.
l10n-update-status Show translation status of available projects.
make Turns a makefile into a working Drupal codebase.
make-generate Generate a makefile from the current Drupal site.
(generate-makefile)
variable-realm-del Delete a variable for a specific realm and key.
variable-realm-get Get a variable for a specific realm and key.
variable-realm-set Set a variable for a specific realm and key.
vbo-execute Execute a bulk operation based on a Views Bulk Operations
(VBO) view.
vbo-list List all Views Bulk Operations (VBO) views, along with the
operations associated with each.

Joeland:egc2 Joeland$ drush pml
Package Nom Type Statut Version
Administrati Actions permissions Module Not installed 7.x-3.0
on (actions_permissions)
Administrati Administration Development tools Module Not installed 7.x-3.0-
on (admin_devel) rc3
Administrati Administration menu (admin_menu) Module Enabled 7.x-3.0-
on rc3
Administrati Administration menu Toolbar style Module Not installed 7.x-3.0-
on (admin_menu_toolbar) rc3
Administrati Administration views Module Not installed 7.x-1.0
on (admin_views)
Chaos tool Bulk Export (bulk_export) Module Not installed 7.x-1.2
suite
Chaos tool Chaos tools (ctools) Module Enabled 7.x-1.2
suite
Chaos tool Chaos Tools (CTools) AJAX Example Module Not installed 7.x-1.2
suite (ctools_ajax_sample)
Chaos tool Chaos Tools (CTools) Plugin Module Not installed 7.x-1.2
suite Example (ctools_plugin_example)
Chaos tool Custom content panes Module Not installed 7.x-1.2
suite (ctools_custom_content)
Chaos tool Custom rulesets Module Not installed 7.x-1.2
suite (ctools_access_ruleset)
Chaos tool Page manager (page_manager) Module Not installed 7.x-1.2
suite
Chaos tool Stylizer (stylizer) Module Not installed 7.x-1.2
suite
Chaos tool Views content panes Module Not installed 7.x-1.2
suite (views_content)
Context Context (context) Module Enabled 7.x-3.0-
beta4
Context Context layouts (context_layouts) Module Enabled 7.x-3.0-
beta4
Context Context UI (context_ui) Module Enabled 7.x-3.0-
beta4
Core Aggregator (aggregator) Module Not installed 7.17
Core Block (block) Module Enabled 7.17
Core Blog (blog) Module Not installed 7.17
Core Book (book) Module Not installed 7.17
Core Color (color) Module Enabled 7.17
Core Comment (comment) Module Enabled 7.17
Core Contact (contact) Module Not installed 7.17
Core Content translation (translation) Module Enabled 7.17
Core Contextual links (contextual) Module Enabled 7.17
Core Dashboard (dashboard) Module Enabled 7.17
Core Database logging (dblog) Module Enabled 7.17
Core Field (field) Module Enabled 7.17
Core Field SQL storage Module Enabled 7.17
(field_sql_storage)
Core Field UI (field_ui) Module Enabled 7.17
Core File (file) Module Enabled 7.17
Core Filter (filter) Module Enabled 7.17
Core Forum (forum) Module Not installed 7.17
Core Help (help) Module Enabled 7.17
Core Image (image) Module Enabled 7.17
Core List (list) Module Enabled 7.17
Core Locale (locale) Module Not installed 7.17
Core Menu (menu) Module Enabled 7.17
Core Node (node) Module Enabled 7.17
Core Number (number) Module Enabled 7.17
Core OpenID (openid) Module Not installed 7.17
Core Options (options) Module Enabled 7.17
Core Overlay (overlay) Module Disabled 7.17
Core Path (path) Module Enabled 7.17
Core PHP filter (php) Module Not installed 7.17
Core Poll (poll) Module Not installed 7.17
Core RDF (rdf) Module Enabled 7.17
Core Search (search) Module Enabled 7.17
Core Shortcut (shortcut) Module Enabled 7.17
Core Statistics (statistics) Module Not installed 7.17
Core Syslog (syslog) Module Not installed 7.17
Core System (system) Module Enabled 7.17
Core Taxonomy (taxonomy) Module Enabled 7.17
Core Testing (simpletest) Module Not installed 7.17
Core Text (text) Module Enabled 7.17
Core Toolbar (toolbar) Module Disabled 7.17
Core Tracker (tracker) Module Not installed 7.17
Core Trigger (trigger) Module Not installed 7.17
Core Update manager (update) Module Enabled 7.17
Core User (user) Module Enabled 7.17
Corporative Welcome Block (welcomeblock) Module Enabled
Site
Date/Time Calendar (calendar) Module Enabled 7.x-3.4
Date/Time Date (date) Module Enabled 7.x-2.6
Date/Time Date All Day (date_all_day) Module Not installed 7.x-2.6
Date/Time Date API (date_api) Module Enabled 7.x-2.6
Date/Time Date Context (date_context) Module Not installed 7.x-2.6
Date/Time Date Migration (date_migrate) Module Not installed 7.x-2.6
Date/Time Date Popup (date_popup) Module Not installed 7.x-2.6
Date/Time Date Repeat API (date_repeat) Module Not installed 7.x-2.6
Date/Time Date Repeat Field Module Not installed 7.x-2.6
(date_repeat_field)
Date/Time Date Tools (date_tools) Module Not installed 7.x-2.6
Date/Time Date Views (date_views) Module Enabled 7.x-2.6
Development Devel (devel) Module Not installed 7.x-1.3
Development Devel generate (devel_generate) Module Not installed 7.x-1.3
Development Devel node access Module Not installed 7.x-1.3
(devel_node_access)
Development Drupal for Firebug Module Not installed 7.x-1.3
(drupalforfirebug)
Development Drupal for Firebug Preprocessor Module Not installed 7.x-1.3
(drupalforfirebug_preprocess)
Development Nodequeue generate Module Not installed 7.x-2.0-
(nodequeue_generate) beta1
Development Theme developer (devel_themer) Module Not installed 7.x-1.x-
dev
Example Variable example Module Not installed 7.x-2.1
modules (variable_example)
Facebook fb social (fb_social) Module Enabled
Social
Plugins
Features CKEditor (feature_ckeditor) Module Enabled 7.x-1.0
Features Content Administration Module Not installed 7.x-1.0
(feature_content_administration)
Features Date Migration Example Module Not installed 7.x-2.6
(date_migrate_example)
Features Events calendar feature Module Not installed 7.x-1.0
(events_calendar_feature)
Features Featured News (featured_news) Module Not installed 7.x-1.0
Features Features (features) Module Enabled 7.x-1.0-
beta2
Features General (feature_general) Module Enabled 7.x-1.0
Features Homepage (feature_homepage) Module Enabled 7.x-1.0
Features Homepage Slideshow Module Disabled 7.x-1.0
(feature_homepage_slideshow)
Fields Email (email) Module Enabled 7.x-1.2
Fields Field collection Module Not installed 7.x-1.0-
(field_collection) beta2
Fields Fieldgroup (field_group) Module Not installed 7.x-1.0-
beta2
Fields Link (link) Module Enabled 7.x-1.0
Fields Node Reference (node_reference) Module Not installed 7.x-2.0
Fields References (references) Module Not installed 7.x-2.0
Fields User Reference (user_reference) Module Not installed 7.x-2.0
Filter simplehtmldom API (simplehtmldom) Module Not installed 7.x-1.12
Mail Simplenews (simplenews) Module Not installed 7.x-1.0
Mail Simplenews rules Module Not installed 7.x-1.0
(simplenews_rules)
Media IMCE (imce) Module Enabled 7.x-1.6
Menus Mega Menu (megamenu) Module Enabled 7.x-1.x-
dev
Multilingual Localization client (l10n_client) Module Not installed 7.x-1.0-
beta2
Multilingual Localization update (l10n_update) Module Not installed 7.x-1.0-
beta2
Multilingual Block languages (i18n_block) Module Not installed 7.x-1.0-
- beta2
Internationa
lization
Multilingual Contact translation Module Not installed 7.x-1.0-
- (i18n_contact) beta2
Internationa
lization
Multilingual Field translation (i18n_field) Module Not installed 7.x-1.0-
- beta2
Internationa
lization
Multilingual Internationalization (i18n) Module Enabled 7.x-1.0-
- beta2
Internationa
lization
Multilingual Language icons (languageicons) Module Enabled 7.x-1.0
-
Internationa
lization
Multilingual Menu translation (i18n_menu) Module Not installed 7.x-1.0-
- beta2
Internationa
lization
Multilingual Multilingual content (i18n_node) Module Not installed 7.x-1.0-
- beta2
Internationa
lization
Multilingual Multilingual forum (i18n_forum) Module Not installed 7.x-1.0-
- beta2
Internationa
lization
Multilingual Multilingual select (i18n_select) Module Not installed 7.x-1.0-
- beta2
Internationa
lization
Multilingual Path translation (i18n_path) Module Not installed 7.x-1.0-
- beta2
Internationa
lization
Multilingual String translation (i18n_string) Module Not installed 7.x-1.0-
- beta2
Internationa
lization
Multilingual Synchronize translations Module Not installed 7.x-1.0-
- (i18n_sync) beta2
Internationa
lization
Multilingual Taxonomy translation Module Not installed 7.x-1.0-
- (i18n_taxonomy) beta2
Internationa
lization
Multilingual Translation redirect Module Not installed 7.x-1.0-
- (i18n_redirect) beta2
Internationa
lization
Multilingual Translation sets Module Not installed 7.x-1.0-
- (i18n_translation) beta2
Internationa
lization
Multilingual Variable translation Module Not installed 7.x-1.0-
- (i18n_variable) beta2
Internationa
lization
Multilingual Views translation (i18nviews) Module Not installed 7.x-1.0-
- beta2
Internationa
lization
Nodequeue Nodequeue (nodequeue) Module Enabled 7.x-2.0-
beta1
Nodequeue Nodequeue Service Module Not installed 7.x-2.0-
(nodequeue_service) beta1
Nodequeue Smartqueue taxonomy (smartqueue) Module Not installed 7.x-2.0-
beta1
OAuth OAuth (oauth_common) Module Not installed 7.x-3.0
OAuth OAuth Provider UI Module Not installed 7.x-3.0
(oauth_common_providerui)
Organic Profile2 group access Module Not installed 7.x-1.2
groups (profile2_og_access)
Other Advanced help (advanced_help) Module Enabled 7.x-1.0
Other Advanced help example Module Not installed 7.x-1.0
(help_example)
Other Block Class (block_class) Module Enabled 7.x-1.2
Other Custom Breadcrumbs Module Not installed 7.x-1.0-
(custom_breadcrumbs) beta2
Other Diff (diff) Module Enabled 7.x-3.2
Other Empty Page (empty_page) Module Enabled 7.x-1.0
Other Entity API (entity) Module Enabled 7.x-1.0-
rc3
Other Entity tokens (entity_token) Module Enabled 7.x-1.0-
rc3
Other humans.txt (humanstxt) Module Enabled 7.x-1.0
Other Job Scheduler (job_scheduler) Module Not installed 7.x-2.0-
alpha3
Other Job Scheduler Trigger Module Not installed 7.x-2.0-
(job_scheduler_trigger) alpha3
Other Libraries (libraries) Module Enabled 7.x-1.0
Other Module filter (module_filter) Module Enabled 7.x-1.7
Other Pathauto (pathauto) Module Enabled 7.x-1.2
Other Profile2 (profile2) Module Not installed 7.x-1.2
Other Profile2 pages (profile2_page) Module Not installed 7.x-1.2
Other Search 404 (search404) Module Enabled 7.x-1.2
Other Site map (site_map) Module Enabled 7.x-1.0
Other Special menu items Module Enabled 7.x-1.0
(special_menu_items)
Other Strongarm (strongarm) Module Enabled 7.x-2.0
Other Token (token) Module Enabled 7.x-1.4
Other Transliteration (transliteration) Module Enabled 7.x-3.1
Other Twitter (twitter) Module Enabled
Other Twitter actions (twitter_actions) Module Not installed
Other Twitter Post (twitter_post) Module Not installed
Other Twitter Signin (twitter_signin) Module Not installed
Panels Mini panels (panels_mini) Module Not installed 7.x-3.3
Panels Panel nodes (panels_node) Module Not installed 7.x-3.3
Panels Panels (panels) Module Not installed 7.x-3.3
Panels Panels everywhere Module Not installed 7.x-1.0-
(panels_everywhere) rc1
Panels Panels In-Place Editor Module Not installed 7.x-3.3
(panels_ipe)
Printer, PDF version (print_pdf) Module Not installed 7.x-1.2
email and
PDF versions
Printer, Printer-friendly pages (print) Module Enabled 7.x-1.2
email and
PDF versions
Printer, Send by email (print_mail) Module Not installed 7.x-1.2
email and
PDF versions
Services Services (services) Module Not installed 7.x-3.2
Services xCal and iCal formats Module Not installed 7.x-3.2
(xcal_format)
Services - OAuth Authentication Module Not installed 7.x-3.2
authenticati (services_oauth)
on
Services - REST Server (rest_server) Module Not installed 7.x-3.2
servers
Services - XMLRPC Server (xmlrpc_server) Module Not installed 7.x-3.2
servers
Sharing ShareThis (sharethis) Module Enabled 7.x-2.5
Spam control CAPTCHA (captcha) Module Not installed 7.x-1.0-
beta2
Spam control Image CAPTCHA (image_captcha) Module Enabled 7.x-1.0-
beta2
Testing Features Tests (features_test) Module Not installed 7.x-1.0-
beta2
User CKEditor (ckeditor) Module Enabled 7.x-1.9
interface
User Superfish (superfish) Module Not installed 7.x-1.8
interface
Variable Variable (variable) Module Enabled 7.x-2.1
Variable Variable admin (variable_admin) Module Not installed 7.x-2.1
Variable Variable advanced Module Not installed 7.x-2.1
(variable_advanced)
Variable Variable realm (variable_realm) Module Not installed 7.x-2.1
Variable Variable store (variable_store) Module Not installed 7.x-2.1
Variable Variable views (variable_views) Module Not installed 7.x-2.1
Views Better Exposed Filters Module Enabled 7.x-3.0-
(better_exposed_filters) beta3
Views Views (views) Module Enabled 7.x-3.5
Views Views Bulk Operations Module Enabled 7.x-3.0
(views_bulk_operations)
Views Views Slideshow (views_slideshow) Module Enabled
Views Views Slideshow: Cycle Module Enabled
(views_slideshow_cycle)
Views Views UI (views_ui) Module Enabled 7.x-3.5
Webform Webform (webform) Module Not installed 7.x-3.11
Workbench Workbench (workbench) Module Not installed 7.x-1.1
Autre AT Admin (adaptivetheme_admin) Theme Disabled 7.x-3.1
Autre AT Core (adaptivetheme) Theme Disabled 7.x-3.1
Autre AT Subtheme Theme Disabled 7.x-3.1
(adaptivetheme_subtheme)
Autre Boldy (boldy) Theme Enabled 7.x-1.x-
dev
Autre Havasu (havasu) Theme Disabled 7.x-1.02
Autre MD Minimal (md_minimal) Theme Disabled 7.x-1.5
Autre Nombre proyecto (starterd7) Theme Disabled 1.0
Autre OpenPublic (openpublic_eu) Theme Disabled 7.x-1.0
Autre Pixture Reloaded Theme Disabled 7.x-3.0-
(pixture_reloaded) rc1
Core Bartik (bartik) Theme Enabled 7.17
Core Garland (garland) Theme Disabled 7.17
Core Seven (seven) Theme Enabled 7.17
Core Stark (stark) Theme Disabled 7.17

Comments

nedjo’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

This report doesn't seem to be releated to the Outreach theme. It's also not clear just what the problem is. Please provide more detail including the exact steps to reproduce from a clean Drupal install. If it looks to relate to a different module or theme, please move the issue there or mark it as a duplicate if you find an existing issue that covers the case. Thanks!