I am working with OE within an aegir environment. The site looks great and seems to run fine until I enable the OE content module (I can't remember the actual name because I can no longer access the site or run drush commands even). Once I enable this I get the following error: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'navin-menu-menu-legal-notices' for key 'tmd': INSERT INTO {block} (module, delta, theme, status, weight, region, pages, title, cache) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8); Array ( [:db_insert_placeholder_0] => menu [:db_insert_placeholder_1] => menu-legal-notices [:db_insert_placeholder_2] => navin [:db_insert_placeholder_3] => 1 [:db_insert_placeholder_4] => 1 [:db_insert_placeholder_5] => footer_first [:db_insert_placeholder_6] => [:db_insert_placeholder_7] => [:db_insert_placeholder_8] => -1 ) in drupal_write_record() (line 7013 of /var/aegir/platforms/openenterprise/includes/common.inc).

This is the 2nd time this has happened. The first time I thought it had to do with adding some modules but this was on a fresh install. Any ideas?

CommentFileSizeAuthor
#3 conditional_update_1606850.patch3.43 KBAugust1914
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

August1914’s picture

For reference, defaultcontent is a Phase2 contribution bundled into OE, you can track the issue queue at
drupal.org/project/defaultcontent.

Is there anything you can provide about the sequence? Were you installing default context from the initial site install, or from the apps page after initial installation?

stieglitz’s picture

After deleting my aegir site I recreated another OpenEnterprise distro site and learned it was not the default content module that caused the problem. Currently Default content is enabled and everything is fine. What I had initially enabled was the OpenEnterprise Content 7.x-1.0-rc3 module which requires boxes. Other than that I am not sure what is causing the problem.

August1914’s picture

Status: Active » Needs review
FileSize
3.43 KB

The problem here is that enterprise_content attempts to write block records which were already created in the install. This patch modifies enterprise_content.module, conditionally updating the block records for placement.

This patch applies from profiles/openenterprise in the full install (from the tar.gz) or from the site root before running the make.

stieglitz’s picture

After patching (or atleast attempting to patch- I may have to verify if the file was indeed patched) everything seemed to be working. I did not enable the OE content yet to see if the patch was working but I added a term reference to the default page content type. I want to use tags but on submittal I got the following error:

PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))' at line 2: SELECT base.tid AS tid, base.vid AS vid, base.name AS name, base.description AS description, base.format AS format, base.weight AS weight, v.machine_name AS vocabulary_machine_name FROM {taxonomy_term_data} base INNER JOIN {taxonomy_vocabulary} v ON base.vid = v.vid WHERE (base.name LIKE :db_condition_placeholder_0 ESCAPE '\\') AND (base.vid IN ()) ; Array ( [:db_condition_placeholder_0] => about ) in EntityCacheControllerHelper::entityCacheLoad() (line 95 of /var/aegir/platforms/openenterprise/profiles/openenterprise/modules/entitycache/entitycache.module).

I'm sorry if this should be it's own issue but I thought it may be due to my patch attempt not applying properly. I never received a confirmation in git so I am not sure. I'll look into it tomorrow.

August1914’s picture

I was not able to reproduce this in OE, by adding a term reference to the basic page, and then adding basic page content, setting the term and saving; it works for me. Is there some other scenario?

If this is still an issue (#4), consider if you should take up over at project/entitycache.

In any case, it is not related to the enterprise_content issue.

No confirmation on git apply = clean patch. You get an error message if it doesn't apply, or a warning if does apply but there was some issue like trailing white space or something.

joostvdl’s picture

I just installed a new OE install. After updating all modules (via drush up) I got the following error when going to the admin/apps

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'public://apps/webform_screenshot_4.png' for key 'uri': UPDATE {file_managed} SET uid=:db_update_placeholder_0, filename=:db_update_placeholder_1, uri=:db_update_placeholder_2, filemime=:db_update_placeholder_3, filesize=:db_update_placeholder_4, status=:db_update_placeholder_5, timestamp=:db_update_placeholder_6 WHERE (fid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => webform_screenshot.png [:db_update_placeholder_2] => public://apps/webform_screenshot_4.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 7390 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1346256694 [:db_condition_placeholder_0] => 28 ) in drupal_write_record() (regel 7036 van /srv/www/RetailInteractive/dev/htdocs/includes/common.inc).

joostvdl’s picture

Patch from #3 doesn't resolve the problem.

joostvdl’s picture

Status: Needs review » Active

My Error @ #6 occurs after updating module apps-7.x-1.0-beta6 to apps-7.x-1.0-beta7

After reverting the module back to beta6 the error is gone.

oo7_golden_1’s picture

Error message
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'public://apps/webform_screenshot_39.png' for key 'uri': UPDATE {file_managed} SET uid=:db_update_placeholder_0, filename=:db_update_placeholder_1, uri=:db_update_placeholder_2, filemime=:db_update_placeholder_3, filesize=:db_update_placeholder_4, status=:db_update_placeholder_5, timestamp=:db_update_placeholder_6, type=:db_update_placeholder_7 WHERE (fid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => webform_screenshot.png [:db_update_placeholder_2] => public://apps/webform_screenshot_39.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 7390 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1347510836 [:db_update_placeholder_7] => image [:db_condition_placeholder_0] => 28 ) in drupal_write_record() (line 7013 of C:\xampp\htdocs\OpenEnterprise\includes\common.inc).

i get this error every time i try and go into apps, and of course it will not open :( i am so NOT a programmer, this stuff is scary to me. i think joostvdl might be right though it did seem to happen after updating.

I'm going to try and remove the -7.x-1.0-beta7 and go back to the beta6. Thanks for a Great profile by the way. its very beautiful and a lot more simplistic. i like the scheduler built into blogs as well, i cant seem to get it to work on custom content for some reason. being new to website building i like the functionality of Drupal and still have a few things to wrap my head around but your Distribution helps a lot.

i still find that making my site look the way i want is difficult for me. i am also usually afraid of updating too. ever time i do i get red error messages then i got to try and search Google to find out how to fix the issue.

Oh i also love the message to the right of the field that gives a brief explanation of that that option does. it helps a lot. Thanks again and keep up the great work.

oo7_golden_1’s picture

Reverting back fixed it, thanks again guys.

memoday’s picture

This issue exists in the latest release "7.x-1.0-rc3". Whenever I try to go the Apps page and click on it, I get the following error

messagePDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'public://apps/webform_screenshot_65.png' for key 'uri': UPDATE {file_managed} SET uid=:db_update_placeholder_0, filename=:db_update_placeholder_1, uri=:db_update_placeholder_2, filemime=:db_update_placeholder_3, filesize=:db_update_placeholder_4, status=:db_update_placeholder_5, timestamp=:db_update_placeholder_6 WHERE (fid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => webform_screenshot.png [:db_update_placeholder_2] => public://apps/webform_screenshot_65.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 7390 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1348983381 [:db_condition_placeholder_0] => 28 ) in drupal_write_record() (line 7036 of /home/public_html/mywebsite/d7/includes/common.inc).

The website encountered an unexpected error. Please try again later.

How can I get this fixed? This is really frustrating. I had to install the distro twice for this particular error.

gori4ka’s picture

Hi there,

I had a fresh install with Apps 7.x-1.0-rc3 and had the same error as reported above, I could not open the apps menu at all. Reverting back to beta6 fixed it for me.

Thanks!

memoday’s picture

Can anybody help me here please? I have not installed beta6 before. So, how can I revert or replace the current version with beta 6? Do I need to create everything from scratch again? Help please.

lordchapman’s picture

Priority: Normal » Major

Im in the same position as memoday how can I revert or replace the current version with beta 6? Do I need to create everything from scratch again? Really need help on this!

darthanubis’s picture

Thank you for the find.

vadbars@drupal.org’s picture

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'public://apps/webform_screenshot_5.png' for key 'uri': UPDATE {file_managed} SET uid=:db_update_placeholder_0, filename=:db_update_placeholder_1, uri=:db_update_placeholder_2, filemime=:db_update_placeholder_3, filesize=:db_update_placeholder_4, status=:db_update_placeholder_5, timestamp=:db_update_placeholder_6 WHERE (fid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => webform_screenshot.png [:db_update_placeholder_2] => public://apps/webform_screenshot_5.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 7390 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1353500092 [:db_condition_placeholder_0] => 28 ) в функции drupal_write_record() (строка 7106 в файле /var/www/ekapp.loc/includes/common.inc).

+1 memoday (#11) and joostvdv (#6).

Anonymous’s picture

I hope this helps find the bug:

Here are the precise steps that I went through:

Installed a fresh Drupal 7.17
Created a new empty MySQL database.
Installed and activated the apps-7.x-1.0-beta7 module.
Installed and activated the levelten_apps-7.x-1.0-rc2 module.
Clicked on Apps which brought up a window of all the OpenEnterprise apps.
Clicked on the "Social Media" "Details" button"

Error Message:

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'public://apps/webform_screenshot_7.png' for key 'uri': UPDATE {file_managed} SET uid=:db_update_placeholder_0, filename=:db_update_placeholder_1, uri=:db_update_placeholder_2, filemime=:db_update_placeholder_3, filesize=:db_update_placeholder_4, status=:db_update_placeholder_5, timestamp=:db_update_placeholder_6 WHERE (fid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => webform_screenshot.png [:db_update_placeholder_2] => public://apps/webform_screenshot_7.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 7390 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1354233224 [:db_condition_placeholder_0] => 30 ) in drupal_write_record() (line 7106 of /home1/motegicc/public_html/pfus/dc/includes/common.inc).

Any help with this would be appreciated. I am now going to try the apps-7.x-1.0-beta6 module to see if I have the luck of those above.

Thanks!

Anonymous’s picture

Reverting to apps-7.x-1.0-beta6 fixes the error but the apps page for the OE apps appear on the page in a stair step pattern on the page. Go figure.

sonicthoughts’s picture

HAving same issue with OpenOutreach

Anonymous’s picture

Install of Open Enterprise 1.0-rc3 failed on an up-to-date BOA 2.0.4 with the following failed install log: (I will help you all I can solve this):

[the error occurs about half way down the full log after the WD ... section. here is summary:

WD user: Session opened for admin.

DRUPAL_INSTALL_FAILED

PDOException Object ( [message:protected] => SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'public://apps/webform_screenshot_0.png' for key 'uri' [string:Exception:private] =>

end summary]

Full Error log below:

Submitted by admin on Thu, 12/13/2012 - 09:06

Site: domain.com

Status: Failed

Executed: Thu, 12/13/2012 - 09:07

Execution time: 2 min 25 sec.

Log message

Log message

Task starts processing

Running: /data/disk/fast1/tools/drush/drush.php --uri='domain.com' provision-save '@domain.com' --backend 2>&1

Bootstrap to phase 0.

Drush bootstrap phase : _drush_bootstrap_drush()

Bootstrap to phase 0.

Found command: provision-save (commandfile=provision)

Initializing drush commandfile: db

Initializing drush commandfile: dns

Initializing drush commandfile: drush_make

Initializing drush commandfile: drush_make_d_o

Initializing drush commandfile: example

Initializing drush commandfile: http

Initializing drush commandfile: provision

Load alias @self

Load alias @server_localhost

Load alias @server_master

Loading nginx driver for the http service

Loading nginx driver for the cdn service

Loading mysql driver for the db service

Loading nginx driver for the cdn service

Load alias @platform_OpenEnterprise10rc37171P001

Initializing drush commandfile: provision_cdn

Initializing drush commandfile: provision_civicrm

Load alias @domain.com

Template loaded: /data/disk/fast1/.drush/provision/Provision/Config/Drushrc/provision_drushrc_alias.tpl.php

Generated config Drush configuration file

Changed permissions of /data/disk/fast1/.drush/domain.com.alias.drushrc.php to 440

Command dispatch complete

Peak memory usage was 11.39 MB

Running: /data/disk/fast1/tools/drush/drush.php @domain.com provision-install --backend 2>&1

Bootstrap to phase 0.

Drush bootstrap phase : _drush_bootstrap_drush()

Load alias @domain.com

Bootstrap to phase 1.

Drush bootstrap phase : _drush_bootstrap_drupal_root()

Loading drushrc "/data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/drushrc.php" into "drupal" scope.

Initialized Drupal 7.17 root directory at /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1

Found command: provision-install (commandfile=provision)

Initializing drush commandfile: db

Initializing drush commandfile: dns

Initializing drush commandfile: drush_make

Initializing drush commandfile: drush_make_d_o

Initializing drush commandfile: example

Initializing drush commandfile: http

Initializing drush commandfile: provision

Load alias @server_localhost

Load alias @server_master

Loading nginx driver for the http service

Loading nginx driver for the cdn service

Loading mysql driver for the db service

Loading nginx driver for the cdn service

Load alias @platform_OpenEnterprise10rc37171P001

Initializing drush commandfile: provision_cdn

Initializing drush commandfile: provision_civicrm

Including /data/disk/fast1/.drush/provision_civicrm/install.provision.inc

Including /data/disk/fast1/.drush/provision/db/install.provision.inc

Including /data/disk/fast1/.drush/provision/dns/install.provision.inc

Including /data/disk/fast1/.drush/provision/example/install.provision.inc

Including /data/disk/fast1/.drush/provision/http/install.provision.inc

Including /data/disk/fast1/.drush/provision/platform/install.provision.inc

Granting privileges to domaincom@localhost on domaincom

Created domaincom database

Created sites/domain.com

Changed permissions of sites/domain.com to 755

Created sites/domain.com/themes

Changed permissions of sites/domain.com/themes to 2775

Created sites/domain.com/modules

Changed permissions of sites/domain.com/modules to 2775

Created sites/domain.com/libraries

Changed permissions of sites/domain.com/libraries to 2775

Created sites/domain.com/files

Changed permissions of sites/domain.com/files to 2770

Created sites/domain.com/files/tmp

Changed permissions of sites/domain.com/files/tmp to 2770

Created sites/domain.com/files/images

Changed permissions of sites/domain.com/files/images to 2770

Created sites/domain.com/files/pictures

Changed permissions of sites/domain.com/files/pictures to 2770

Created sites/domain.com/files/css

Changed permissions of sites/domain.com/files/css to 2770

Created sites/domain.com/files/js

Changed permissions of sites/domain.com/files/js to 2770

Created sites/domain.com/files/advagg_css

Changed permissions of sites/domain.com/files/advagg_css to 2770

Created sites/domain.com/files/advagg_js

Changed permissions of sites/domain.com/files/advagg_js to 2770

Created sites/domain.com/files/ctools

Changed permissions of sites/domain.com/files/ctools to 2770

Created sites/domain.com/files/ctools/css

Changed permissions of sites/domain.com/files/ctools/css to 2770

Created sites/domain.com/files/imagecache

Changed permissions of sites/domain.com/files/imagecache to 2770

Created sites/domain.com/files/locations

Changed permissions of sites/domain.com/files/locations to 2770

Created sites/domain.com/files/xmlsitemap

Changed permissions of sites/domain.com/files/xmlsitemap to 2770

Created sites/domain.com/files/deployment

Changed permissions of sites/domain.com/files/deployment to 2770

Created sites/domain.com/private

Changed permissions of sites/domain.com/private to 2770

Created sites/domain.com/private/files

Changed permissions of sites/domain.com/private/files to 2770

Created sites/domain.com/private/temp

Changed permissions of sites/domain.com/private/temp to 2770

Created sites/domain.com/files/styles

Changed permissions of sites/domain.com/files/styles to 2770

Created sites/domain.com/private/config

Changed permissions of sites/domain.com/private/config to 2770

Created sites/domain.com/private/config/active

Changed permissions of sites/domain.com/private/config/active to 2770

Created sites/domain.com/private/config/staging

Changed permissions of sites/domain.com/private/config/staging to 2770

Changed group ownership of sites/domain.com/files to www-data

Changed group ownership of sites/domain.com/files/tmp to www-data

Changed group ownership of sites/domain.com/files/images to www-data

Changed group ownership of sites/domain.com/files/pictures to www-data

Changed group ownership of sites/domain.com/files/css to www-data

Changed group ownership of sites/domain.com/files/js to www-data

Changed group ownership of sites/domain.com/files/advagg_css to www-data

Changed group ownership of sites/domain.com/files/advagg_js to www-data

Changed group ownership of sites/domain.com/files/ctools to www-data

Changed group ownership of sites/domain.com/files/ctools/css to www-data

Changed group ownership of sites/domain.com/files/imagecache to www-data

Changed group ownership of sites/domain.com/files/locations to www-data

Changed group ownership of sites/domain.com/files/xmlsitemap to www-data

Changed group ownership of sites/domain.com/files/deployment to www-data

Changed group ownership of sites/domain.com/private to www-data

Changed group ownership of sites/domain.com/private/files to www-data

Changed group ownership of sites/domain.com/private/temp to www-data

Changed group ownership of sites/domain.com/files/styles to www-data

Changed group ownership of sites/domain.com/private/config to www-data

Changed group ownership of sites/domain.com/private/config/active to www-data

Changed group ownership of sites/domain.com/private/config/staging to www-data

has no site config file

Template loaded: /data/disk/fast1/.drush/provision/http/Provision/Config/Nginx/vhost.tpl.php

Generated config virtual host configuration file

Generated blank Drupal local.settings.php file

Changed group ownership of /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/local.settings.php to www-data

Changed permissions of /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/local.settings.php to 440

Template loaded: /data/disk/fast1/.drush/provision/Provision/Config/Drupal/provision_drupal_settings.tpl.php

Generated config Drupal settings.php file

Changed permissions of /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/settings.php to 440

Change group ownership of /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/settings.php to www-data

Platforms path /data/disk/fast1/platforms exists.

Platforms ownership of /data/disk/fast1/platforms has been changed to fast1.

Platforms permissions of /data/disk/fast1/platforms have been changed to 711.

Platforms path /data/disk/fast1/platforms is writable.

Template loaded: /data/disk/fast1/.drush/provision/Provision/Config/Drushrc/provision_drushrc_site.tpl.php

Generated config Site Drush configuration file

Changed permissions of /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/drushrc.php to 440

Platforms path /data/disk/fast1/platforms exists.

Platforms ownership of /data/disk/fast1/platforms has been changed to fast1.

Platforms permissions of /data/disk/fast1/platforms have been changed to 711.

Platforms path /data/disk/fast1/platforms is writable.

Drush bootstrap phase : _drush_bootstrap_drupal_site()

Initialized Drupal site domain.com at sites/domain.com

Loading drushrc "/data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/drushrc.php" into "site" scope.

Running: /data/disk/fast1/tools/drush/drush.php --client_email='webmaster@domain.com' @domain.com provision-install-backend --backend 2>&1

Bootstrap to phase 0.

Drush bootstrap phase : _drush_bootstrap_drush()

Load alias @domain.com

Loading drushrc "/data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/drushrc.php" into "site" scope.

Bootstrap to phase 2.

Drush bootstrap phase : _drush_bootstrap_drupal_root()

Loading drushrc "/data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/drushrc.php" into "drupal" scope.

Initialized Drupal 7.17 root directory at /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1

Drush bootstrap phase : _drush_bootstrap_drupal_site()

Initialized Drupal site domain.com at sites/domain.com

Loading drushrc "/data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/drushrc.php" into "site" scope.

Found command: provision-install-backend (commandfile=provision)

Initializing drush commandfile: db

Initializing drush commandfile: dns

Initializing drush commandfile: drush_make

Initializing drush commandfile: drush_make_d_o

Initializing drush commandfile: example

Initializing drush commandfile: http

Initializing drush commandfile: provision

Load alias @server_localhost

Load alias @server_master

Loading nginx driver for the http service

Loading nginx driver for the cdn service

Loading mysql driver for the db service

Loading nginx driver for the cdn service

Load alias @platform_OpenEnterprise10rc37171P001

Initializing drush commandfile: provision_cdn

Initializing drush commandfile: provision_civicrm

Drush bootstrap phase : _drush_bootstrap_drupal_configuration()

WD system: user module installed.

WD system: user module enabled.

WD system: filter module installed.

WD system: filter module enabled.

WD system: node module installed.

WD system: node module enabled.

WD system: field_sql_storage module installed.

WD system: field_sql_storage module enabled.

WD system: field module installed.

WD system: field module enabled.

WD system: text module installed.

WD system: text module enabled.

WD system: admin_menu module installed.

WD system: admin_menu module enabled.

WD system: admin_menu_toolbar module installed.

WD system: admin_menu_toolbar module enabled.

WD system: update module installed.

WD system: update module enabled.

WD system: apps module installed.

WD system: apps module enabled.

WD system: backports module installed.

WD system: backports module enabled.

WD system: backup_migrate module installed.

WD system: backup_migrate module enabled.

WD system: block module installed.

WD system: block module enabled.

WD system: ctools module installed.

WD system: ctools module enabled.

WD system: views module installed.

WD system: views module enabled.

WD system: block_visibility module installed.

WD system: block_visibility module enabled.

WD system: date_api module installed.

WD system: date_api module enabled.

WD system: date_views module installed.

WD system: date_views module enabled.

WD system: caption_filter module installed.

WD system: caption_filter module enabled.

WD system: comment module installed.

WD system: comment module enabled.

WD system: contextual module installed.

WD system: contextual module enabled.

WD system: panels module installed.

WD system: panels module enabled.

WD system: page_manager module installed.

WD system: page_manager module enabled.

WD system: dashboard module installed.

WD system: dashboard module enabled.

WD system: date module installed.

WD system: date module enabled.

WD system: features module installed.

WD system: features module enabled.

WD system: date_popup module installed.

WD system: date_popup module enabled.

WD system: defaultcontent module installed.

WD system: defaultcontent module enabled.

WD system: elements module installed.

WD system: elements module enabled.

WD system: email_registration module installed.

WD system: email_registration module enabled.

WD system: file module installed.

WD system: file module enabled.

WD system: image module installed.

WD system: image module enabled.

WD system: strongarm module installed.

WD system: strongarm module enabled.

WD system: options module installed.

WD system: options module enabled.

WD system: taxonomy module installed.

WD system: taxonomy module enabled.

WD system: token module installed.

WD system: token module enabled.

WD system: entity module installed.

WD system: entity module enabled.

WD system: views_bulk_operations module installed.

WD system: views_bulk_operations module enabled.

WD system: menu module installed.

WD system: menu module enabled.

WD system: link module installed.

WD system: link module enabled.

WD system: libraries module installed.

WD system: libraries module enabled.

WD system: entitycache module installed.

WD system: entitycache module enabled.

WD system: field_group module installed.

WD system: field_group module enabled.

WD system: field_ui module installed.

WD system: field_ui module enabled.

WD system: filefield_sources module installed.

WD system: filefield_sources module enabled.

WD system: wysiwyg module installed.

WD system: wysiwyg module enabled.

WD system: globalredirect module installed.

WD system: globalredirect module enabled.

WD system: help module installed.

WD system: help module enabled.

WD system: image_resize_filter module installed.

WD system: image_resize_filter module enabled.

WD system: imce module installed.

WD system: imce module enabled.

WD system: imce_wysiwyg module installed.

WD system: imce_wysiwyg module enabled.

WD system: insert module installed.

WD system: insert module enabled.

WD system: list module installed.

WD system: list module enabled.

WD system: menu_block module installed.

WD system: menu_block module enabled.

WD system: navigation404 module installed.

WD system: navigation404 module enabled.

WD system: references module installed.

WD system: references module enabled.

WD system: node_reference module installed.

WD system: node_reference module enabled.

WD system: nodeconnect module installed.

WD system: nodeconnect module enabled.

WD system: number module installed.

WD system: number module enabled.

WD system: path module installed.

WD system: path module enabled.

WD system: syslog module installed.

WD system: syslog module enabled.

WD system: search module installed.

WD system: search module enabled.

WD system: shortcut module installed.

WD system: shortcut module enabled.

WD system: overlay module installed.

WD system: overlay module enabled.

WD system: rdf module installed.

WD system: rdf module enabled.

WD system: options_element module installed.

WD system: options_element module enabled.

WD system: user_reference module installed.

WD system: user_reference module enabled.

WD system: pathauto module installed.

WD system: pathauto module enabled.

WD system: redirect module installed.

WD system: redirect module enabled.

WD system: transliteration module installed.

WD system: transliteration module enabled.

WD system: wysiwyg_filter module installed.

WD system: wysiwyg_filter module enabled.

WD system: simplified_menu_admin module installed.

WD system: simplified_menu_admin module enabled.

WD system: views_content module installed.

WD system: views_content module enabled.

WD system: total_control module installed.

WD system: total_control module enabled.

WD system: views_ui module installed.

WD system: views_ui module enabled.

WD system: openenterprise module installed.

WD system: openenterprise module enabled.

WD actions: Action 'Publish comment' added.

WD actions: Action 'Unpublish comment' added.

WD actions: Action 'Save comment' added.

WD actions: Action 'Publish content' added.

WD actions: Action 'Unpublish content' added.

WD actions: Action 'Make content sticky' added.

WD actions: Action 'Make content unsticky' added.

WD actions: Action 'Promote content to front page' added.

WD actions: Action 'Remove content from front page' added.

WD actions: Action 'Save content' added.

WD actions: Action 'Ban IP address of current user' added.

WD actions: Action 'Block current user' added.

WD actions: Action 'Create an archive of selected files' added.

WD actions: Action 'Pass ids as arguments to a page' added.

WD actions: Action 'Delete item' added.

WD actions: Action 'Modify entity values' added.

WD actions: Action 'Update node alias' added.

WD actions: Action 'Update taxonomy term alias' added.

WD actions: Action 'Update user alias' added.

WD user: Session opened for admin.

DRUPAL_INSTALL_FAILED

PDOException Object ( [message:protected] => SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'public://apps/webform_screenshot_0.png' for key 'uri' [string:Exception:private] => [code:protected] => 23000 [file:protected] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/includes/database/database.inc [line:protected] => 2139 [trace:Exception:private] => Array ( [0] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/includes/database/database.inc [line] => 2139 [function] => execute [class] => PDOStatement [type] => -> [args] => Array ( [0] => Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => webform_screenshot.png [:db_update_placeholder_2] => public://apps/webform_screenshot_0.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 7390 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1355389629 [:db_condition_placeholder_0] => 28 ) ) ) [1] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/includes/database/database.inc [line] => 664 [function] => execute [class] => DatabaseStatementBase [type] => -> [args] => Array ( [0] => Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => webform_screenshot.png [:db_update_placeholder_2] => public://apps/webform_screenshot_0.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 7390 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1355389629 [:db_condition_placeholder_0] => 28 ) [1] => Array ( [target] => default [return] => 2 [fetch] => 5 [throw_exception] => 1 ) ) ) [2] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/includes/database/query.inc [line] => 1166 [function] => query [class] => DatabaseConnection [type] => -> [args] => Array ( [0] => UPDATE {file_managed} SET uid=:db_update_placeholder_0, filename=:db_update_placeholder_1, uri=:db_update_placeholder_2, filemime=:db_update_placeholder_3, filesize=:db_update_placeholder_4, status=:db_update_placeholder_5, timestamp=:db_update_placeholder_6 WHERE (fid = :db_condition_placeholder_0) [1] => Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => webform_screenshot.png [:db_update_placeholder_2] => public://apps/webform_screenshot_0.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 7390 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1355389629 [:db_condition_placeholder_0] => 28 ) [2] => Array ( [target] => default [return] => 2 ) ) ) [3] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/includes/common.inc [line] => 7258 [function] => execute [class] => UpdateQuery [type] => -> [args] => Array ( ) ) [4] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/includes/file.inc [line] => 590 [function] => drupal_write_record [args] => Array ( [0] => file_managed [1] => stdClass Object ( [fid] => 28 [uri] => public://apps/webform_screenshot_0.png [filename] => webform_screenshot.png [filemime] => image/png [uid] => 1 [status] => 1 [timestamp] => 1355389629 [filesize] => 7390 [title] => Webform Screenshot 13 [alt] => Webform Screenshot 13 [original] => stdClass Object ( [fid] => 28 [uid] => 1 [filename] => webform_screenshot.png [uri] => public://apps/webform_screenshot.png [filemime] => image/png [filesize] => 7390 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) ) ) [2] => fid ) ) [5] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/profiles/openenterprise/modules/apps/apps.manifest.inc [line] => 282 [function] => file_save [args] => Array ( [0] => stdClass Object ( [fid] => 28 [uri] => public://apps/webform_screenshot_0.png [filename] => webform_screenshot.png [filemime] => image/png [uid] => 1 [status] => 1 [timestamp] => 1355389629 [filesize] => 7390 [title] => Webform Screenshot 13 [alt] => Webform Screenshot 13 [original] => stdClass Object ( [fid] => 28 [uid] => 1 [filename] => webform_screenshot.png [uri] => public://apps/webform_screenshot.png [filemime] => image/png [filesize] => 7390 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) ) ) ) ) [6] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/profiles/openenterprise/modules/apps/apps.manifest.inc [line] => 208 [function] => apps_retrieve_app_image [args] => Array ( [0] => http://apps.leveltendesign.com/sites/default/files/screenshots/webform_s... [1] => Webform Screenshot 13 ) ) [7] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/profiles/openenterprise/modules/apps/apps.manifest.inc [line] => 181 [function] => apps_request_manifest_image_process [args] => Array ( [0] => Array ( [featured app] => enterprise_blog [manifest version] => 1.0 [apps] => Array ( [0] => Array ( [name] => Blog [machine_name] => enterprise_blog [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-rc1 [key] => enterprise_blog 7.x [description] => A multi-user full featured blog app. Has many of the features of wordpress. [author] => LevelTen Interactive [author_url] => http://apps.leveltendesign.com [logo] => Array ( [fid] => 1 [uid] => 1 [filename] => blog.png [uri] => public://apps/blog.png [filemime] => image/png [filesize] => 8993 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/blog.png [title] => Blog Logo [alt] => Blog Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 2 [uid] => 1 [filename] => enterprise_blog_screenshot.png [uri] => public://apps/enterprise_blog_screenshot.png [filemime] => image/png [filesize] => 37426 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/enterprise_blog_screenshot.png [title] => Blog Screenshot 0 [alt] => Blog Screenshot 0 ) ) [downloadable] => enterprise_blog 7.x [downloadables] => Array ( [enterprise_blog 7.x] => http://ftp.drupal.org/files/projects/enterprise_blog-7.x-1.0-rc1.tar.gz [block_views 7.x] => http://ftp.drupal.org/files/projects/block_views-7.x-1.0-beta2.tar.gz [ctools 7.x] => http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz [date 7.x] => http://ftp.drupal.org/files/projects/date-7.x-2.5.tar.gz [enterprise_base 7.x] => http://ftp.drupal.org/files/projects/enterprise_base-7.x-1.0-beta11.tar.gz [entity 7.x] => http://ftp.drupal.org/files/projects/entity-7.x-1.0-rc2.tar.gz [features 7.x] => http://ftp.drupal.org/files/projects/features-7.x-1.0-rc2.tar.gz [realname 7.x] => http://ftp.drupal.org/files/projects/realname-7.x-1.0.tar.gz [save_draft 7.x] => http://ftp.drupal.org/files/projects/save_draft-7.x-1.4.tar.gz [scheduler 7.x] => http://ftp.drupal.org/files/projects/scheduler-7.x-1.0.tar.gz [strongarm 7.x] => http://ftp.drupal.org/files/projects/strongarm-7.x-2.0-rc1.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [views 7.x] => http://ftp.drupal.org/files/projects/views-7.x-3.3.tar.gz [views_bulk_operations 7.x] => http://ftp.drupal.org/files/projects/views_bulk_operations-7.x-3.0-rc1.t... ) [dependencies] => Array ( [block_views] => block_views 7.x [ctools] => ctools 7.x [date] => date 7.x [enterprise_base] => enterprise_base 7.x [entity] => entity 7.x [features] => features 7.x [realname] => realname 7.x [save_draft] => save_draft 7.x [scheduler] => scheduler 7.x [strongarm] => strongarm 7.x [token] => token 7.x [views] => views 7.x [views_bulk_operations] => views_bulk_operations 7.x ) ) [1] => Array ( [name] => Development [machine_name] => devel [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.2 [key] => devel 7.x [description] => This app adds the most commonly used development modules to your site. If you are doing development in Drupal, this app is essential. [author] => Drupal.org [author_url] => http://drupal.org/project/devel [logo] => Array ( [fid] => 3 [uid] => 1 [filename] => development_tools.png [uri] => public://apps/development_tools.png [filemime] => image/png [filesize] => 10745 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/development_tools.png [title] => Development Logo [alt] => Development Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 4 [uid] => 1 [filename] => devel-dpm.png [uri] => public://apps/devel-dpm.png [filemime] => image/png [filesize] => 96246 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/devel-dpm.png [title] => Development Screenshot 1 [alt] => Development Screenshot 1 ) ) [downloadable] => devel 7.x [downloadables] => Array ( [devel 7.x] => http://ftp.drupal.org/files/projects/devel-7.x-1.2.tar.gz [coder 7.x] => http://ftp.drupal.org/files/projects/coder-7.x-1.0.tar.gz [diff 7.x] => http://ftp.drupal.org/files/projects/diff-7.x-2.0.tar.gz [environment_indicator 7.x] => http://ftp.drupal.org/files/projects/environment_indicator-7.x-1.1.tar.gz [hacked 7.x] => http://ftp.drupal.org/files/projects/hacked-7.x-2.0-beta4.tar.gz [reroute_email 7.x] => http://ftp.drupal.org/files/projects/reroute_email-7.x-1.1.tar.gz [schema 7.x] => http://ftp.drupal.org/files/projects/schema-7.x-1.0-beta3.tar.gz [devel_themer 7.x] => http://ftp.drupal.org/files/projects/devel_themer-7.x-1.x-dev.tar.gz [admin_menu 7.x] => http://ftp.drupal.org/files/projects/admin_menu-7.x-3.0-rc3.tar.gz ) [dependencies] => Array ( [coder] => coder 7.x [diff] => diff 7.x [environment_indicator] => environment_indicator 7.x [hacked] => hacked 7.x [reroute_email] => reroute_email 7.x [schema] => schema 7.x [devel_themer] => devel_themer 7.x [admin_menu] => admin_menu 7.x ) ) [2] => Array ( [name] => Events [machine_name] => enterprise_events [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-beta4 [key] => enterprise_events 7.x [description] => Provides a content type for managing time based events. Includes chronological listing of events. [author] => [author_url] => [logo] => Array ( [fid] => 5 [uid] => 1 [filename] => events_icon2.png [uri] => public://apps/events_icon2.png [filemime] => image/png [filesize] => 43504 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/events_icon2.png [title] => Events Logo [alt] => Events Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 6 [uid] => 1 [filename] => enterprise_events_screenshot.png [uri] => public://apps/enterprise_events_screenshot.png [filemime] => image/png [filesize] => 94933 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/enterprise_events_screenshot.png [title] => Events Screenshot 2 [alt] => Events Screenshot 2 ) ) [downloadable] => enterprise_events 7.x [downloadables] => Array ( [enterprise_events 7.x] => http://ftp.drupal.org/files/projects/enterprise_events-7.x-1.0-beta4.tar.gz [block_views 7.x] => http://ftp.drupal.org/files/projects/block_views-7.x-1.0-beta2.tar.gz [ctools 7.x] => http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz [date 7.x] => http://ftp.drupal.org/files/projects/date-7.x-2.5.tar.gz [enterprise_base 7.x] => http://ftp.drupal.org/files/projects/enterprise_base-7.x-1.0-beta11.tar.gz [entity 7.x] => http://ftp.drupal.org/files/projects/entity-7.x-1.0-rc2.tar.gz [features 7.x] => http://ftp.drupal.org/files/projects/features-7.x-1.0-rc2.tar.gz [strongarm 7.x] => http://ftp.drupal.org/files/projects/strongarm-7.x-2.0-rc1.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [views 7.x] => http://ftp.drupal.org/files/projects/views-7.x-3.3.tar.gz [views_bulk_operations 7.x] => http://ftp.drupal.org/files/projects/views_bulk_operations-7.x-3.0-rc1.t... ) [dependencies] => Array ( [block_views] => block_views 7.x [ctools] => ctools 7.x [date] => date 7.x [enterprise_base] => enterprise_base 7.x [entity] => entity 7.x [features] => features 7.x [strongarm] => strongarm 7.x [token] => token 7.x [views] => views 7.x [views_bulk_operations] => views_bulk_operations 7.x ) ) [3] => Array ( [name] => FAQ [machine_name] => enterprise_faq [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-beta9 [key] => enterprise_faq 7.x [description] => Enables creation of answers to frequently asked questions using a standard FAQ format. [author] => [author_url] => [logo] => Array ( [fid] => 7 [uid] => 1 [filename] => fac_icon2.png [uri] => public://apps/fac_icon2.png [filemime] => image/png [filesize] => 89367 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/fac_icon2.png [title] => FAQ Logo [alt] => FAQ Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 8 [uid] => 1 [filename] => enterprise_faq_screenshot.png [uri] => public://apps/enterprise_faq_screenshot.png [filemime] => image/png [filesize] => 109008 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/enterprise_faq_screenshot.png [title] => FAQ Screenshot 3 [alt] => FAQ Screenshot 3 ) ) [downloadable] => enterprise_faq 7.x [downloadables] => Array ( [enterprise_faq 7.x] => http://ftp.drupal.org/files/projects/enterprise_faq-7.x-1.0-beta9.tar.gz [block_views 7.x] => http://ftp.drupal.org/files/projects/block_views-7.x-1.0-beta2.tar.gz [ctools 7.x] => http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz [enterprise_base 7.x] => http://ftp.drupal.org/files/projects/enterprise_base-7.x-1.0-beta11.tar.gz [entity 7.x] => http://ftp.drupal.org/files/projects/entity-7.x-1.0-rc2.tar.gz [features 7.x] => http://ftp.drupal.org/files/projects/features-7.x-1.0-rc2.tar.gz [strongarm 7.x] => http://ftp.drupal.org/files/projects/strongarm-7.x-2.0-rc1.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [views 7.x] => http://ftp.drupal.org/files/projects/views-7.x-3.3.tar.gz [views_bulk_operations 7.x] => http://ftp.drupal.org/files/projects/views_bulk_operations-7.x-3.0-rc1.t... ) [dependencies] => Array ( [block_views] => block_views 7.x [ctools] => ctools 7.x [enterprise_base] => enterprise_base 7.x [entity] => entity 7.x [features] => features 7.x [strongarm] => strongarm 7.x [token] => token 7.x [views] => views 7.x [views_bulk_operations] => views_bulk_operations 7.x ) ) [4] => Array ( [name] => Forum [machine_name] => enterprise_forum [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-alpha2 [key] => enterprise_forum 7.x [description] => A community discussion boards with topics and threaded comments. [author] => LevelTen Interactive [author_url] => http://www.leveltendesign.com [logo] => Array ( [fid] => 9 [uid] => 1 [filename] => forum_icon.jpg [uri] => public://apps/forum_icon.jpg [filemime] => image/jpeg [filesize] => 3892 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/forum_icon.jpg [title] => Forum Logo [alt] => Forum Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 10 [uid] => 1 [filename] => forum_screenshot_0.png [uri] => public://apps/forum_screenshot_0.png [filemime] => image/png [filesize] => 106195 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/forum_screenshot_0.png [title] => Forum Screenshot 4 [alt] => Forum Screenshot 4 ) ) [downloadable] => enterprise_forum 7.x [downloadables] => Array ( [enterprise_forum 7.x] => http://ftp.drupal.org/files/projects/enterprise_forum-7.x-1.0-alpha2.tar.gz [advanced_forum 7.x] => http://ftp.drupal.org/files/projects/advanced_forum-7.x-2.0.tar.gz [block_views 7.x] => http://ftp.drupal.org/files/projects/block_views-7.x-1.0-beta2.tar.gz [ctools 7.x] => http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz [enterprise_base 7.x] => http://ftp.drupal.org/files/projects/enterprise_base-7.x-1.0-beta11.tar.gz [entity 7.x] => http://ftp.drupal.org/files/projects/entity-7.x-1.0-rc2.tar.gz [features 7.x] => http://ftp.drupal.org/files/projects/features-7.x-1.0-rc2.tar.gz [strongarm 7.x] => http://ftp.drupal.org/files/projects/strongarm-7.x-2.0-rc1.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [views 7.x] => http://ftp.drupal.org/files/projects/views-7.x-3.3.tar.gz [views_bulk_operations 7.x] => http://ftp.drupal.org/files/projects/views_bulk_operations-7.x-3.0-rc1.t... ) [dependencies] => Array ( [advanced_forum] => advanced_forum 7.x [block_views] => block_views 7.x [ctools] => ctools 7.x [enterprise_base] => enterprise_base 7.x [entity] => entity 7.x [features] => features 7.x [strongarm] => strongarm 7.x [token] => token 7.x [views] => views 7.x [views_bulk_operations] => views_bulk_operations 7.x ) ) [5] => Array ( [name] => Images [machine_name] => enterprise_images [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-beta8 [key] => enterprise_images 7.x [description] => Enterprise Images is an App for managing images content and displaying image galleries. [author] => LevelTen Interactive [author_url] => http://www.leveltendesign.com [logo] => Array ( [fid] => 11 [uid] => 1 [filename] => synfig_icon.png [uri] => public://apps/synfig_icon.png [filemime] => image/png [filesize] => 13033 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/synfig_icon.png [title] => Images Logo [alt] => Images Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 12 [uid] => 1 [filename] => enterprise_base_admin_screenshot.png [uri] => public://apps/enterprise_base_admin_screenshot.png [filemime] => image/png [filesize] => 244585 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/enterprise_base_admin_screenshot.png [title] => Images Screenshot 5 [alt] => Images Screenshot 5 ) ) [downloadable] => enterprise_images 7.x [downloadables] => Array ( [enterprise_images 7.x] => http://ftp.drupal.org/files/projects/enterprise_images-7.x-1.0-beta8.tar.gz [libraries 7.x] => http://ftp.drupal.org/files/projects/libraries-7.x-2.0-alpha2.tar.gz [block_views 7.x] => http://ftp.drupal.org/files/projects/block_views-7.x-1.0-beta2.tar.gz [ctools 7.x] => http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz [colorbox 7.x] => http://ftp.drupal.org/files/projects/colorbox-7.x-1.3.tar.gz [enterprise_base 7.x] => http://ftp.drupal.org/files/projects/enterprise_base-7.x-1.0-beta11.tar.gz [entity 7.x] => http://ftp.drupal.org/files/projects/entity-7.x-1.0-rc2.tar.gz [features 7.x] => http://ftp.drupal.org/files/projects/features-7.x-1.0-rc2.tar.gz [media 7.x-1.0-rc3] => http://ftp.drupal.org/files/projects/media-7.x-1.0-rc3.tar.gz [strongarm 7.x] => http://ftp.drupal.org/files/projects/strongarm-7.x-2.0-rc1.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [views 7.x] => http://ftp.drupal.org/files/projects/views-7.x-3.3.tar.gz [views_bulk_operations 7.x] => http://ftp.drupal.org/files/projects/views_bulk_operations-7.x-3.0-rc1.t... [colorbox library] => http://jacklmoore.com/colorbox/colorbox.zip ) [dependencies] => Array ( [libraries] => libraries 7.x [block_views] => block_views 7.x [ctools] => ctools 7.x [colorbox] => colorbox 7.x [enterprise_base] => enterprise_base 7.x [entity] => entity 7.x [features] => features 7.x [media] => media 7.x-1.0-rc3 [strongarm] => strongarm 7.x [token] => token 7.x [views] => views 7.x [views_bulk_operations] => views_bulk_operations 7.x ) [libraries] => Array ( [colorbox_library] => colorbox library ) ) [6] => Array ( [name] => Links [machine_name] => enterprise_links [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-alpha5 [key] => enterprise_links 7.x [description] => Manages online resource links. It can be used to keep a short list of valuable resources or the basis for a full blown link directory like dmoz.org. [author] => LevelTen Interactive [author_url] => http://www.leveltendesign.com [logo] => Array ( [fid] => 13 [uid] => 1 [filename] => links_icon.png [uri] => public://apps/links_icon.png [filemime] => image/png [filesize] => 9411 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/links_icon.png [title] => Links Logo [alt] => Links Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 14 [uid] => 1 [filename] => links_screenshot.png [uri] => public://apps/links_screenshot.png [filemime] => image/png [filesize] => 87500 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/links_screenshot.png [title] => Links Screenshot 6 [alt] => Links Screenshot 6 ) ) [downloadable] => enterprise_links 7.x [downloadables] => Array ( [enterprise_links 7.x] => http://ftp.drupal.org/files/projects/enterprise_links-7.x-1.0-alpha5.tar.gz [block_views 7.x] => http://ftp.drupal.org/files/projects/block_views-7.x-1.0-beta2.tar.gz [ctools 7.x] => http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz [enterprise_base 7.x] => http://ftp.drupal.org/files/projects/enterprise_base-7.x-1.0-beta11.tar.gz [entity 7.x] => http://ftp.drupal.org/files/projects/entity-7.x-1.0-rc2.tar.gz [features 7.x] => http://ftp.drupal.org/files/projects/features-7.x-1.0-rc2.tar.gz [link 7.x] => http://ftp.drupal.org/files/projects/link-7.x-1.0.tar.gz [strongarm 7.x] => http://ftp.drupal.org/files/projects/strongarm-7.x-2.0-rc1.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [views 7.x] => http://ftp.drupal.org/files/projects/views-7.x-3.3.tar.gz ) [dependencies] => Array ( [block_views] => block_views 7.x [ctools] => ctools 7.x [enterprise_base] => enterprise_base 7.x [entity] => entity 7.x [features] => features 7.x [link] => link 7.x [strongarm] => strongarm 7.x [token] => token 7.x [views] => views 7.x ) ) [7] => Array ( [name] => Locations [machine_name] => enterprise_location [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-beta4 [key] => enterprise_location 7.x [description] => Enables management of locations as content. Address are automatically geocoded to enable map displays. You can view groups of locations on a map or as a listing. [author] => LevelTen Interactive [author_url] => http://www.leveltendesign.com [logo] => Array ( [fid] => 15 [uid] => 1 [filename] => map_snippet_0.png [uri] => public://apps/map_snippet_0.png [filemime] => image/png [filesize] => 108781 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/map_snippet_0.png [title] => Locations Logo [alt] => Locations Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 16 [uid] => 1 [filename] => enterprise_location_screenshot_0.png [uri] => public://apps/enterprise_location_screenshot_0.png [filemime] => image/png [filesize] => 341310 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/enterprise_location_screenshot_0.png [title] => Locations Screenshot 7 [alt] => Locations Screenshot 7 ) ) [downloadable] => enterprise_location 7.x [downloadables] => Array ( [enterprise_location 7.x] => http://ftp.drupal.org/files/projects/enterprise_location-7.x-1.0-beta4.t... [libraries 7.x] => http://ftp.drupal.org/files/projects/libraries-7.x-2.0-alpha2.tar.gz [addressfield 7.x] => http://ftp.drupal.org/files/projects/addressfield-7.x-1.0-beta2.tar.gz [block_views 7.x] => http://ftp.drupal.org/files/projects/block_views-7.x-1.0-beta2.tar.gz [ctools 7.x] => http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz [enterprise_base 7.x] => http://ftp.drupal.org/files/projects/enterprise_base-7.x-1.0-beta11.tar.gz [entity 7.x] => http://ftp.drupal.org/files/projects/entity-7.x-1.0-rc2.tar.gz [features 7.x] => http://ftp.drupal.org/files/projects/features-7.x-1.0-rc2.tar.gz [geocoder 7.x] => http://ftp.drupal.org/files/projects/geocoder-7.x-1.1.tar.gz [geofield 7.x] => http://ftp.drupal.org/files/projects/geofield-7.x-2.x-dev.tar.gz [strongarm 7.x] => http://ftp.drupal.org/files/projects/strongarm-7.x-2.0-rc1.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [views 7.x] => http://ftp.drupal.org/files/projects/views-7.x-3.3.tar.gz [views_bulk_operations 7.x] => http://ftp.drupal.org/files/projects/views_bulk_operations-7.x-3.0-rc1.t... [geoPHP] => https://github.com/downloads/phayes/geoPHP/geoPHP.tar.gz ) [dependencies] => Array ( [libraries] => libraries 7.x [addressfield] => addressfield 7.x [block_views] => block_views 7.x [ctools] => ctools 7.x [enterprise_base] => enterprise_base 7.x [entity] => entity 7.x [features] => features 7.x [geocoder] => geocoder 7.x [geofield] => geofield 7.x [strongarm] => strongarm 7.x [token] => token 7.x [views] => views 7.x [views_bulk_operations] => views_bulk_operations 7.x ) [libraries] => Array ( [geophp] => geoPHP ) ) [8] => Array ( [name] => Rotating Banner [machine_name] => enterprise_rotator [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-rc1 [key] => enterprise_rotator 7.x [description] => A rotating banner of slides with links. Very common on the home page. [author] => LevelTen Marketplace [author_url] => http://apps.leveltendesign.com [logo] => Array ( [fid] => 17 [uid] => 1 [filename] => rotator.png [uri] => public://apps/rotator.png [filemime] => image/png [filesize] => 10524 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/rotator.png [title] => Rotating Banner Logo [alt] => Rotating Banner Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 18 [uid] => 1 [filename] => rotator_screen_shot.png [uri] => public://apps/rotator_screen_shot.png [filemime] => image/png [filesize] => 149304 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/rotator_screen_shot.png [title] => Rotating Banner Screenshot 8 [alt] => Rotating Banner Screenshot 8 ) ) [downloadable] => enterprise_rotator 7.x [downloadables] => Array ( [enterprise_rotator 7.x] => http://ftp.drupal.org/files/projects/enterprise_rotator-7.x-1.0-rc1.tar.gz [views_slideshow 7.x-3.x-dev] => http://ftp.drupal.org/files/projects/views_slideshow-7.x-3.x-dev.tar.gz [jquery.cycle] => http://apps.leveltendesign.com/sites/default/files/jquery.cycle.tgz ) [dependencies] => Array ( [views_slideshow] => views_slideshow 7.x-3.x-dev ) [libraries] => Array ( [jquery.cycle] => jquery.cycle ) ) [9] => Array ( [name] => SEO Essentials [machine_name] => seo [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-beta3 [key] => seo 7.x [description] => Essential search engine optimization features for your website. SEO Essentials is a more limited set of modules than those contained in SEO Tools. If you have installed SEO Tools, you do not need SEO Essentials. [author] => [author_url] => [logo] => Array ( [fid] => 19 [uid] => 1 [filename] => seo_tools_0.png [uri] => public://apps/seo_tools_0.png [filemime] => image/png [filesize] => 7623 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/seo_tools_0.png [title] => SEO Essentials Logo [alt] => SEO Essentials Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 20 [uid] => 1 [filename] => seo_tools_screen_shot_0.png [uri] => public://apps/seo_tools_screen_shot_0.png [filemime] => image/png [filesize] => 50794 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/seo_tools_screen_shot_0.png [title] => SEO Essentials Screenshot 9 [alt] => SEO Essentials Screenshot 9 ) ) [downloadable] => seo 7.x [downloadables] => Array ( [seo 7.x] => http://ftp.drupal.org/files/projects/seo-7.x-1.0-beta3.tar.gz [globalredirect 7.x] => http://ftp.drupal.org/files/projects/globalredirect-7.x-1.4.tar.gz [metatag 7.x] => http://ftp.drupal.org/files/projects/metatag-7.x-1.0-alpha6.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [pathauto 7.x] => http://ftp.drupal.org/files/projects/pathauto-7.x-1.1.tar.gz [redirect 7.x] => http://ftp.drupal.org/files/projects/redirect-7.x-1.0-beta4.tar.gz [xmlsitemap 7.x] => http://ftp.drupal.org/files/projects/xmlsitemap-7.x-2.0-rc1.tar.gz ) [dependencies] => Array ( [globalredirect] => globalredirect 7.x [metatag] => metatag 7.x [token] => token 7.x [pathauto] => pathauto 7.x [redirect] => redirect 7.x [xmlsitemap] => xmlsitemap 7.x ) ) [10] => Array ( [name] => SEO Tools [machine_name] => seotools [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-alpha5 [key] => seotools 7.x [description] => Suite of advanced SEO tools including keyword research and content analysis. SEO Tools includes all of the features of SEO Essentials plus many other tools for doing SEO in Drupal. (Due to a bug in apps, you must install google_analytics manually before this app will install.) [author] => Tom McCracken [author_url] => [logo] => Array ( [fid] => 21 [uid] => 1 [filename] => seo_tools.png [uri] => public://apps/seo_tools.png [filemime] => image/png [filesize] => 7623 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/seo_tools.png [title] => SEO Tools Logo [alt] => SEO Tools Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 22 [uid] => 1 [filename] => seo_tools_screen_shot.png [uri] => public://apps/seo_tools_screen_shot.png [filemime] => image/png [filesize] => 50794 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/seo_tools_screen_shot.png [title] => SEO Tools Screenshot 10 [alt] => SEO Tools Screenshot 10 ) ) [downloadable] => seotools 7.x [downloadables] => Array ( [seotools 7.x] => http://ftp.drupal.org/files/projects/seotools-7.x-1.0-alpha5.tar.gz [alchemy 7.x] => http://ftp.drupal.org/files/projects/alchemy-7.x-1.0-beta1.tar.gz [ctools 7.x] => http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz [contentanalysis 7.x] => http://ftp.drupal.org/files/projects/contentanalysis-7.x-1.0-beta5.tar.gz [contentoptimizer 7.x] => http://ftp.drupal.org/files/projects/contentoptimizer-7.x-2.0-beta4.tar.gz [globalredirect 7.x] => http://ftp.drupal.org/files/projects/globalredirect-7.x-1.4.tar.gz [insight 7.x] => http://ftp.drupal.org/files/projects/insight-7.x-1.0-alpha2.tar.gz [kwresearch 7.x] => http://ftp.drupal.org/files/projects/kwresearch-7.x-1.0-alpha3.tar.gz [libraries 7.x] => http://ftp.drupal.org/files/projects/libraries-7.x-2.0-alpha2.tar.gz [metatag 7.x] => http://ftp.drupal.org/files/projects/metatag-7.x-1.0-alpha6.tar.gz [pathauto 7.x] => http://ftp.drupal.org/files/projects/pathauto-7.x-1.1.tar.gz [redirect 7.x] => http://ftp.drupal.org/files/projects/redirect-7.x-1.0-beta4.tar.gz [wordstream 7.x] => http://ftp.drupal.org/files/projects/wordstream-7.x-1.0-rc1.tar.gz [xmlsitemap 7.x] => http://ftp.drupal.org/files/projects/xmlsitemap-7.x-2.0-rc1.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [features 7.x] => http://ftp.drupal.org/files/projects/features-7.x-1.0-rc2.tar.gz [strongarm 7.x] => http://ftp.drupal.org/files/projects/strongarm-7.x-2.0-rc1.tar.gz ) [dependencies] => Array ( [alchemy] => alchemy 7.x [ctools] => ctools 7.x [contentanalysis] => contentanalysis 7.x [contentoptimizer] => contentoptimizer 7.x [globalredirect] => globalredirect 7.x [insight] => insight 7.x [kwresearch] => kwresearch 7.x [libraries] => libraries 7.x [metatag] => metatag 7.x [pathauto] => pathauto 7.x [redirect] => redirect 7.x [wordstream] => wordstream 7.x [xmlsitemap] => xmlsitemap 7.x [token] => token 7.x [features] => features 7.x [strongarm] => strongarm 7.x ) ) [11] => Array ( [name] => Social Media [machine_name] => socialmedia [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-beta11 [key] => socialmedia 7.x [description] => Help you socialize your site. [author] => Tom McCracken [author_url] => [logo] => Array ( [fid] => 23 [uid] => 1 [filename] => social_media_0.png [uri] => public://apps/social_media_0.png [filemime] => image/png [filesize] => 10529 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/social_media_0.png [title] => Social Media Logo [alt] => Social Media Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 24 [uid] => 1 [filename] => socialmedia_setup_wizard.png [uri] => public://apps/socialmedia_setup_wizard.png [filemime] => image/png [filesize] => 208502 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/socialmedia_setup_wizard.png [title] => Social Media Screenshot 11 [alt] => Social Media Screenshot 11 ) ) [downloadable] => socialmedia 7.x [downloadables] => Array ( [socialmedia 7.x] => http://ftp.drupal.org/files/projects/socialmedia-7.x-1.0-beta11.tar.gz [widgets 7.x] => http://ftp.drupal.org/files/projects/widgets-7.x-1.0-beta5.tar.gz ) [dependencies] => Array ( [widgets] => widgets 7.x ) ) [12] => Array ( [name] => Videos [machine_name] => enterprise_video [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-alpha5 [key] => enterprise_video 7.x [description] => Provides video content management. Enables playing of uploaded or embeded videos from YouTube. [author] => [author_url] => [logo] => Array ( [fid] => 25 [uid] => 1 [filename] => enterprise_video_icon_1.png [uri] => public://apps/enterprise_video_icon_1.png [filemime] => image/png [filesize] => 20307 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/enterprise_video_icon_1.png [title] => Videos Logo [alt] => Videos Logo ) [screenshots] => Array ( [0] => Array ( [fid] => 26 [uid] => 1 [filename] => open_enterprise_screenshot_1.png [uri] => public://apps/open_enterprise_screenshot_1.png [filemime] => image/png [filesize] => 457347 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/open_enterprise_screenshot_1.png [title] => Videos Screenshot 12 [alt] => Videos Screenshot 12 ) ) [downloadable] => enterprise_video 7.x [downloadables] => Array ( [enterprise_video 7.x] => http://ftp.drupal.org/files/projects/enterprise_video-7.x-1.0-alpha5.tar.gz [enterprise_base 7.x] => http://ftp.drupal.org/files/projects/enterprise_base-7.x-1.0-beta11.tar.gz [media 7.x-1.0-rc3] => http://ftp.drupal.org/files/projects/media-7.x-1.0-rc3.tar.gz [ctools 7.x] => http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz [entity 7.x] => http://ftp.drupal.org/files/projects/entity-7.x-1.0-rc2.tar.gz [features 7.x] => http://ftp.drupal.org/files/projects/features-7.x-1.0-rc2.tar.gz [strongarm 7.x] => http://ftp.drupal.org/files/projects/strongarm-7.x-2.0-rc1.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [views 7.x] => http://ftp.drupal.org/files/projects/views-7.x-3.3.tar.gz [views_bulk_operations 7.x] => http://ftp.drupal.org/files/projects/views_bulk_operations-7.x-3.0-rc1.t... [file_entity 7.x] => http://ftp.drupal.org/files/projects/file_entity-7.x-2.0-unstable5.tar.gz [media_youtube 7.x] => http://ftp.drupal.org/files/projects/media_youtube-7.x-2.0-alpha2.tar.gz ) [dependencies] => Array ( [enterprise_base] => enterprise_base 7.x [media] => media 7.x-1.0-rc3 [ctools] => ctools 7.x [entity] => entity 7.x [features] => features 7.x [strongarm] => strongarm 7.x [token] => token 7.x [views] => views 7.x [views_bulk_operations] => views_bulk_operations 7.x [file_entity] => file_entity 7.x [media_youtube] => media_youtube 7.x ) ) [13] => Array ( [name] => Webform [machine_name] => enterprise_webform [location] => [major_version] => 7.x [pin_version] => [version] => 7.x-1.0-alpha2 [key] => enterprise_webform 7.x [description] => Enables you to add web forms to your site that can be emailed and/or saved to a database. Includes a contact us example form but allows you to build any number of custom forms. [author] => [author_url] => [logo] => Array ( [fid] => 27 [uid] => 1 [filename] => webform_icon_0.png [uri] => public://apps/webform_icon_0.png [filemime] => image/png [filesize] => 7798 [status] => 1 [timestamp] => 1355389629 [rdf_mapping] => Array ( ) [path] => public://apps/webform_icon_0.png [title] => Webform Logo [alt] => Webform Logo ) [screenshots] => Array ( [0] => http://apps.leveltendesign.com/sites/default/files/screenshots/webform_s... ) [downloadable] => enterprise_webform 7.x [downloadables] => Array ( [enterprise_webform 7.x] => http://ftp.drupal.org/files/projects/enterprise_webform-7.x-1.0-alpha2.t... [block_views 7.x] => http://ftp.drupal.org/files/projects/block_views-7.x-1.0-beta2.tar.gz [ctools 7.x] => http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz [enterprise_base 7.x] => http://ftp.drupal.org/files/projects/enterprise_base-7.x-1.0-beta11.tar.gz [entity 7.x] => http://ftp.drupal.org/files/projects/entity-7.x-1.0-rc2.tar.gz [features 7.x] => http://ftp.drupal.org/files/projects/features-7.x-1.0-rc2.tar.gz [node_export 7.x] => http://ftp.drupal.org/files/projects/node_export-7.x-3.0-rc2.tar.gz [strongarm 7.x] => http://ftp.drupal.org/files/projects/strongarm-7.x-2.0-rc1.tar.gz [token 7.x] => http://ftp.drupal.org/files/projects/token-7.x-1.1.tar.gz [uuid 7.x] => http://ftp.drupal.org/files/projects/uuid-7.x-1.0-alpha3.tar.gz [views 7.x] => http://ftp.drupal.org/files/projects/views-7.x-3.3.tar.gz [views_bulk_operations 7.x] => http://ftp.drupal.org/files/projects/views_bulk_operations-7.x-3.0-rc1.t... [webform 7.x] => http://ftp.drupal.org/files/projects/webform-7.x-4.0-alpha1.tar.gz ) [dependencies] => Array ( [block_views] => block_views 7.x [ctools] => ctools 7.x [enterprise_base] => enterprise_base 7.x [entity] => entity 7.x [features] => features 7.x [node_export] => node_export 7.x [strongarm] => strongarm 7.x [token] => token 7.x [uuid] => uuid 7.x [views] => views 7.x [views_bulk_operations] => views_bulk_operations 7.x [webform] => webform 7.x ) ) ) ) ) ) [8] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/profiles/openenterprise/modules/apps/apps.manifest.inc [line] => 304 [function] => apps_request_manifest [args] => Array ( [0] => Array ( [title] => LevelTen [description] => Apps from LevelTen Interactive [manifest] => http://apps.leveltendesign.com/app/query [profile] => openenterprise [profile_version] => 7.x-1.0-rc3 [server_name] => [server_ip] => [name] => levelten ) ) ) [9] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/profiles/openenterprise/modules/apps/apps.manifest.inc [line] => 89 [function] => apps_manifest [args] => Array ( [0] => Array ( [title] => LevelTen [description] => Apps from LevelTen Interactive [manifest] => http://apps.leveltendesign.com/app/query [profile] => openenterprise [profile_version] => 7.x-1.0-rc3 [server_name] => [server_ip] => [name] => levelten ) ) ) [10] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/profiles/openenterprise/modules/apps/apps.profile.inc [line] => 304 [function] => apps_apps [args] => Array ( [0] => levelten [1] => Array ( [installed] => 1 ) [2] => 1 ) ) [11] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/includes/install.core.inc [line] => 424 [function] => apps_profile_enable_app_modules [args] => Array ( [0] => Array ( [parameters] => Array ( [profile] => openenterprise [locale] => en [q] => ) [settings_verified] => 1 [forms] => Array ( [install_settings_form] => Array ( [driver] => mysql [database] => domaincom [username] => domaincom [password] => yE5JW8C7Ke [host] => localhost [port] => 3306 [db_prefix] => ) [install_configure_form] => Array ( [site_name] => domain.com [site_mail] => webmaster@domain.com [account] => Array ( [name] => admin [mail] => webmaster@domain.com [pass] => Array ( [pass1] => B7FzBqPm5P [pass2] => B7FzBqPm5P ) ) [update_status_module] => Array ( [1] => 1 [2] => 1 ) [clean_url] => 1 ) ) [interactive] => [active_task] => apps_profile_enable_app_modules_levelten [completed_task] => [database_tables_exist] => 1 [installation_finished] => [locales] => Array ( [0] => stdClass Object ( [name] => en [langcode] => en ) ) [parameters_changed] => [profile_info] => Array ( [name] => OpenEnterprise [description] => OpenEnterprise Distribution by LevelTen Interactive [distribution_name] => OpenEnterprise [dependencies] => Array ( [0] => user [1] => text [2] => field_sql_storage [3] => field [4] => node [5] => filter [6] => system [7] => block [8] => comment [9] => contextual [10] => dashboard [11] => help [12] => image [13] => list [14] => menu [15] => number [16] => options [17] => path [18] => taxonomy [19] => syslog [20] => search [21] => shortcut [22] => overlay [23] => field_ui [24] => file [25] => rdf [26] => date [27] => date_popup [28] => date_views [29] => field_group [30] => link [31] => options_element [32] => references [33] => node_reference [34] => user_reference [35] => globalredirect [36] => pathauto [37] => redirect [38] => transliteration [39] => imce_wysiwyg [40] => imce [41] => wysiwyg [42] => wysiwyg_filter [43] => caption_filter [44] => insert [45] => image_resize_filter [46] => filefield_sources [47] => backports [48] => block_visibility [49] => elements [50] => navigation404 [51] => nodeconnect [52] => simplified_menu_admin [53] => admin_menu [54] => admin_menu_toolbar [55] => apps [56] => backup_migrate [57] => ctools [58] => defaultcontent [59] => email_registration [60] => entity [61] => entitycache [62] => features [63] => libraries [64] => menu_block [65] => page_manager [66] => panels [67] => strongarm [68] => token [69] => total_control [70] => views [71] => views_content [72] => views_ui [73] => views_bulk_operations ) [files] => Array ( [0] => openenterprise.profile ) [stylesheets] => Array ( [all] => Array ( [0] => wysiwyg_align.css ) ) [version] => 7.x-1.0-rc3 [core] => 7.x [project] => openenterprise [datestamp] => 1337628667 [hidden] => [php] => 5.2.4 [php_memory_limit] => 32M ) [profiles] => Array ( [openenterprise] => stdClass Object ( [uri] => ./profiles/openenterprise/openenterprise.profile [filename] => openenterprise.profile [name] => openenterprise ) ) [server] => Array ( ) [stop_page_request] => [task_not_complete] => [tasks_performed] => Array ( [0] => install_select_profile [1] => install_select_locale [2] => install_load_profile [3] => install_verify_requirements [4] => install_system_module [5] => install_bootstrap_full [6] => install_profile_modules [7] => install_configure_form [8] => apps_install_verify [9] => apps_profile_apps_select_form_levelten ) ) ) ) [12] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/includes/install.core.inc [line] => 339 [function] => install_run_task [args] => Array ( [0] => Array ( [display] => [type] => batch [run] => 3 [function] => apps_profile_enable_app_modules [display_name] => ) [1] => Array ( [parameters] => Array ( [profile] => openenterprise [locale] => en [q] => ) [settings_verified] => 1 [forms] => Array ( [install_settings_form] => Array ( [driver] => mysql [database] => domaincom [username] => domaincom [password] => yE5JW8C7Ke [host] => localhost [port] => 3306 [db_prefix] => ) [install_configure_form] => Array ( [site_name] => domain.com [site_mail] => webmaster@domain.com [account] => Array ( [name] => admin [mail] => webmaster@domain.com [pass] => Array ( [pass1] => B7FzBqPm5P [pass2] => B7FzBqPm5P ) ) [update_status_module] => Array ( [1] => 1 [2] => 1 ) [clean_url] => 1 ) ) [interactive] => [active_task] => apps_profile_enable_app_modules_levelten [completed_task] => [database_tables_exist] => 1 [installation_finished] => [locales] => Array ( [0] => stdClass Object ( [name] => en [langcode] => en ) ) [parameters_changed] => [profile_info] => Array ( [name] => OpenEnterprise [description] => OpenEnterprise Distribution by LevelTen Interactive [distribution_name] => OpenEnterprise [dependencies] => Array ( [0] => user [1] => text [2] => field_sql_storage [3] => field [4] => node [5] => filter [6] => system [7] => block [8] => comment [9] => contextual [10] => dashboard [11] => help [12] => image [13] => list [14] => menu [15] => number [16] => options [17] => path [18] => taxonomy [19] => syslog [20] => search [21] => shortcut [22] => overlay [23] => field_ui [24] => file [25] => rdf [26] => date [27] => date_popup [28] => date_views [29] => field_group [30] => link [31] => options_element [32] => references [33] => node_reference [34] => user_reference [35] => globalredirect [36] => pathauto [37] => redirect [38] => transliteration [39] => imce_wysiwyg [40] => imce [41] => wysiwyg [42] => wysiwyg_filter [43] => caption_filter [44] => insert [45] => image_resize_filter [46] => filefield_sources [47] => backports [48] => block_visibility [49] => elements [50] => navigation404 [51] => nodeconnect [52] => simplified_menu_admin [53] => admin_menu [54] => admin_menu_toolbar [55] => apps [56] => backup_migrate [57] => ctools [58] => defaultcontent [59] => email_registration [60] => entity [61] => entitycache [62] => features [63] => libraries [64] => menu_block [65] => page_manager [66] => panels [67] => strongarm [68] => token [69] => total_control [70] => views [71] => views_content [72] => views_ui [73] => views_bulk_operations ) [files] => Array ( [0] => openenterprise.profile ) [stylesheets] => Array ( [all] => Array ( [0] => wysiwyg_align.css ) ) [version] => 7.x-1.0-rc3 [core] => 7.x [project] => openenterprise [datestamp] => 1337628667 [hidden] => [php] => 5.2.4 [php_memory_limit] => 32M ) [profiles] => Array ( [openenterprise] => stdClass Object ( [uri] => ./profiles/openenterprise/openenterprise.profile [filename] => openenterprise.profile [name] => openenterprise ) ) [server] => Array ( ) [stop_page_request] => [task_not_complete] => [tasks_performed] => Array ( [0] => install_select_profile [1] => install_select_locale [2] => install_load_profile [3] => install_verify_requirements [4] => install_system_module [5] => install_bootstrap_full [6] => install_profile_modules [7] => install_configure_form [8] => apps_install_verify [9] => apps_profile_apps_select_form_levelten ) ) ) ) [13] => Array ( [file] => /data/all/001/openenterprise-7.x-1.0-rc3-7.17.1/includes/install.core.inc [line] => 77 [function] => install_run_tasks [args] => Array ( [0] => Array ( [parameters] => Array ( [profile] => openenterprise [locale] => en [q] => ) [settings_verified] => 1 [forms] => Array ( [install_settings_form] => Array ( [driver] => mysql [database] => domaincom [username] => domaincom [password] => yE5JW8C7Ke [host] => localhost [port] => 3306 [db_prefix] => ) [install_configure_form] => Array ( [site_name] => domain.com [site_mail] => webmaster@domain.com [account] => Array ( [name] => admin [mail] => webmaster@domain.com [pass] => Array ( [pass1] => B7FzBqPm5P [pass2] => B7FzBqPm5P ) ) [update_status_module] => Array ( [1] => 1 [2] => 1 ) [clean_url] => 1 ) ) [interactive] => [active_task] => apps_profile_enable_app_modules_levelten [completed_task] => [database_tables_exist] => 1 [installation_finished] => [locales] => Array ( [0] => stdClass Object ( [name] => en [langcode] => en ) ) [parameters_changed] => [profile_info] => Array ( [name] => OpenEnterprise [description] => OpenEnterprise Distribution by LevelTen Interactive [distribution_name] => OpenEnterprise [dependencies] => Array ( [0] => user [1] => text [2] => field_sql_storage [3] => field [4] => node [5] => filter [6] => system [7] => block [8] => comment [9] => contextual [10] => dashboard [11] => help [12] => image [13] => list [14] => menu [15] => number [16] => options [17] => path [18] => taxonomy [19] => syslog [20] => search [21] => shortcut [22] => overlay [23] => field_ui [24] => file [25] => rdf [26] => date [27] => date_popup [28] => date_views [29] => field_group [30] => link [31] => options_element [32] => references [33] => node_reference [34] => user_reference [35] => globalredirect [36] => pathauto [37] => redirect [38] => transliteration [39] => imce_wysiwyg [40] => imce [41] => wysiwyg [42] => wysiwyg_filter [43] => caption_filter [44] => insert [45] => image_resize_filter [46] => filefield_sources [47] => backports [48] => block_visibility [49] => elements [50] => navigation404 [51] => nodeconnect [52] => simplified_menu_admin [53] => admin_menu [54] => admin_menu_toolbar [55] => apps [56] => backup_migrate [57] => ctools [58] => defaultcontent [59] => email_registration [60] => entity [61] => entitycache [62] => features [63] => libraries [64] => menu_block [65] => page_manager [66] => panels [67] => strongarm [68] => token [69] => total_control [70] => views [71] => views_content [72] => views_ui [73] => views_bulk_operations ) [files] => Array ( [0] => openenterprise.profile ) [stylesheets] => Array ( [all] => Array ( [0] => wysiwyg_align.css ) ) [version] => 7.x-1.0-rc3 [core] => 7.x [project] => openenterprise [datestamp] => 1337628667 [hidden] => [php] => 5.2.4 [php_memory_limit] => 32M ) [profiles] => Array ( [openenterprise] => stdClass Object ( [uri] => ./profiles/openenterprise/openenterprise.profile [filename] => openenterprise.profile [name] => openenterprise ) ) [server] => Array ( ) [stop_page_request] => [task_not_complete] => [tasks_performed] => Array ( [0] => install_select_profile [1] => install_select_locale [2] => install_load_profile [3] => install_verify_requirements [4] => install_system_module [5] => install_bootstrap_full [6] => install_profile_modules [7] => install_configure_form [8] => apps_install_verify [9] => apps_profile_apps_select_form_levelten ) ) ) ) [14] => Array ( [file] => /data/disk/fast1/.drush/provision/platform/drupal/install_7.inc [line] => 131 [function] => install_drupal [args] => Array ( [0] => Array ( [parameters] => Array ( [profile] => openenterprise [locale] => en ) [settings_verified] => 1 [forms] => Array ( [install_settings_form] => Array ( [driver] => mysql [database] => domaincom [username] => domaincom [password] => yE5JW8C7Ke [host] => localhost [port] => 3306 [db_prefix] => ) [install_configure_form] => Array ( [site_name] => domain.com [site_mail] => webmaster@domain.com [account] => Array ( [name] => admin [mail] => webmaster@domain.com [pass] => Array ( [pass1] => B7FzBqPm5P [pass2] => B7FzBqPm5P ) ) [update_status_module] => Array ( [1] => 1 [2] => 1 ) [clean_url] => 1 ) ) ) ) ) [15] => Array ( [file] => /data/disk/fast1/.drush/provision/platform/drupal/install_7.inc [line] => 161 [function] => install_main [args] => Array ( ) ) [16] => Array ( [file] => /data/disk/fast1/tools/drush/includes/drush.inc [line] => 42 [args] => Array ( [0] => /data/disk/fast1/.drush/provision/platform/drupal/install_7.inc ) [function] => include_once ) [17] => Array ( [file] => /data/disk/fast1/tools/drush/includes/drush.inc [line] => 137 [function] => drush_include [args] => Array ( [0] => /data/disk/fast1/.drush/provision/platform/drupal [1] => install [2] => ) ) [18] => Array ( [file] => /data/disk/fast1/.drush/provision/platform/provision_drupal.drush.inc [line] => 164 [function] => drush_include_engine [args] => Array ( [0] => drupal [1] => install ) ) [19] => Array ( [function] => drush_provision_drupal_provision_install_backend [args] => Array ( ) ) [20] => Array ( [file] => /data/disk/fast1/tools/drush/includes/command.inc [line] => 131 [function] => call_user_func_array [args] => Array ( [0] => drush_provision_drupal_provision_install_backend [1] => Array ( ) ) ) [21] => Array ( [file] => /data/disk/fast1/tools/drush/includes/command.inc [line] => 836 [function] => _drush_invoke_args [args] => Array ( [0] => provision-install-backend [1] => Array ( ) [2] => provision ) ) [22] => Array ( [function] => drush_command [args] => Array ( ) ) [23] => Array ( [file] => /data/disk/fast1/tools/drush/includes/command.inc [line] => 236 [function] => call_user_func_array [args] => Array ( [0] => drush_command [1] => Array ( ) ) ) [24] => Array ( [file] => /data/disk/fast1/tools/drush/drush.php [line] => 101 [function] => drush_dispatch [args] => Array ( [0] => Array ( [description] => Provision a new site using the provided data. [hidden] => 1 [bootstrap] => 2 [command] => provision-install-backend [command-hook] => provision-install-backend [callback arguments] => Array ( ) [commandfile] => provision [path] => /data/disk/fast1/.drush/provision [engines] => Array ( ) [callback] => drush_command [sections] => Array ( [examples] => Examples [arguments] => Arguments [options] => Options ) [arguments] => Array ( ) [options] => Array ( ) [examples] => Array ( ) [aliases] => Array ( ) [deprecated-aliases] => Array ( ) [core] => Array ( ) [scope] => site [drupal dependencies] => Array ( ) [drush dependencies] => Array ( ) [bootstrap_errors] => Array ( ) [topics] => Array ( ) ) ) ) [25] => Array ( [file] => /data/disk/fast1/tools/drush/drush.php [line] => 41 [function] => drush_main [args] => Array ( ) ) ) [previous:Exception:private] => [errorInfo] => Array ( [0] => 23000 [1] => 1062 [2] => Duplicate entry 'public://apps/webform_screenshot_0.png' for key 'uri' ) [query_string] => UPDATE {file_managed} SET uid=:db_update_placeholder_0, filename=:db_update_placeholder_1, uri=:db_update_placeholder_2, filemime=:db_update_placeholder_3, filesize=:db_update_placeholder_4, status=:db_update_placeholder_5, timestamp=:db_update_placeholder_6 WHERE (fid = :db_condition_placeholder_0) [args] => Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => webform_screenshot.png [:db_update_placeholder_2] => public://apps/webform_screenshot_0.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 7390 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1355389629 [:db_condition_placeholder_0] => 28 ) )

Changed permissions of sites/domain.com to 755

Changed permissions of sites/domain.com/themes to 2775

Changed permissions of sites/domain.com/modules to 2775

Changed permissions of sites/domain.com/libraries to 2775

Changed permissions of sites/domain.com/files to 2770

Changed permissions of sites/domain.com/files/tmp to 2770

Changed permissions of sites/domain.com/files/images to 2770

Changed permissions of sites/domain.com/files/pictures to 2770

Changed permissions of sites/domain.com/files/css to 2770

Changed permissions of sites/domain.com/files/js to 2770

Changed permissions of sites/domain.com/files/advagg_css to 2770

Changed permissions of sites/domain.com/files/advagg_js to 2770

Changed permissions of sites/domain.com/files/ctools to 2770

Created sites/domain.com/files/ctools/css

Changed permissions of sites/domain.com/files/ctools/css to 2770

Changed permissions of sites/domain.com/files/imagecache to 2770

Changed permissions of sites/domain.com/files/locations to 2770

Changed permissions of sites/domain.com/files/xmlsitemap to 2770

Changed permissions of sites/domain.com/files/deployment to 2770

Changed permissions of sites/domain.com/private to 2770

Changed permissions of sites/domain.com/private/files to 2770

Changed permissions of sites/domain.com/private/temp to 2770

Changed permissions of sites/domain.com/files/styles to 2770

Changed permissions of sites/domain.com/private/config to 2770

Changed permissions of sites/domain.com/private/config/active to 2770

Changed permissions of sites/domain.com/private/config/staging to 2770

Changed group ownership of sites/domain.com/files to www-data

Changed group ownership of sites/domain.com/files/tmp to www-data

Changed group ownership of sites/domain.com/files/images to www-data

Changed group ownership of sites/domain.com/files/pictures to www-data

Changed group ownership of sites/domain.com/files/css to www-data

Changed group ownership of sites/domain.com/files/js to www-data

Changed group ownership of sites/domain.com/files/advagg_css to www-data

Changed group ownership of sites/domain.com/files/advagg_js to www-data

Changed group ownership of sites/domain.com/files/ctools to www-data

Changed group ownership of sites/domain.com/files/ctools/css to www-data

Changed group ownership of sites/domain.com/files/imagecache to www-data

Changed group ownership of sites/domain.com/files/locations to www-data

Changed group ownership of sites/domain.com/files/xmlsitemap to www-data

Changed group ownership of sites/domain.com/files/deployment to www-data

Changed group ownership of sites/domain.com/private to www-data

Changed group ownership of sites/domain.com/private/files to www-data

Changed group ownership of sites/domain.com/private/temp to www-data

Changed group ownership of sites/domain.com/files/styles to www-data

Changed group ownership of sites/domain.com/private/config to www-data

Changed group ownership of sites/domain.com/private/config/active to www-data

Changed group ownership of sites/domain.com/private/config/staging to www-data

Login url: http://domain.com/user/reset/1/1355389629/4uhXr28GkDq8glAjSXwD_UK8KY4jvz...

Sent welcome mail to webmaster@domain.com

Command dispatch complete

Peak memory usage was 101.86 MB

Drush was not able to start (bootstrap) the Drupal database. Hint: This error often occurs when Drush is trying to bootstrap a site that has not been installed or does not have a configured database. Drush was attempting to connect to : Drupal version : 7.17 Site URI : domain.com Default theme : garland Administration theme: garland PHP configuration : /opt/local/lib/php.ini Drush version : 4.6-dev Drush configuration: /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/drushrc.php /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/drushrc.php Drush alias files : /data/disk/fast1/.drush/domain.com.alias.drushrc.php /data/disk/fast1/.drush/server_localhost.alias.drushrc.php /data/disk/fast1/.drush/server_master.alias.drushrc.php /data/disk/fast1/.drush/platform_OpenEnterprise10rc37171P001.alias.drushrc.php /data/disk/fast1/.drush/inshallah.tv.alias.drushrc.php /data/disk/fast1/.drush/platform_D7Group1.alias.drushrc.php /data/disk/fast1/.drush/bestloanrate.biz.alias.drushrc.php /data/disk/fast1/.drush/leprofesseur.info.alias.drushrc.php /data/disk/fast1/.drush/eddiemarquis.com.alias.drushrc.php /data/disk/fast1/.drush/toutpourleweb.com.alias.drushrc.php /data/disk/fast1/.drush/platform_Drupal7171D001.alias.drushrc.php /data/disk/fast1/.drush/platform_OpenPublish30b77171P001.alias.drushrc.php /data/disk/fast1/.drush/platform_Drupal6262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_Prosepoint0436262P001.alias.drushrc.php /data/disk/fast1/.drush/sonis.biz.alias.drushrc.php /data/disk/fast1/.drush/platform_OpenOutreach10rc67171P001.alias.drushrc.php /data/disk/fast1/.drush/lowestcosts.com.alias.drushrc.php /data/disk/fast1/.drush/platform_OpenDeals1117171P001.alias.drushrc.php /data/disk/fast1/.drush/idoa.info.alias.drushrc.php /data/disk/fast1/.drush/sub1.movy.biz.alias.drushrc.php /data/disk/fast1/.drush/platform_OpenAtrium1616262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_Ubercart3217171P001.alias.drushrc.php /data/disk/fast1/.drush/extinction.in.alias.drushrc.php /data/disk/fast1/.drush/platform_Drupal80dev121202edge.alias.drushrc.php /data/disk/fast1/.drush/platform_OpenChurch111b57171P001.alias.drushrc.php /data/disk/fast1/.drush/platform_CiviCRM4267171P001.alias.drushrc.php /data/disk/fast1/.drush/platform_FeatureServer116262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_NodeStream20b87171P001.alias.drushrc.php /data/disk/fast1/.drush/platform_Panopoly10rc27171P001.alias.drushrc.php /data/disk/fast1/.drush/investforprofit.net.alias.drushrc.php /data/disk/fast1/.drush/platform_Drupal80dev121116edge.alias.drushrc.php /data/disk/fast1/.drush/grupal.in.alias.drushrc.php /data/disk/fast1/.drush/platform_OctopusVideo10a67171P001.alias.drushrc.php /data/disk/fast1/.drush/platform_002.alias.drushrc.php /data/disk/fast1/.drush/xn--hotismaisbaratos-dqb.com.alias.drushrc.php /data/disk/fast1/.drush/platform_003.alias.drushrc.php /data/disk/fast1/.drush/thevillagepost.com.alias.drushrc.php /data/disk/fast1/.drush/platform_Commons2106262P001.alias.drushrc.php /data/disk/fast1/.drush/dating-connection.com.alias.drushrc.php /data/disk/fast1/.drush/vimi.biz.alias.drushrc.php /data/disk/fast1/.drush/platform_Videola10a36262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_OpenScholar20rc16262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_Conference10rc26262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_Drupal80dev120915P001.alias.drushrc.php /data/disk/fast1/.drush/toutpourleweb.net.alias.drushrc.php /data/disk/fast1/.drush/platform_Drupal7MLRDOGUPSolrWebSite1.alias.drushrc.php /data/disk/fast1/.drush/paris-mode.net.alias.drushrc.php /data/disk/fast1/.drush/platform_Drupal7171S001.alias.drushrc.php /data/disk/fast1/.drush/platform_NodeStream1516262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_MNews1226262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_OpenAcademy10b37171P001.alias.drushrc.php /data/disk/fast1/.drush/platform_hostmaster.alias.drushrc.php /data/disk/fast1/.drush/platform_Commerce11117171P001.alias.drushrc.php /data/disk/fast1/.drush/hostmaster.alias.drushrc.php /data/disk/fast1/.drush/platform_CiviCRM3486262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_Ubercart21016262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_OpenPublic10b37171P001.alias.drushrc.php /data/disk/fast1/.drush/platform_004.alias.drushrc.php /data/disk/fast1/.drush/xn--publiciteurope-ikb.com.alias.drushrc.php /data/disk/fast1/.drush/platform_Commerce20rc47171P001.alias.drushrc.php /data/disk/fast1/.drush/platform_Acquia6262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_Drupal7171P001.alias.drushrc.php /data/disk/fast1/.drush/platform_drupal7mlrdogupsolrwebsite1.alias.drushrc.php /data/disk/fast1/.drush/platform_Drupal6262S001.alias.drushrc.php /data/disk/fast1/.drush/xn--publicitfrance-ikb.com.alias.drushrc.php /data/disk/fast1/.drush/platform_CiviCRM4166262P001.alias.drushrc.php /data/disk/fast1/.drush/platform_Drupal6262D001.alias.drushrc.php /data/disk/fast1/.drush/platform_MartPlug10b1b7171P001.alias.drushrc.php /data/disk/fast1/.drush/platform_ELMS10b16262P001.alias.drushrc.php Drupal root : /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1 Site path : sites/domain.com Modules path : sites/domain.com/modules Themes path : sites/domain.com/themes File directory path: sites/domain.com/files %paths : Array You can select another site with a working database setup by specifying the URI to use with the --uri parameter on the command line or $options['uri'] in your drushrc.php file.

Template loaded: /data/disk/fast1/.drush/provision/Provision/Config/Drupal/Alias/provision_drupal_sites.tpl.php

Generated config Drupal sites.php file

Changed permissions of /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/sites.php to 644

Changes made in drush_http_provision_install have been rolled back.

has no site config file

Changes made in drush_example_provision_install have been rolled back.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/themes directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/libraries directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/modules directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/private/config/staging directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/private/config/active directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/private/config directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/private/temp directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/private/files directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/private directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/apps directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/styles directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/tmp directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/xmlsitemap directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/pictures directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/advagg_js directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/images directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/css directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/locations directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/imagecache directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/advagg_css directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/deployment directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/ctools/css directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/ctools directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files/js directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com/files directory successful.

Deleting /data/disk/fast1/distro/001/openenterprise-7.x-1.0-rc3-7.17.1/sites/domain.com directory successful.

Changes made in drush_provision_drupal_pre_provision_install have been rolled back.

Dropping database domaincom

Revoking privileges of domaincom@localhost from domaincom

Changes made in drush_db_pre_provision_install have been rolled back.

Command dispatch complete

Peak memory usage was 20.7 MB

Changes made in drush_hosting_task have been rolled back.

Command dispatch complete

Peak memory usage was 34.55 MB

...

ergow’s picture

I have the same error in a new site with a clean database that I had before with another site.
When I install OE 7.x-1.0-rc3 appears the following error when I gone to App:

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'public://apps/webform_screenshot_6.png' for key 'uri': UPDATE {file_managed} SET uid=:db_update_placeholder_0, filename=:db_update_placeholder_1, uri=:db_update_placeholder_2, filemime=:db_update_placeholder_3, filesize=:db_update_placeholder_4, status=:db_update_placeholder_5, timestamp=:db_update_placeholder_6 WHERE (fid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => webform_screenshot.png [:db_update_placeholder_2] => public://apps/webform_screenshot_6.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 7390 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1358105885 [:db_condition_placeholder_0] => 28 ) in drupal_write_record() (line 7106 of /Users/JuanCarlos/DWeb/experimental-7.18/includes/common.inc).

I have installed Apps 7.x-1.0-beta7+13-dev and I can no revert to Apps-7.x-1.0-beta6 to fixes the error as its saids at #18.

Any ideas? or where I can find Apps-7.x-1.0-beta6 ?

Thanks a lot.

jnorell’s picture

All the reports of the error with webform_screenshot.png are a separate issue from the original post, and seem to stem from the fact that the webform screenshot is missing on levelten's app server (see http://apps.leveltendesign.com/app/webform) - I'll open an issue for it.

dgamache’s picture

I updated to the latest drupal core and modules in drush and got the error in #9. I applied the patch in #3 and still get the error when I go to vitit the Apps page.

ju.ri’s picture

Same Problem here. I am trying to install OpenEnterprise or Open Outreach from a Pantheon platform.
/admin/apps/levelten:

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'public://apps/blog_4.png' for key 'uri': UPDATE {file_managed} SET uid=:db_update_placeholder_0, filename=:db_update_placeholder_1, uri=:db_update_placeholder_2, filemime=:db_update_placeholder_3, filesize=:db_update_placeholder_4, status=:db_update_placeholder_5, timestamp=:db_update_placeholder_6 WHERE (fid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => blog.png [:db_update_placeholder_2] => public://apps/blog_4.png [:db_update_placeholder_3] => image/png [:db_update_placeholder_4] => 0 [:db_update_placeholder_5] => 1 [:db_update_placeholder_6] => 1365504665 [:db_condition_placeholder_0] => 1 ) in drupal_write_record() (line 7049 of /srv/bindings/.../code/includes/common.inc).

lu_smithcon’s picture

I'm getting the same error (along with a few others that all involve the apps in OE). Had the same problem with my first install so I cleaned it out, started out with fresh directory and db. Did not have the problem on the second installation of the OE distr. until I enabled some of the apps then the error messages started and I cannot access the apps page to disable them the apps.

DMDU’s picture

Hi,

Apps are just (activated) modules (configured). So find the buggy module name (in #23 it is the Blog module - not the core one, but the App one), delete it from sites/all/modules where it should be (Apps downloading modules there) and run update.php (note that the OE App Blog module can be named "openenterprise_blog" or so). If the deletion an update.php will be not enough, then search MySQL database for any entry with word "blog" and delete all which seems reasonably (for examplet not delete just a node with text "blog" inside).

This trick - to delete module and run update.php - helped me many times...

http://DMDU.netprostor.cz (OE installed :) ).