We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Theme keeps changing to default | Forum

ross Team
ross Mar 9 '16
I need server cpanel access details

your website admin panel access details

and oxwall.org access details

tammy harris
tammy harris Mar 11 '16
The problem seams to be if you have few themes and are just use one and put the licence in for it then all good but if u upload the others and don't put the licence in because u don't really want to use them the after a few mails saying u have unlicensed theme it then starts revert back to default them every day 

I have licences for the others but IL try remove them and see if the problem stops

IL then re-upload  them and see if I get it and try put the licences in for them


If a themes is not enabled it should not be checking the licence for it 


The Forum post is edited by tammy harris Mar 11 '16
ross Team
ross Mar 13 '16

Please try this: 


in ow_system_plugins/base/bol/storage_service.php


on line 531


you have this code: 


else if ( $this->isItemLicenseCheckPeriodExpired($item->getLicenseCheckTimestamp()) )

                  {

                  if ( $type == self::URI_VAR_ITEM_TYPE_VAL_THEME && $this->themeService->getSelectedThemeName() )

                                      {

                          $this->themeService->setSelectedThemeName(BOL_ThemeService::DEFAULT_THEME);

                      }


please replace this line: 


if ( $type == self::URI_VAR_ITEM_TYPE_VAL_THEME && $this->themeService->getSelectedThemeName() )


with this one: 


if ( $type == self::URI_VAR_ITEM_TYPE_VAL_THEME && $this->themeService->getSelectedThemeName() == $item->getKey() )


the issue should be fixed by applying this change


Please keep us updated. 

joe rovito
joe rovito Mar 14 '16
Yes. He recovered  and reset all ip I have 9 themes in my admin
ross Team
ross Mar 15 '16
I'm sorry Joe, does the issue persist after applying the fix or not? 
Pages: « 1 2