cadaveresinmob / c_inmobiliarios

Prototipo de la nueva web de Cadáveres inmobiliarios
http://new.cadaveresinmobiliarios.org
3 stars 2 forks source link

'Sorry, the profile you have chosen cannot be loaded.' while installing Drupal #46

Closed numeroteca closed 8 years ago

numeroteca commented 8 years ago

FYI: This is my first Drupal install :)

I get this after the 2nd step: "Sorry, the profile you have chosen cannot be loaded." fallo_drupal_install

Previously I've downloaded this git repo and saved it in the /profiles folder of drupal.

I've tried with drush and I got: drush site-install c_inmobiliarios --account-name=admin --account-pass=admin --db-url=mysql://YourMySQLUser:RandomPassword@localhost/YourMySQLDatabase and I get the same error

exception 'Exception' with message 'Sorry, the profile you have chosen cannot be loaded.'  [error]
in /home/numeroteca/sites/drupal/includes/install.core.inc:1377
Stack trace:
#0 /home/numeroteca/sites/drupal/includes/install.core.inc(471):
install_load_profile(Array)
#1 /home/numeroteca/sites/drupal/includes/install.core.inc(339): install_run_task(Array,
Array)
#2 /home/numeroteca/sites/drupal/includes/install.core.inc(77): install_run_tasks(Array)
#3 phar:///usr/local/bin/drush/includes/drush.inc(725): install_drupal(Array)
#4 phar:///usr/local/bin/drush/includes/drush.inc(711):
drush_call_user_func_array('install_drupal', Array)
#5 phar:///usr/local/bin/drush/commands/core/drupal/site_install_7.inc(82):
drush_op('install_drupal', Array)
#6 phar:///usr/local/bin/drush/commands/core/site_install.drush.inc(247):
drush_core_site_install_version('c_inmobiliarios', Array)
#7 [internal function]: drush_core_site_install('c_inmobiliarios')
#8 phar:///usr/local/bin/drush/includes/command.inc(366):
call_user_func_array('drush_core_site...', Array)
#9 phar:///usr/local/bin/drush/includes/command.inc(217): _drush_invoke_hooks(Array, Array)
#10 [internal function]: drush_command('c_inmobiliarios')
#11 phar:///usr/local/bin/drush/includes/command.inc(185):
call_user_func_array('drush_command', Array)
#12 phar:///usr/local/bin/drush/lib/Drush/Boot/BaseBoot.php(67): drush_dispatch(Array)
#13 phar:///usr/local/bin/drush/includes/preflight.inc(66):
Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#14 phar:///usr/local/bin/drush/includes/startup.inc(325): drush_main()
#15 phar:///usr/local/bin/drush/drush(114): drush_startup(Array)
#16 /usr/local/bin/drush(10): require('phar:///usr/loc...')
#17 {main}

Do you know where the problem might be? Thanks!

Note: a standard instalment was successful.

numeroteca commented 8 years ago

Ups! Totally newby style :/ I hadn't realized the this repo contains an entire drupal installation, not just the profile. I was putting in /profile/c_inmobiliarios the entire repo!

Maybe I would've needed clearer instructions.