Error installing Simple Page 2.0


Omeka ha encontrado un error

Omeka_Validate_Exception

Title: The title is already in use by another page. Please choose another.
Slug: The slug is already in use by another page. Please choose another.

#0 /omeka/plugins/SimplePages/SimplePagesPlugin.php(79): Omeka_Record_AbstractRecord->save()
#1 [internal function]: SimplePagesPlugin->hookInstall(Array)
#2 /omeka/application/libraries/Omeka/Plugin/Broker.php(145): call_user_func(Array, Array)
#3 /omeka/application/libraries/Omeka/Plugin/Installer.php(128): Omeka_Plugin_Broker->callHook('install', Array, Object(Plugin))
#4 /omeka/application/controllers/PluginsController.php(77): Omeka_Plugin_Installer->install(Object(Plugin))
#5 /omeka/application/libraries/Zend/Controller/Action.php(516): PluginsController->installAction()
#6 /omeka/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('installAction')
#7 /omeka/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#8 /omeka/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#9 /omeka/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#10 /omeka/application/libraries/Omeka/Application.php(79): Zend_Application->run()
#11 /omeka/admin/index.php(28): Omeka_Application->run()
#12 {main}

any suggestion?
thanks!

That sounds like you already had an omeka_simple_pages_pages table, but had somehow marked the plugin as not installed (or you had a previous failed install).

If you didn't previously have any pages, then I'd try deleting that table and trying again.

Perfect!! I deleted omeka_simple_pages_pages table and now everything is ok.
Thank you very much John!!