BobRay / EmailResource

Emails a full version of any resource on your site
https://bobsguides.com/emailresource-plugin-tutorial.html
3 stars 0 forks source link

Installation errors #2

Closed fd2012 closed 7 years ago

fd2012 commented 12 years ago

The following installation error occured in Revolution 2.2.4-pl:


/*
* MODX Console Output
*
* @date 2012-08-26 16:37:50
*/
Attempting to install package with signature: emailresource-1.1.2-rc2

Package found...now preparing to install.

Grabbing package workspace...

Workspace environment initiated, now installing package...

Attempting to preserve files at /is/htdocs/XXXX/notwww/modx/core/components/emailresource into archive /is/htdocs/XXXX/notwww/modx/core/packages/emailresource-1.1.2-rc2/modCategory/3baf46ca2198def1cd4ced4aca2e9adf.0.preserved.zip

Attempting to preserve files at /is/htdocs/XXXX/www/website/assets/components/emailresource into archive /is/htdocs/XXXX/notwww/modx/core/packages/emailresource-1.1.2-rc2/modCategory/3baf46ca2198def1cd4ced4aca2e9adf.1.preserved.zip

Running PHP Resolver.

Assigning Events to Plugin EmailResource

Error 23000 executing statement:
INSERT INTO `modx_site_plugin_events` (`pluginid`, `event`, `priority`, `propertyset`) VALUES (40, 'OnWebPagePrerender', 0, 0)
Array
(
    [0] => 23000
    [1] => 1062
    [2] => Duplicate entry '40-OnWebPagePrerender' for key 'PRIMARY'
)

Successfully assigned Events to Plugin EmailResource

Attempting to attach TVs to Templates

/* EOF */
BobRay commented 12 years ago

Could you have installed it before? If so, that would be normal. It might also be that Package Manager has been improved and making that connection in the resolver is no longer necessary. In any case, the package may still work.

On Sun, Aug 26, 2012 at 9:40 AM, fd2012 notifications@github.com wrote:

The following installation error occured in Revolution 2.2.4-pl:

/*

  • MODX Console Output *
  • @date 2012-08-26 16:37:50 */ Attempting to install package with signature: emailresource-1.1.2-rc2

Package found...now preparing to install.

Grabbing package workspace...

Workspace environment initiated, now installing package...

Attempting to preserve files at /is/htdocs/XXXX/notwww/modx/core/components/emailresource into archive /is/htdocs/XXXX/notwww/modx/core/packages/emailresource-1.1.2-rc2/modCategory/3baf46ca2198def1cd4ced4aca2e9adf.0.preserved.zip

Attempting to preserve files at /is/htdocs/XXXX/www/website/assets/components/emailresource into archive /is/htdocs/XXXX/notwww/modx/core/packages/emailresource-1.1.2-rc2/modCategory/3baf46ca2198def1cd4ced4aca2e9adf.1.preserved.zip

Running PHP Resolver.

Assigning Events to Plugin EmailResource

Error 23000 executing statement: INSERT INTO modx_site_plugin_events (pluginid, event, priority, propertyset) VALUES (40, 'OnWebPagePrerender', 0, 0) Array ( [0] => 23000 [1] => 1062 [2] => Duplicate entry '40-OnWebPagePrerender' for key 'PRIMARY' )

Successfully assigned Events to Plugin EmailResource

Attempting to attach TVs to Templates

/* EOF */

— Reply to this email directly or view it on GitHubhttps://github.com/BobRay/EmailResource/issues/2.