Closed (fixed)
Project:
NodeStream
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2011 at 18:52 UTC
Updated:
5 Oct 2011 at 14:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
fabsor commentedThis seems like a bug rather than a server issue to me. I will look into it.
Comment #2
fabsor commentedHmm.. The problem with in nodestream_install_features() should be solved in the development version, but I can't seem to reproduce the other ones. I will keep trying.
Comment #3
fabsor commentedSetting the title
Comment #4
drupalftw commentedI get the deprecated function call after the profile installation and then it's there all the time:
Tested with latest dev (September 9, 2011 - 00:20) and PHP Version 5.3.5-1ubuntu7.2.
Not a fix but I've added "php_flag allow_call_time_pass_reference on" for now.
Comment #5
tsvenson commentedI get a similar call-time deprecated error when trying to install alpha1 (prepacked) and the September 8 2.x dev version (files copied manually to the prepacked alpha 1 profile directory) on Acquia dev Desktop v7.4.4 using PHP 5.2.17. It happens at the Install profile step during the installation.
The installation stops at this point.
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://nodestream:8082/install.php?profile=nodestream&locale=en&id=1&op=do StatusText: OK ResponseText: Warning: Call-time pass-by-reference has been deprecated in [path]\nodestream\profiles\nodestream\modules\ns_core\ns_core.module on line 122 {"status":true,"percentage":"100","message":"Completed 15 of 15.\u003cbr \/\u003eInstalled \u003cem\u003eNodeStream\u003c\/em\u003e module."}Where can I get an updated version of the ns_core module?
Making sure NodeStream can be installed on Acquia dev Desktop is probably a good idea and will help make sure it will install on most hosting providers claiming to support Drupal.
Comment #6
tsvenson commentedOK, found the ns_core project and cloned the git repository. Used the 2.x branch (not the ones with -[something]) and tried again. Got the same error as in #5.
Comment #7
drupalftw commentedHere is a patch for my problem (#4).
Comment #8
tsvenson commentedCan confirm that patch in #7 fixes my problem in comment #5 as well. The install borks later though, but that's a different issue.
Comment #9
fabsor commentedThis should be fixed in the latest dev now. thanks!
Comment #10
gddI see this marked as fixed, but the commit is not showing. Did you push?