I was hoping someone might be able to point me in a direction to figure out why all of my web pages www.chucklessick.com (Saratoga templates) are showing up blank. I did some updates a couple months back and everything was working just fine. I went out of town this week and wanted to check the weather back home and there was nothing showing up. I haven’t changed anything recently, so I’m a bit at a loss for figuring out where to start since it seems all pages are affected. Any help would be greatly appreciated.
Chuck looking at what is sent when accessing your site I can see the style data (CSS) but that is all, I can also see your clientraw.txt and that is being updated. So some files seem to have gone missing on your site or maybe have been overwritten. You need to access your site via ftp to see what has happened.
Ken has some diagnostics at Saratoga Weather that you can use to try to track down errors. I have links to them on my website here: https://novawx.dscloud.me/diagnostics.php,
I think I’m wrong… it looks like the blow-up happens in header.php … check the file permissions on that file. Should be 755 or 644 … it’s blowing up with a 500-Server Error
Well, I tried changing the true to false, and that caused a 500 error.
I checked the permissions which were set at 644 and changed them to 755. No effect.
I checked the error log and most recently there are fatal errors as shown in the excerpt below:
[06-Feb-2023 18:27:37 UTC] PHP Notice: Undefined variable: style_color in /home/abc/public_html/ChuckLessick.com/flyout-menu.php on line 529
[06-Feb-2023 18:27:37 UTC] PHP Notice: Undefined variable: style_color in /home/abc/public_html/ChuckLessick.com/flyout-menu.php on line 529
[06-Feb-2023 18:27:37 UTC] PHP Fatal error: Uncaught Error: Call to undefined function langtransstr() in /home/abc/public_html/ChuckLessick.com/flyout-menu.php:165
Stack trace: #0 {main}
thrown in /home/abc/public_html/ChuckLessick.com/flyout-menu.php on line 165
Here is the code from those lines in flyout-menu.php