Notice: Undefined index: views_bulk_operations in install_profile_modules() (line 1362 of C:\wamp\www\dev.localhost\openenterprise.localhost\includes\install.core.inc).
Notice: Trying to get property of non-object in install_profile_modules() (line 1362 of C:\wamp\www\dev.localhost\openenterprise.localhost\includes\install.core.inc).
Notice: Undefined index: views_bulk_operations in install_profile_modules() (line 1370 of C:\wamp\www\dev.localhost\openenterprise.localhost\includes\install.core.inc).
Notice: Trying to get property of non-object in install_profile_modules() (line 1370 of C:\wamp\www\dev.localhost\openenterprise.localhost\includes\install.core.inc).

and almost finishing installation, another errors occured

Downloading updates failed:
Cannot extract temporary://update-cache-a53ae11c/colorbox.zip, not a valid archive.
There was an error installing enterprise_blog.
There was an error installing enterprise_events.
There was an error installing enterprise_faq.
There was an error installing enterprise_images.
There was an error installing enterprise_portfolio.
There was an error installing enterprise_rotator.
There was an error installing socialmedia.
There was an error installing enterprise_video.

Comments

randallknutson’s picture

Thanks for the report.

The Notice errors are innocuous and are a bug in the views_bulk_operations module.

The other error indicates that a download failed for some reason and that kills the whole process. Please try the install again and see if it works.

randallknutson’s picture

Status: Active » Postponed (maintainer needs more info)
joe_carvajal’s picture

I got these errors too.

I installed the profile three times (one of them in local with xampp, the other two in a linux server), and the errors persist.

randallknutson’s picture

Status: Postponed (maintainer needs more info) » Active

Marked http://drupal.org/node/1460534 as duplicate.

randallknutson’s picture

The Notice errors are a bug in beta6 having to do with views_bulk_operations. As far as I can tell they are just warnings and don't affect the installation or performance of the site. Just ignore them for now and we'll make sure they are fixed in the next release.

dargrego’s picture

The same install errors here (VBO) plus another one at the end:

HTTP error 0 occurred when trying to fetch https://github.com/downloads/phayes/geoPHP/geoPHP.tar.gz.
Downloading updates failed:

Failed to download geoPHP from https://github.com/downloads/phayes/geoPHP/geoPHP.tar.gz

There was an error installing enterprise_blog.
There was an error installing enterprise_careers.
There was an error installing devel.
There was an error installing enterprise_events.
There was an error installing enterprise_faq.
There was an error installing enterprise_images.
There was an error installing enterprise_location.
There was an error installing enterprise_portfolio.
There was an error installing enterprise_rotator.
There was an error installing seo.
There was an error installing seotools.
There was an error installing socialmedia.
There was an error installing enterprise_video.

rasor’s picture

In addition to
Notice:

I got:
-----------------------------------------
The installation has encountered an error.
Please continue to the error page

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path:

http://mydomain.xx/dpoe/drupal-7.12/install.php?profile=openenterprise&l...
-----------------------------------------
... when installing 7.x-1.0-beta6 on some unix/linux webhotel via http://mydomain.xx/dpoe/drupal-7.12/install.php

Following the install I get "HTTP Error 500" from http://mydomain.xx/dpoe/drupal-7.12/index.php

Now I delete web and DB.

What to do?

randallknutson’s picture

In the event that a download fails due to connection issues then you will get those errors. Simply delete the database and try again. As much as we'd like to we can't make the internet fault tolerant so downloads will sometimes fail.

rasor’s picture

During 2nd install attempt nothing new happened. Same error after installation of more than 50% of the modules.
I think I will try the dev package instead.

Or maybe investigate this http://drupal.org/node/1022558 a little.

I found that an error log has to be enabled via the domain configuration in the control panel to be able to see what HTTP 500 errors it spits out, so that must be the next step.

randallknutson’s picture

The 500 timeout is a duplicate of http://drupal.org/node/1406868

rasor’s picture

During 3rd install attempt nothing new happened. Same error after installation of:
Completed 42 of 75.
Installed Image Resize Filter module.

So what is the module 43 that crashes with an Ajax error?

The error log takes a couple of hours to be enabled, so I haven't got any exception details, yet.

rasor’s picture

During 4th install attempt I got the exceptions:
[Thu Mar 01 18:29:52 2012] [error] [client 85.82.167.xx] ModSecurity: Warning. Operator GE matched 0 at TX:inbound_anomaly_score. [file "/hsphere/local/config/httpd2/modsecurity-core-rules/modsecurity_crs_60_correlation.conf"] [line "37"] [id "981204"]
[msg "Inbound Anomaly Score Exceeded (Total Inbound Score: 13, SQLi=0, XSS=): SQL Injection Attack"] [hostname "myweb.xx"] [uri "/php5bin/php/dpoe/drupal-7.12/install.php"] [unique_id "T0@x-NRhhI4AADKhPwIAXXXXX"]

[Thu Mar 01 18:33:54 2012] [warn] [client 85.82.167.xx] mod_fcgid: stderr: PHP Fatal error: Class 'EntityFieldHandlerHelper' not found in /hsphere/local/home/me/myweb.xx/dpoe/drupal-7.12/profiles/openenterprise/modules/entity/views/entity.views.inc on line 159,
referer: http://myweb.xx/dpoe/drupal-7.12/install.php?profile=openenterprise&loca...

What to do?

randallknutson’s picture

This is most likely a result of your php memory being too low as stated in http://drupal.org/node/1406868

The install works fine if you have enough memory.

rasor’s picture

Before 5th install attempt I increased mem in a new file://myweb.xx/.htaccess from 128M to 256M by adding line:
php_value memory_limit 256M

I verified with a new file://myweb.xx/phpinfo.php containing phpinfo(); that memory actually was increased.

Never-the-less - That did not help anything. Still same error.

Got any other good suggestion?

randallknutson’s picture

Version: 7.x-1.0-beta6 »
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

TribalMan’s picture

Could this have anything to do with the location the ftp account it pointed to? I created an FTP account specifically for use by the OE installation. Does it need to be within drupal root?

TribalMan’s picture

Issue summary: View changes

description edited.