Alexander Sulschani Posted May 24 Share Posted May 24 Hello, I have the problem when I click on my logo to get to the start page, I am redirected to a page that does not exist with the error: 2S100/1 How can I change that, for example on a newly created page? Thanks Link to comment Share on other sites More sharing options...
Adlago Posted May 24 Share Posted May 24 33 minutes ago, Alexander Sulschani said: Hello, I have the problem when I click on my logo to get to the start page, I am redirected to a page that does not exist with the error: 2S100/1 How can I change that, for example on a newly created page? Â Check your template core_front_global/logo It's possible that your custom theme has changed code in this template. This is original code {{if isset( \IPS\Theme::i()->logo['front']['url'] ) AND \IPS\Theme::i()->logo['front']['url'] !== null }} {{$logo = \IPS\File::get( 'core_Theme', \IPS\Theme::i()->logo['front']['url'] )->url;}} <a href='{setting="base_url"}' id='elLogo' accesskey='1'><img src="{$logo}" alt='{setting="board_name" escape="true"}'></a> {{else}} <a href='{setting="base_url"}' id='elSiteTitle' accesskey='1'>{setting="board_name"}</a> {{endif}} You can perform a Revert on this template, and this will restore its functionality Link to comment Share on other sites More sharing options...
Alexander Sulschani Posted May 24 Author Share Posted May 24 Thanks for the answer, I checked that now. Unfortunately, the code is identical, so I can't get any further. Link to comment Share on other sites More sharing options...
Adlago Posted May 24 Share Posted May 24 4 minutes ago, Alexander Sulschani said: Thanks for the answer, I checked that now. Unfortunately, the code is identical, so I can't get any further. Are you the only one having this issue, or are all users of your site? Have you tried another browser? Link to comment Share on other sites More sharing options...
Alexander Sulschani Posted May 24 Author Share Posted May 24 2 minutes ago, Adlago said: Are you the only one having this issue, or are all users of your site? Have you tried another browser? I have the problem on 4 different computers, whether apple, windows or mobile phone Link to comment Share on other sites More sharing options...
Adlago Posted May 24 Share Posted May 24 3 minutes ago, Alexander Sulschani said: I have the problem on 4 different computers, whether apple, windows or mobile phone Try and clear cache site Click on ACP Support link, and on the right you will see a clear cache link PS. If you share a link to your site, it can be investigated  Link to comment Share on other sites More sharing options...
Alexander Sulschani Posted May 24 Author Share Posted May 24 9 minutes ago, Adlago said: Try and clear cache site Click on ACP Support link, and on the right you will see a clear cache link PS. If you share a link to your site, it can be investigated  I have already cleared the cache, unfortunately without success. I sent you a PM. Link to comment Share on other sites More sharing options...
Solution Jim M Posted May 24 Solution Share Posted May 24 You set our Platform app as your default application which does not have a default page and cannot be set as such. I changed this back to the Forums app in ACP -> System -> Application -> click the star icon next to the app you want as default. Alexander Sulschani 1 Link to comment Share on other sites More sharing options...
Alexander Sulschani Posted May 24 Author Share Posted May 24 3 minutes ago, Jim M said: You set our Platform app as your default application which does not have a default page and cannot be set as such. I changed this back to the Forums app in ACP -> System -> Application -> click the star icon next to the app you want as default. Super thank you. it worked Link to comment Share on other sites More sharing options...
Jim M Posted May 24 Share Posted May 24 Glad to hear all is well now 🙂 Link to comment Share on other sites More sharing options...
Recommended Posts