Core - PixelExit.com [Deleted]

I've bunged up the upgrade somehow, now I'm trying to install from scratch and I'm getting the following error:

Code:
Mysqli statement execute error : Duplicate entry '31-xenBase_sidebar_visitorpanel' for key 'definition_style_id_property_name'

Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1591
XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1580
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1381
XenForo_DataWriter->save() in XenForo/Model/StyleProperty.php at line 2275
XenForo_Model_StyleProperty->importStylePropertiesFromArray() in XenForo/Model/StyleProperty.php at line 2187
XenForo_Model_StyleProperty->importStylePropertyXml() in XenForo/Model/Style.php at line 533
XenForo_Model_Style->importStyleXml() in TMS/Model/Style.php at line 45
TMS_Model_Style->importStyleXml() in XenForo/ControllerAdmin/Style.php at line 181
XenForo_ControllerAdmin_Style->actionImport() in XenForo/FrontController.php at line 313
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/hackslas/public_html/admin.php at line 13

My site is turned off until it's fixed.
 
Last edited:
I've bunged up the upgrade somehow, now I'm trying to install from scratch and I'm getting the following error:

Code:
Mysqli statement execute error : Duplicate entry '31-xenBase_sidebar_visitorpanel' for key 'definition_style_id_property_name'

Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1591
XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1580
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1381
XenForo_DataWriter->save() in XenForo/Model/StyleProperty.php at line 2275
XenForo_Model_StyleProperty->importStylePropertiesFromArray() in XenForo/Model/StyleProperty.php at line 2187
XenForo_Model_StyleProperty->importStylePropertyXml() in XenForo/Model/Style.php at line 533
XenForo_Model_Style->importStyleXml() in TMS/Model/Style.php at line 45
TMS_Model_Style->importStyleXml() in XenForo/ControllerAdmin/Style.php at line 181
XenForo_ControllerAdmin_Style->actionImport() in XenForo/FrontController.php at line 313
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/hackslas/public_html/admin.php at line 13

My site is turned off until it's fixed.

I believe that's actually a problem with the TMS plugin not being compatible with 1.2 if I'm not mistaken sadly Greg.

I've seen a few bug reports regarding similar things, best bet would be to post over there. How much TMS edits are you using would you be able to disable it completely?
 
Oh and that looks like its because Sheldon changed something from the default. On our test site, Core's footer is fine on an ipad. I think Sheldon might have decreased the width.
 
Oh and that looks like its because Sheldon changed something from the default. On our test site, Core's footer is fine on an ipad. I think Sheldon might have decreased the width.

No, I changed it to fluid. I haven't touched anything else as far as the footer goes.

@Matthew Hawley , please remove that picture.
 
Yep, that's what I said. It looks like you need to reduce the right/left padding. Have a play in Firebug and you'll fix it in no time :-)
 
Top Bottom