Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Alexander Sulschani Posted May 24, 2023 Posted May 24, 2023 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
Adlago Posted May 24, 2023 Posted May 24, 2023 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
Alexander Sulschani Posted May 24, 2023 Author Posted May 24, 2023 Thanks for the answer, I checked that now. Unfortunately, the code is identical, so I can't get any further.
Adlago Posted May 24, 2023 Posted May 24, 2023 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?
Alexander Sulschani Posted May 24, 2023 Author Posted May 24, 2023 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
Adlago Posted May 24, 2023 Posted May 24, 2023 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 Â
Alexander Sulschani Posted May 24, 2023 Author Posted May 24, 2023 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.
Solution Jim M Posted May 24, 2023 Solution Posted May 24, 2023 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
Alexander Sulschani Posted May 24, 2023 Author Posted May 24, 2023 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
Recommended Posts