Update UB Atoms Theme

Hello,
I want to buy the UB Atoms update to 1.0.6.
Where can I find installation instructions to avoid losing my old settings?
Best regards

5 answers

Profile photo of Ziven Staff 100280.00 $tone February 10, 2023
Public

Hi There,

Where can I find installation instructions to avoid losing my old settings?

Please follow these steps:
Step 1: Back up all of files/database
Step 2: Remove all the code in 
app/code/Ubertheme/
and 
app/design/frontend/Ubertheme/ (Make sure that you note down all the customized files/folders so that you can compare them after update))
Step 3: Copy all the code following the path above from the Package you downloaded.
Step 4: Compare and merge the code if you have customized in: Atoms theme.
Step 5: Run CLI like below:
php -f bin/magento setup:upgrade 
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

And now you can see the new result.

Best Regards,
Ziven.
 
 

#1
Profile photo of Robert Proniewicz 40.00 $tone February 28, 2023
Public

 

Hello
After update, error in Admintool->Themes Configuration (ubtheme):Theme Helper-> Configuration
on activated -> settings
Error: Call to a member function getEuCountryList() on null in ...vendor/magento/module-config/view/adminhtml/templates/system/config/js.phtml:81
same as https://www.ubertheme.com/question/backup-theme-settings-errors-after-upgrade-2-4-5/

Magento 2.4.5-p1 PHP 8.1.16 Debian 10.x MySQL 8.x
It is a testserver - offline, please send me a answer, how can fix it!

---------------------------
Error: Call to a member function getEuCountryList() on null in ...vendor/magento/module-config/view/adminhtml/templates/system/config/js.phtml:81
Stack trace:
#0 ...vendor/magento/framework/View/TemplateEngine/Php.php(71): include()
#1 ...vendor/magento/framework/View/Element/Template.php(263): Magento\Framework\View\TemplateEngine\Php->render()
#2 ...vendor/magento/framework/View/Element/Template.php(293): Magento\Framework\View\Element\Template->fetchView()
#3 ...vendor/magento/module-backend/Block/Template.php(141): Magento\Framework\View\Element\Template->_toHtml()
#4 ...vendor/magento/framework/View/Element/AbstractBlock.php(1095): Magento\Backend\Block\Template->_toHtml()
#5 ...vendor/magento/framework/View/Element/AbstractBlock.php(1099): Magento\Framework\View\Element\AbstractBlock->Magento\Framework\View\Element\{closure}()
#6 ...vendor/magento/framework/View/Element/AbstractBlock.php(660): Magento\Framework\View\Element\AbstractBlock->_loadCache()
#7 ...vendor/magento/framework/View/Layout.php(578): Magento\Framework\View\Element\AbstractBlock->toHtml()
#8 ...vendor/magento/framework/View/Layout.php(555): Magento\Framework\View\Layout->_renderBlock()
#9 ...vendor/magento/framework/View/Layout.php(510): Magento\Framework\View\Layout->renderNonCachedElement()
#10 ...vendor/magento/framework/View/Layout.php(606): Magento\Framework\View\Layout->renderElement()
#11 ...vendor/magento/framework/View/Layout.php(557): Magento\Framework\View\Layout->_renderContainer()
#12 ...vendor/magento/framework/View/Layout.php(510): Magento\Framework\View\Layout->renderNonCachedElement()
#13 ...vendor/magento/framework/View/Layout.php(606): Magento\Framework\View\Layout->renderElement()
#14 ...vendor/magento/framework/View/Layout.php(557): Magento\Framework\View\Layout->_renderContainer()
#15 ...vendor/magento/framework/View/Layout.php(510): Magento\Framework\View\Layout->renderNonCachedElement()
#16 ...vendor/magento/framework/View/Layout.php(606): Magento\Framework\View\Layout->renderElement()
#17 ...vendor/magento/framework/View/Layout.php(557): Magento\Framework\View\Layout->_renderContainer()
#18 ...vendor/magento/framework/View/Layout.php(510): Magento\Framework\View\Layout->renderNonCachedElement()
#19 ...vendor/magento/framework/View/Layout.php(606): Magento\Framework\View\Layout->renderElement()
#20 ...vendor/magento/framework/View/Layout.php(557): Magento\Framework\View\Layout->_renderContainer()
#21 ...vendor/magento/framework/View/Layout.php(510): Magento\Framework\View\Layout->renderNonCachedElement()
#22 ...vendor/magento/framework/View/Layout.php(975): Magento\Framework\View\Layout->renderElement()
#23 ...generated/code/Magento/Framework/View/Layout/Interceptor.php(41): Magento\Framework\View\Layout->getOutput()
#24 ...vendor/magento/framework/View/Result/Page.php(260): Magento\Framework\View\Layout\Interceptor->getOutput()
#25 ...vendor/magento/framework/View/Result/Layout.php(171): Magento\Framework\View\Result\Page->render()
#26 ...generated/code/Magento/Backend/Model/View/Result/Page/Interceptor.php(32): Magento\Framework\View\Result\Layout->renderResult()
#27 ...vendor/magento/framework/App/Http.php(120): Magento\Backend\Model\View\Result\Page\Interceptor->renderResult()
#28 ...vendor/magento/framework/App/Bootstrap.php(264): Magento\Framework\App\Http->launch()
#29 ...pub/index.php(30): Magento\Framework\App\Bootstrap->run()
#30 {main}
-------------------------------------------------------
Best Regards,
Robert

 

#2
Profile photo of Ziven Staff 100280.00 $tone March 1, 2023
Public

Hi Robert,

After update, error in Admintool->Themes Configuration (ubtheme):Theme Helper-> Configuration
on activated -> settings

Please download this file: https://www.dropbox.com/s/ochwghl46c9o0v4/UbThemeHelper.zip?dl=0
and extract to folder: app\code\Ubertheme\UbThemeHelper
Once done please go to CLI and type the command like below:

php -f bin/magento setup:upgrade 
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Then the issue should be resolved.
 

Best Regard,
Ziven.

#3

This question is now closed

Written By

Comments