Closed (fixed)
Project:
Spark
Version:
8.x-1.0-alpha9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 May 2013 at 13:28 UTC
Updated:
13 Jan 2014 at 20:00 UTC
Jump to comment: Most recent
Comments
Comment #1
Blooniverse commentedManually downloaded or via Git? Git approach should be in most cases more current. Try:
The whole thing, including the output, will in the bash (also called terminal or command line interface) look similar to the one below:
HINT: consult the community documentation as well, on http://drupal.org/node/1741590 ('Building Spark from Drush Make yourself').
Comment #2
dan_metille commentedI 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:
Comment #3
Blooniverse commented... why does the following message occur?:
Can you check your php-apache.ini and php-cli.ini? Concerning magic_quotes they should look like this:
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.
Comment #4
pkoppstein commentedI 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:
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)
Comment #5
aschiwi commentedSame 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).
Comment #6
wfred commentedI 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).
Comment #7
henryhu commentedI got the same issue.
Comment #8
devilcius commentedHad 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
Comment #9
drupa11y commentedSimilar 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:
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.
Comment #10
drupa11y commentedSome log messages from my installation:
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).Comment #11
vikram.lokhande commentedJust reload the page... problem will get resolved...
Comment #12
webchickI believe the latest D8 alpha should solve this problem. Please re-open if not.