I'm getting stuck during the install at 98% (Completed 40 of 41. Installed Views UI module. See attachment). I have also tried with the alpha version, without any change.

Any idea what is wrong?

Comments

Blooniverse’s picture

Manually downloaded or via Git? Git approach should be in most cases more current. Try:

$ cd /your/webroot
$ git clone --branch 8.x-1.x http://git.drupal.org/project/spark.git
$ cd spark
$ drush make build-spark.make /your/path/to/drupal8-spark

The whole thing, including the output, will in the bash (also called terminal or command line interface) look similar to the one below:

$ git clone --branch 8.x-1.x http://git.drupal.org/project/spark.git
Cloning into 'spark' ...
remote: Counting objects: 1111, done.
remote: Compressing objects: 100% (1089/1089), done.
remote: Total 1111 (delta 699), reused 0 (delta 0)
Receiving objects: 100% (1111/1111), 151.69 KiB | 116 KiB/s, done.
Resolving deltas: 100% (699/699), done.

$ cd spark
$ drush make build-spark.make /var/www/drupal8-spark
drupal cloned from http://git.drupal.org/project/drupal.git.                       [ok]
Unable to patch drupal with pencils-a11y-1913214-11.patch.                  [error]
drupal patched with mobile-preview-1741498-102.patch.                        [ok]
Generated PATCHES.txt file for drupal                                                       [ok]
spark cloned from http://git.drupal.org/project/spark.git.                          [ok]
Checked out branch 8.x-1.x.                                                                       [ok]
Found makefile: drupal-org.make 

HINT: consult the community documentation as well, on http://drupal.org/node/1741590 ('Building Spark from Drush Make yourself').

dan_metille’s picture

I used manual download, yes. However, I'm facing the same issue through Drush Make, while I did not encounter any problem during the Drush process:

158:Sites Sahaj$ git clone --branch 8.x-1.x http://git.drupal.org/project/spark.git
Cloning into 'spark'...
remote: Counting objects: 1168, done.
remote: Compressing objects: 100% (1145/1145), done.
remote: Total 1168 (delta 726), reused 0 (delta 0)
Receiving objects: 100% (1168/1168), 165.11 KiB | 64 KiB/s, done.
Resolving deltas: 100% (726/726), done.
158:Sites Sahaj$ cd spark
158:spark Sahaj$ drush make build-spark.make /Users/Sahaj/Sites/spark8
Base path /Users/Sahaj/Sites/spark8 already exists                   [error]
158:spark Sahaj$ drush make build-spark.make /Users/Sahaj/Sites/spark8
drupal cloned from http://git.drupal.org/project/drupal.git.         [ok]
Checked out revision ca665f7be315aedc499228b156bd194982d1cd74.       [ok]
drupal patched with mobile-preview-1741498-113.patch.                [ok]
Generated PATCHES.txt file for drupal                                [ok]
The following restricted PHP modes have non-empty values:            [error]
magic_quotes_gpc. This configuration is incompatible with drush.
Please check your configuration settings in  or in your drush.ini
file; see examples/example.drush.ini for details.
spark cloned from http://git.drupal.org/project/spark.git.           [ok]
Checked out branch 8.x-1.x.                                          [ok]
date(): It is not safe to rely on the system's timezone settings. You[warning]
are *required* to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected 'Asia/Bishkek' for
'KGT/6.0/no DST' instead pm.drush.inc:1807
Found makefile: drupal-org.make                                      [ok]
Blooniverse’s picture

... why does the following message occur?:

magic_quotes_gpc. This configuration is incompatible with drush.

Can you check your php-apache.ini and php-cli.ini? Concerning magic_quotes they should look like this:

magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off

Should you not be able to fix the magic quotes settings directly in there (for instance due to no access to the two files), you can adjust/add these settings in a file called drush.ini, residing in your user's directory ('/home/your-user'). You can configure Drush far more -- see Drush's README.txt for more details.

pkoppstein’s picture

I am trying to install spark-8.x-1.0-alpha8-core.zip [downloaded on May 22] on a Mac OS X (10.7.5). Everything was fine until 95% of the way through the "Installation profile" step of "Installing Spark". The progress bar shows 95% and the messages displayed are:

Installing Spark
Completed 39 of 41.
Installed Toolbar module.

Unfortunately I'm new to Drupal so I'm not sure what log files might be relevant, though I have looked mightily.

Some other potentially relevant details are appended. Thanks for your help.

Peter

PHP 5.3.15 with Suhosin-Patch (cli) (built: Jul 31 2012 14:49:18)
mysql Ver 14.14 Distrib 5.6.10, for osx10.7 (x86_64)

aschiwi’s picture

Same problem here. It might be due to this error:

PHP Fatal error: Call to undefined function taxonomy_term_save() in /Applications/MAMP/htdocs/spark/profiles/spark/spark.install on line 106

I removed those lines from spark.install and then installation goes through just fine.

I am running PHP 5.3.20 and used the manual download (both alpha8 and dev).

wfred’s picture

I got the same problem.
Using Virtualbox with Fedora 18 distribution and mySQL
Fedora home is /var/www/html. I created a subdir drupal here.
PHP 5.4.15
If using the browser back button it seems to work but then all adminstration menus are not there (404).

henryhu’s picture

I got the same issue.

devilcius’s picture

Had the same problem. Stuck at the last step. "Solved it" simply reloading the page: /core/install.php?langcode=en&profile=spark&op=start&id=1

drupa11y’s picture

Similar problem: "Completed 38 of 41. Installed Shortcut module." with "spark-8.x-1.0-alpha9-core.zip"

MAMP (Mac) with PHP 5.4.10 & APC
Apache Log says:

[Sat Jun 29 12:22:11 2013] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/htdocs/Testing/spark-8.x/favicon.ico
[Sat Jun 29 12:22:11 2013] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/htdocs/Testing/spark-8.x/favicon.ico

PHP Log says:

[29-Jun-2013 12:25:20 Europe/Berlin] PHP Fatal error: Call to undefined function node_save() in /Applications/MAMP/htdocs/Testing/spark-8.x/profiles/spark/spark.install on line 44

After a total restart of Mac & Browser the installer continiueed and worked.

drupa11y’s picture

Some log messages from my installation:

Warning: Illegal offset type in isset or empty in Drupal\Component\Plugin\Discovery\ProcessDecorator->getDefinition() (line 54 of /Applications/MAMP/htdocs/Testing/spark-8.x/core/lib/Drupal/Component/Plugin/Discovery/ProcessDecorator.php).

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "field_ui.display_overview.node.search_index" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 146 of /Applications/MAMP/htdocs/Testing/spark-8.x/core/lib/Drupal/Core/Routing/RouteProvider.php).

vikram.lokhande’s picture

Version: 8.x-1.x-dev » 8.x-1.0-alpha9

Just reload the page... problem will get resolved...

webchick’s picture

Issue summary: View changes
Status: Active » Fixed

I believe the latest D8 alpha should solve this problem. Please re-open if not.

Status: Fixed » Closed (fixed)

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