Posted April 25Apr 25 SELECT * FROM core_theme_editor_settings IPS\Db\Exception: Table 'gtaforum.core_theme_editor_settings' doesn't exist (1146) #0 /var/www/vhosts/gtaforum.pl/httpdocs/system/Db/Select.php(402): IPS\Db->preparedQuery() #1 /var/www/vhosts/gtaforum.pl/httpdocs/system/Db/Select.php(460): IPS\Db\Select->runQuery() #2 [internal function]: IPS\Db\Select->rewind() #3 /var/www/vhosts/gtaforum.pl/httpdocs/system/Theme/Editor/Setting.php(194): IteratorIterator->rewind() #4 /var/www/vhosts/gtaforum.pl/httpdocs/system/Theme/Theme.php(492): IPS\Theme\Editor\Setting::loadAllKeys() #5 /var/www/vhosts/gtaforum.pl/httpdocs/system/Theme/Theme.php(369): IPS\Theme::themes() #6 /var/www/vhosts/gtaforum.pl/httpdocs/system/Dispatcher/Standard.php(82): IPS\Theme::i() #7 /var/www/vhosts/gtaforum.pl/httpdocs/system/Dispatcher/Front.php(924): IPS\Dispatcher\Standard::baseCss() #8 /var/www/vhosts/gtaforum.pl/httpdocs/system/Dispatcher/Front.php(143): IPS\Dispatcher\Front::baseCss() #9 /var/www/vhosts/gtaforum.pl/httpdocs/system/Dispatcher/Dispatcher.php(126): IPS\Dispatcher\Front->init() #10 /var/www/vhosts/gtaforum.pl/httpdocs/index.php(16): IPS\Dispatcher::i() #11 {main}
April 25Apr 25 Community Expert 35 minutes ago, Namo said:IPS\Db\Exception: Table 'gtaforum.core_theme_editor_settings' doesn't existYou're missing the table there. Did you restore it at some point? If you go to View System Log there, is it present recently?
April 26Apr 26 Is this only an error from your system log? If yes, it’s fine, it’s an error which was logged while the upgrade.
May 5May 5 Community Expert It depends. Is this still happening, or was it an error from the upgrade as my colleague mentioned?
May 5May 5 Author The error still persists. The consequence is that the Theme does not have the appropriate colors.
May 5May 5 Community Expert That specific table in your screenshot just shows repeating errors in your logs. It doesn't matter if that error happened last week when you upgraded or today, it will still show if there are repeating errors. Thus, you need to go to the System Log and see if that error occurred today.
May 5May 5 Author brilliantdiscord made a mistake. I deleted all old apps that were disabled anyway. Now I have this error.
May 5May 5 Community Expert 6 minutes ago, Namo said:brilliantdiscord made a mistake. I deleted all old apps that were disabled anyway. Now I have this error.That is again, in the reoccurring log for trend spotting, you will want to look in the System Log to see if it is recent.
May 5May 5 Author I've fixed a few bugs already. What's causing this error? The page shows good colors right after clearing the cache, but they disappear after refreshing. Can someone help me? Edited May 5May 5 by Namo
May 5May 5 Community Expert I'd advise disabling Redis and simplifying your community to test to see what is happening here.
May 5May 5 Community Expert You have a lot of browser caching and other custom items in your .htaccess, please remove this and any other caching which you may have.
May 5May 5 Author Done. Didn't help, cache cleared.<IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|webp)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
May 5May 5 Community Expert Thank you. Please be advised I have moved this to a ticket to further investigate. Please ensure all caching and items remain off to continue our investigation. Please watch your email for further correspondence.
May 6May 6 Community Expert Solution It seems like your CSS files are being minified using Google PageSpeed: mod_pagespeed. The CSS files in your <head> element are appended with .css.pagespeed.cf.-KaAx41V-N.css which indicates that the CSS file has been "optimized" (ironically, it's actually deleted some of your code in the process).Disabling this option should fix your "invisible header" issue.