Jump to content

Featured Replies

Posted

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}

core_theme_editor_settings.png

Solved by Ehren

Go to solution
  • Community Expert
35 minutes ago, Namo said:

IPS\Db\Exception: Table 'gtaforum.core_theme_editor_settings' doesn't exist

You're missing the table there. Did you restore it at some point? If you go to View System Log there, is it present recently?

Is this only an error from your system log? If yes, it’s fine, it’s an error which was logged while the upgrade.

  • Author

Is this probably why my site isn't loading the styles?

after refresh.png

before refresh.png

  • Community Expert

It depends. Is this still happening, or was it an error from the upgrade as my colleague mentioned?

  • Author

image.png

The error still persists. The consequence is that the Theme does not have the appropriate colors.

  • 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.

  • Author

brilliantdiscord made a mistake. I deleted all old apps that were disabled anyway. Now I have this error.

image.png

  • 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.

image.png

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.

  • 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?

beforeref.png

afterref.png

Edited by Namo

  • Community Expert

I'd advise disabling Redis and simplifying your community to test to see what is happening here.

  • Author

Redis disabled, error still occurs.

  • 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.

  • 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>
  • 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.

  • 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.

  • Author

Now the site works correctly, thank you very much for your help.

image.png

Recently Browsing 0

  • No registered users viewing this page.