UI.X

UI.X 1.5.22.0

No permission to download
Just upgraded but am now getting this. Never have modified it before.

View attachment 114533

That is very strange. What version of XenForo? If its not customized in your child style and thats happening in UI.X, that is very strange indeed because its not outdated on my demo.

I imagine, so long as UI.X was updated properly and you're sure (you could force an update and see if that works), just save the template, its likely just XenForo comparing variables and it not actually being correct.
I had the same thing today after I upgraded to XenForo 1.5 and then updated UI.X to 1.5.0.0. I've never edited UI.X, only my child style.

This was the parent version (approximately)

Code:
            <div class="primaryControls">
                <!-- block: primaryControls -->
                <input type="search" name="keywords" value="" class="textCtrl" placeholder="{xen:phrase search}..." title="{xen:phrase enter_your_search_and_hit_enter}" id="QuickSearchQuery" />

This was the custom version (approximately):

Code:
<i class="uix_icon uix_icon-search" onclick='{xen:if {xen:property uix_searchButton}, '$("#QuickSearch form").submit()', '$("#QuickSearch .primaryControls input").focus()'}'></i>
                <input type="search" name="keywords" value="" class="textCtrl" placeholder="{xen:phrase search}..." results="0" title="{xen:phrase enter_your_search_and_hit_enter}" id="QuickSearchQuery" />               
                <!-- end block: primaryControls -->

I reverted to the parent version.
 
I had the same thing today after I upgraded to XenForo 1.5 and then updated UI.X to 1.5.0.0. I've never edited UI.X, only my child style.

This was the parent version (approximately)

Code:
            <div class="primaryControls">
                <!-- block: primaryControls -->
                <input type="search" name="keywords" value="" class="textCtrl" placeholder="{xen:phrase search}..." title="{xen:phrase enter_your_search_and_hit_enter}" id="QuickSearchQuery" />

This was the custom version (approximately):

Code:
<i class="uix_icon uix_icon-search" onclick='{xen:if {xen:property uix_searchButton}, '$("#QuickSearch form").submit()', '$("#QuickSearch .primaryControls input").focus()'}'></i>
                <input type="search" name="keywords" value="" class="textCtrl" placeholder="{xen:phrase search}..." results="0" title="{xen:phrase enter_your_search_and_hit_enter}" id="QuickSearchQuery" />              
                <!-- end block: primaryControls -->

I reverted to the parent version.
That custom version contains UI.X code. So Ill assume reverting may have broke your search?

Im not sure whats going on with search, but what I am fairly confident on is that its nothing to worry about. Save the template and it should remove that alert. I do not believe its something we have control over, rather just XenForo misunderstanding whether something is indeed outdated. Happens all the time, I dont know why it happens but it does.
 
That custom version contains UI.X code. So Ill assume reverting may have broke your search?
It removed the magnifying glass icon next to the quick search. Anyway, I've added the code back in again to fix this.

Im not sure whats going on with search, but what I am fairly confident on is that its nothing to worry about. Save the template and it should remove that alert. I do not believe its something we have control over, rather just XenForo misunderstanding whether something is indeed outdated. Happens all the time, I dont know why it happens but it does.
The template can't simply be saved, you have to choose either the parent or custom version of the code that I quoted as they conflict (though I guess you could choose both though it's not ideal).

BTW the problem with the post position is still there - when I click on a thread to see an unread post, the top part of the post is obscured by the sticky navigation. The issue appears to be that it doesn't account for the height of the sticky user bar if this is enabled.
 
The template can't simply be saved, you have to choose either the parent or custom version of the code that I quoted as they conflict (though I guess you could choose both though it's not ideal).

Just looked into it and can confirm the issue. The only problem is why its happening I do not think we have control over. What I can do is just try repackaging up the .xml and maybe itll fix itself. But you definitely want custom, not parent.

BTW the problem with the post position is still there - when I click on a thread to see an unread post, the top part of the post is obscured by the sticky navigation. The issue appears to be that it doesn't account for the height of the sticky user bar if this is enabled.

This issue is really tough and lies in browser callback support for internal links and anchors. Im not sure if its one that can be addressed to perfectly work on all browsers. We haven't had anyone mention it other than yourself, but do understand that it could not work perfectly. Its an intricate system.
 
Just looked into it and can confirm the issue. The only problem is why its happening I do not think we have control over. What I can do is just try repackaging up the .xml and maybe itll fix itself. But you definitely want custom, not parent.
That's fine, I edited the template to add the custom code back in. :)

This issue is really tough and lies in browser callback support for internal links and anchors. Im not sure if its one that can be addressed to perfectly work on all browsers. We haven't had anyone mention it other than yourself, but do understand that it could not work perfectly. Its an intricate system.
Strange that it was working before the last version. I'm using Chrome 44 if that's any help. Interestingly I just tested it in Firefox 40 and it was fine.
 
Congratulations. It's a great product. Any idea when the rest of the themes will be updated to 1.5.0? Specifically Drift :)
 
Some errors @Jake B.

No idea what triggers this,

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'uix_collapse_user_info' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Solidus, A moment ago

Code:
#0 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('UPDATE `xf_user...')
#1 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'UPDATE `xf_user...')
#2 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('UPDATE `xf_user...')
#3 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(632): Zend_Db_Adapter_Abstract->query('UPDATE `xf_user...', Array)
#4 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1640): Zend_Db_Adapter_Abstract->update('xf_user_option', Array, 'user_id = 56')
#5 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1609): XenForo_DataWriter->_update()
#6 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#7 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/ControllerPublic/Account.php(761): XenForo_DataWriter->save()
#8 /var/www/vhosts/wweforums.net/httpdocs/library/Audentio/UIX/ControllerPublic/Account.php(11): XenForo_ControllerPublic_Account->actionPreferencesSave()
#9 /var/www/vhosts/wweforums.net/httpdocs/library/CTA/FeaturedThreads/ControllerPublic/Account.php(18): Audentio_UIX_ControllerPublic_Account->actionPreferencesSave()
#10 /var/www/vhosts/wweforums.net/httpdocs/library/NFLJ/Sportsbook/ControllerPublic/Account.php(38): CTA_FeaturedThreads_ControllerPublic_Account->actionPreferencesSave()
#11 /var/www/vhosts/wweforums.net/httpdocs/library/MasterBadge/ControllerPublic/Account.php(45): NFLJ_Sportsbook_ControllerPublic_Account->actionPreferencesSave()
#12 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(347): MasterBadge_ControllerPublic_Account->actionPreferencesSave()
#13 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#14 /var/www/vhosts/wweforums.net/httpdocs/index.php(13): XenForo_FrontController->run()
#15 {main}

This is triggered by checking collapse user info in preferences and hitting save,

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'uix_collapse_user_info' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Solidus, A moment ago

Code:
#0 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('UPDATE `xf_user...')
#1 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'UPDATE `xf_user...')
#2 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('UPDATE `xf_user...')
#3 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(632): Zend_Db_Adapter_Abstract->query('UPDATE `xf_user...', Array)
#4 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1640): Zend_Db_Adapter_Abstract->update('xf_user_option', Array, 'user_id = 56')
#5 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1609): XenForo_DataWriter->_update()
#6 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#7 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/ControllerPublic/Account.php(761): XenForo_DataWriter->save()
#8 /var/www/vhosts/wweforums.net/httpdocs/library/Audentio/UIX/ControllerPublic/Account.php(11): XenForo_ControllerPublic_Account->actionPreferencesSave()
#9 /var/www/vhosts/wweforums.net/httpdocs/library/CTA/FeaturedThreads/ControllerPublic/Account.php(18): Audentio_UIX_ControllerPublic_Account->actionPreferencesSave()
#10 /var/www/vhosts/wweforums.net/httpdocs/library/NFLJ/Sportsbook/ControllerPublic/Account.php(38): CTA_FeaturedThreads_ControllerPublic_Account->actionPreferencesSave()
#11 /var/www/vhosts/wweforums.net/httpdocs/library/MasterBadge/ControllerPublic/Account.php(45): NFLJ_Sportsbook_ControllerPublic_Account->actionPreferencesSave()
#12 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(347): MasterBadge_ControllerPublic_Account->actionPreferencesSave()
#13 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#14 /var/www/vhosts/wweforums.net/httpdocs/index.php(13): XenForo_FrontController->run()
#15 {main}
 
i got apache 2.2.2 and php 5.4...

I'm not sure why you've had so many issues with the installer not running the queries. What version of PHP are you running?

This error can be fixed by running the following query:
Code:
ALTER TABLE `xf_user_option` ADD `uix_collapse_signature` TINYINT(3) UNSIGNED NOT NULL DEFAULT '1' AFTER `uix_collapse_user_info`;



This is not recommended



What type of stack are you using for PHP and your web server?


The permissions you need to set depend on your server configuration. If you're using SuPHP you shouldn't have to change any permissions. If you are not using SuPHP (or not having your webserver run as the user that owns the files) it is highly recommended that you use the FTP option, or manually update.



I believe this only works on Chrome for Android, but I may be wrong. @kylerc would probably know more than I do though.



I'm still not able to replicate this on any of our boards. Would you mind sending me a PM with admin details and a link to your board so I can see what is going on?
 
I updated to version 1.5.0.0. I noticed that there is possibly a problem with off-canvas menus.

When I want to expand a off-canvas main menu, the menu expands then the off-canvas menu closes and the site loads immediately.

Someone has an idea?
 
Also this, no users can register,

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'uix_collapse_user_info' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, A moment ago

Code:
#0 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('INSERT INTO `xf...')
#1 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO `xf...')
#2 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO `xf...')
#3 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#4 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_user_option', Array)
#5 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1613): XenForo_DataWriter->_insert()
#6 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#7 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/ControllerPublic/Register.php(416): XenForo_DataWriter->save()
#8 /var/www/vhosts/wweforums.net/httpdocs/library/UserEss/ControllerPublic/Register.php(68): XenForo_ControllerPublic_Register->actionRegister()
#9 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(347): UserEss_ControllerPublic_Register->actionRegister()
#10 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /var/www/vhosts/wweforums.net/httpdocs/index.php(13): XenForo_FrontController->run()
#12 {main}
 
I updated to version 1.5.0.0. I noticed that there is possibly a problem with off-canvas menus.

When I want to expand a off-canvas main menu, the menu expands then the off-canvas menu closes and the site loads immediately.

Someone has an idea?
I've just tested on my site and I'm getting the same issue.

To replicate:

  1. Tap on the Menu button to bring out the off-canvas menu
  2. Tap on one of the dropdown arrows to expand the menu for that item (e.g. the Forums dropdown)
  3. The page will refresh and take you to the page (e.g. Forums, or Media etc depending on which dropdown you tapped
  4. Re-opening the off-canvas menu shows that the menu item that was tapped on (e.g. Forums) has been expanded.
Previously tapping on the main part of an item in the off-canvas menue (e.g. Forums) would take you to the Forums page whilst clicking on the dropdown would only expand the dropdown menu.
 
I have fixed this, no problems now.

Also this, no users can register,

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'uix_collapse_user_info' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, A moment ago

Code:
#0 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('INSERT INTO `xf...')
#1 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO `xf...')
#2 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO `xf...')
#3 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#4 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_user_option', Array)
#5 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1613): XenForo_DataWriter->_insert()
#6 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#7 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/ControllerPublic/Register.php(416): XenForo_DataWriter->save()
#8 /var/www/vhosts/wweforums.net/httpdocs/library/UserEss/ControllerPublic/Register.php(68): XenForo_ControllerPublic_Register->actionRegister()
#9 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(347): UserEss_ControllerPublic_Register->actionRegister()
#10 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /var/www/vhosts/wweforums.net/httpdocs/index.php(13): XenForo_FrontController->run()
#12 {main}

Have to disable UI.X addon to fix that @Jake B.
 
Actually, there is 1 more that isn't fixed,

Code:
ErrorException: Undefined index: uix_last_sticky_action - library/Audentio/UIX/ControllerPublic/Forum.php:30
Generated By: Pop Tatari, 1 minute ago

Code:
#0 /var/www/vhosts/wweforums.net/httpdocs/library/Audentio/UIX/ControllerPublic/Forum.php(30): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/vhosts...', 30, Array)
#1 /var/www/vhosts/wweforums.net/httpdocs/library/Waindigo/SocialGroups/Extend/XenForo/ControllerPublic/Forum.php(29): Audentio_UIX_ControllerPublic_Forum->actionForum()
#2 /var/www/vhosts/wweforums.net/httpdocs/library/CTA/FeaturedThreads/ControllerPublic/Forum.php(143): Waindigo_SocialGroups_Extend_XenForo_ControllerPublic_Forum->actionForum()
#3 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(347): CTA_FeaturedThreads_ControllerPublic_Forum->actionForum()
#4 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /var/www/vhosts/wweforums.net/httpdocs/index.php(13): XenForo_FrontController->run()
#6 {main}
 
Back
Top Bottom