scsiraidguru
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress site stopped loading for meCheck your log files for plugin errors.
Forum: Fixing WordPress
In reply to: Stuck in login loopYour hosting site should have logs available on your dashboard. Debug errors also show up when you try the launch the admin page.
Forum: Fixing WordPress
In reply to: tablet menu background color still whiteForum: Fixing WordPress
In reply to: Stuck in login loopTry turning on debug and seeing all the errors.
In wp-config.php
define( ‘WP_DEBUG’, true );Forum: Fixing WordPress
In reply to: [NSFW] HACKEDCheck to see if you hosting site has a backup copy you can revert to and check to see if you can get security firewall enabled. I would pay for better security and backup protection for a hosted web site.
I host my sites at home. I am behind a Fortinet 60E UTM firewall that fully protects my WordPress servers. I use VEEAM to backup all my Ubuntu and Windows servers and workstations. I pay $600 a year for UTM Security upgrades/Firewall replacement. Fortinet states I get more Severity 5 attacks on my web sites per month than their largest customers. So far none on my sites being attacked have been hacked.
Forum: Fixing WordPress
In reply to: Deprecated – PHP 8.1Just because PHP 8.2 is coming out doesn’t mean you switch to it. I usually wait till x.y.3 is released to upgrade to PHP. I am on PHP 8.1.13. I wait till all the plugins, themes and WP has had time to test on it and usually by ..3 PHP fixes bugs.
Forum: Fixing WordPress
In reply to: Robots.txtrobots.txt is in the public_hmtl of the web site. This is the base directory. It is lower case
User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /cgi-bin/ Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /xmlrpc.php Disallow: /wp-content/plugins/ Disallow: /wp-content/cache/ Disallow: /wp-content/themes/ Disallow: /trackback/ Disallow: /feed/ Disallow: /comments/ Disallow: /tag/ Disallow: /category/ Disallow: /trackback/ Disallow: /feed/ Disallow: /comments/ Disallow: /*? Disallow: /index.php # separate directive for the main script file of WP Disallow: /*.php$ Disallow: /*.js$ Disallow: /*.inc$ Disallow: /*.css$ User-agent: Googlebot-Image User-agent: Google User-agent: Bingbot
`
Forum: Fixing WordPress
In reply to: blog post author bar color changeThat did it! Thank you for your help. I wished I had the time to learn all this stuff.
Forum: Fixing WordPress
In reply to: blog post author bar color changeCustomizing Custom CSS/JS
.wp-caption-text { color: #eeee22; } ul.meta li, ul.meta li a { color: yellow; }
Thank you for your help, I do appreciate it.
I created a posts page and set the settings – homepage – posts to it. The color changed yellow on that page but not in the homepage recent posts in the left widgets bar.
- This reply was modified 2 years, 3 months ago by scsiraidguru.
Forum: Fixing WordPress
In reply to: blog post author bar color changeOceanWP is the theme
It did not change the color of the author bar.
ul.meta li, ul.meta li a {
color: yellow;
}Forum: Fixing WordPress
In reply to: Adding Truth Social link to Top Bar Social pageI rather have it listed with all the other social media sites.
Truth Social
Parler
GettrForum: Themes and Templates
In reply to: [OceanWP] Critical Error on https://wp.michaelmckenney.comThank you for fixing it. I changed the rights. FTP the ocean-extra files into the site and fixed it. I will be checking the other two sites to make sure they are fully updated.
Websites are fully updated and running faster now. All three sites are working.
- This reply was modified 2 years, 7 months ago by scsiraidguru.
Forum: Themes and Templates
In reply to: [OceanWP] Critical Error on https://wp.michaelmckenney.comphilipt18 (@philipt18)
I was wondering if they did an upgrade and broke it.
Forum: Themes and Templates
In reply to: [OceanWP] Critical Error on https://wp.michaelmckenney.comTurned on debugging
debug.log
michael@wpmm22:/var/www/wp.michaelmckenney.com/public_html/wp-content$ cat debug.log [09-Aug-2022 15:21:56 UTC] PHP Fatal error: Cannot redeclare oceanwp_webfonts_enqueue() (previously declared in /var/www/wp.michaelmckenney.com/public_html/wp-content/plugins/ocean-extra/includes/compatibility/ocean.php:94) in /var/www/wp.michaelmckenney.com/public_html/wp-content/themes/oceanwp/inc/customizer/controls/typography/webfonts.php on line 128 [09-Aug-2022 15:21:59 UTC] PHP Fatal error: Cannot redeclare oceanwp_webfonts_enqueue() (previously declared in /var/www/wp.michaelmckenney.com/public_html/wp-content/plugins/ocean-extra/includes/compatibility/ocean.php:94) in /var/www/wp.michaelmckenney.com/public_html/wp-content/themes/oceanwp/inc/customizer/controls/typography/webfonts.php on line 128
Forum: Themes and Templates
In reply to: [OceanWP] Critical Error on https://wp.michaelmckenney.comHardware Configuration CPU: 4 vCPUs Memory: 4 GB Hard disk 1: 1.46 GB Hard disk 2: 50 GB Hard disk 3: 500 GB Hard disk 4: 4 GB Network adapter 1 DMZ (Connected) Video card 8 MB CD/DVD drive 1 ATAPI No Devices available Others Additional Hardware
top - 14:45:53 up 8 min, 1 user, load average: 0.00, 0.08, 0.07 Tasks: 179 total, 1 running, 178 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 3925.0 total, 2982.2 free, 376.0 used, 566.8 buff/cache MiB Swap: 4094.0 total, 4094.0 free, 0.0 used. 3239.3 avail Mem
I have two other virtual hosts on this server:
https://wp.scsiraidguru.com
https://wp.patrickmckenneylandscaping.comBoth are running fine with same OceanWP and other plugins.
- This reply was modified 2 years, 7 months ago by scsiraidguru.