7.x-2.x-dev (2012-Aug-10)
During a brief moment at step 17 it shows this error:
Notice: Undefined index: settings in image_field_update_instance()(line 501 of modules/image/image.module)
(screenshot attached)

Untested with Beta1

Comments

guguss’s picture

Assigned: Unassigned » vasike
vasike’s picture

Status: Active » Postponed (maintainer needs more info)

i can't reproduce this error.
may i have more details what the setps to follow.
i tried with both demo content and no demo with additional

silkogelman’s picture

Status: Postponed (maintainer needs more info) » Active
StatusFileSize
new111.76 KB

PHP 5.3.2-1ubuntu4.17
MySQL 5.1.63
PHP memory limit 128M
APC 3.1.6
memcache 3.0.4
Varnish

Currency setting Euro
Country Netherlands / timezome Amsterdam
Vat Tax
installing without demo content, with all additional functionality
Localization yes

Using a clean install (empty database)

If you want the login details of my test server send me a PM

guguss’s picture

@s1l : You really have bad karma with Kickstart installation ! We should offer you a Kickstart shirt in memory of those days ;)

I just retried the installation with the same options and didn't see the error...

silkogelman’s picture

I call it 'the ability to find opportunities to make Kickstart (and core) better' ;)

This error may (also) be the result of my weird MySQL configuration.
#1694434: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null (see #20)
So that's probably the solution to this: reconfigure MySQL

I'll test this a couple of times more in the next few days to see if I can reproduce the result.

guguss’s picture

Status: Active » Postponed (maintainer needs more info)

OK ! Waiting for more infos ;)

snowleap’s picture

Version: 7.x-2.x-dev » 7.x-2.0-beta2

I've also gotten this error - fresh install.

Current Version : 7.x-2.0-beta2+11-dev

Server OS: Linux 2.6.32.8-grsec-2.1.14-modsign-xeon-64
Database: MySQL 5.1.53-log
HTTP Server: Apache
PHP Version: 5.2.17
PHP Memory Limit: 512M

New database
Currency setting AUD
Country Australia / timezome Sydney
No Tax
installing without demo content, with all additional functionality except slideshow
Localization no

Only appears when enabling or disabling a module.

Will investigate a bit more - this error was not present on our K2 install of the previous version. (Demo store on, all features enabled.)

vasike’s picture

Version: 7.x-2.0-beta2 » 7.x-2.x-dev

i still can't reproduce it.
@snowleap: could you tell me what exaclty modules do you enable/disable?

snowleap’s picture

The first I ran across this problem with was one of the Zoom Image related modules.

Am currently locked out of my working site, each re-install and database wipe is somehow keeping old settings and thinking there is an admin when there isn't. Soon as I can figure out what I am missing I'll verify what modules I was turning on and off. (And hopefully replicate)

silkogelman’s picture

StatusFileSize
new150.71 KB

Got this one again with RC1 (see message in screenshot)

NOT installing demo content
Installing all additional functionality
Currency setting Euro
Country Netherlands / timezome Amsterdam
Vat Tax
Localization yes

vasike’s picture

nope. tried the past scenarion : no success on reproducing this.
i found this core issue : #1559696: Notice : Undefined index: default_image in image_field_update_instance() - during reconfigure
could you try the core patch here : http://drupal.org/files/image_field_update_php_notice-1559696-8.patch

snowleap’s picture

Unable to reproduce. Whatever caused it for me doesn't want to play again.

Only difference I can pinpoint is:

/**
 * add some more memory
 */
ini_set('memory_limit', '512M');

was added to my default-settings.php before installing. (I get a LOT of memory allocation errors on my system setup without it.)

silkogelman’s picture

StatusFileSize
new171.74 KB

The core patch from #11 did not fix this problem for me.

I also tried #22 from that issue #1559696: Notice : Undefined index: default_image in image_field_update_instance() - during reconfigure
That did not help either.

lsolesen’s picture

Issue summary: View changes

Could you please try with the latest version 2.13?

lsolesen’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closed for inactivity.