Jump to content
The Uniform Server Community

johndeschamps

Member
  • Posts

    2
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows Vista

johndeschamps's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi All, I am trying to do a fresh install of Omeka 1.3.2 on Orion 7.0.1 and it keeps failing on the following: Fatal error: Uncaught exception 'Zend_Db_Statement_Mysqli_Exception' with message 'Mysqli statement execute error : Duplicate entry '1' for key 'PRIMARY'' in C:\UniServer\www\omeka\application\libraries\Zend\Db\Statement\Mysqli.php:214 Stack trace: #0 C:\UniServer\www\omeka\application\libraries\Zend\Db\Statement.php(300): Zend_Db_Statement_Mysqli->_execute(Array) #1 C:\UniServer\www\omeka\application\libraries\Zend\Db\Adapter\Abstract.php(468): Zend_Db_Statement->execute(Array) #2 [internal function]: Zend_Db_Adapter_Abstract->query('?INSERT INTO `o...', Array) #3 C:\UniServer\www\omeka\application\libraries\Omeka\Db.php(82): call_user_func_array(Array, Array) #4 C:\UniServer\www\omeka\application\libraries\Omeka\Db.php(284): Omeka_Db->__call('query', Array) #5 C:\UniServer\www\omeka\application\libraries\Omeka\Db.php(284): Omeka_Db->query('?INSERT INTO `o...', Array) #6 C:\UniServer\www\omeka\application\libraries\Omeka\Db.php(300): Omeka_Db->exec('?INSERT INTO `o...') #7 C:\UniServer\www\omeka\application\libraries\Ome in C:\UniServer\www\omeka\application\libraries\Zend\Db\Statement\Mysqli.php on line 214 This is the response I have gotten so far from the omeka devs: It looks like you need to drop or truncate or otherwise clear out your database. That error shows that the installer is trying to add a duplicate row to a table, which means you've got old data already sitting around in the database you're trying to install to. You can drop the tables from your database, or make a new database and point Omeka at that one, or just change the "prefix" setting in db.ini. Any of those option will make sure that there's no old tables floating around. However, I these are fresh installs of both Uniform Server and Omeka. Anyone have any clues?
  2. I generated a key accepting defaults (localhost) and I commented out the localhost restrictions in the .httaccess file in /SSL off of the root. I can now get into apanel via ssl but not the joomla directory. I get a "The requested URL /joomla was not found on this server" error in the browser. Do I need to generate a key for localhost/joomla instead of, or in addition to, localhost? thx!
×
×
  • Create New...