Recent content by bonecrusher

  1. B

    Switching PHP version in Web Server Control Panel causing error

    As per support staff recommendation/suggestion, I created a new ubuntu instance with cyberpanel then installed wordpress. It's much easier and hassle free to change the php version (upgrade/downgrade) through the cyberpanel. I did not know you can install wordpress through cyberpanel!! Here is...
  2. B

    Switching PHP version in Web Server Control Panel causing error

    I just submitted a ticket. I think the issue might have been when I restored my WordPress manually, I accidently copied files I was not supposed to copy to my /www/html site. Thanks for following up on this Cold-Egg.
  3. B

    Switching PHP version in Web Server Control Panel causing error

    I found this in my log [13927] [IP:port:HTTP2-125#_AdminVHost] [STDERR] PHP Fatal error: Undefined class constant 'MEMCACHE_VERSION8' in /usr/local/lsws/admin/html.open/lib/util/build_php/buildfunc.inc.php on line 692
  4. B

    Switching PHP version in Web Server Control Panel causing error

    I'm currently searching the forum for the exact same issue. Please post a solution if there is any. Thanks.
  5. B

    Help!! www vs non-www

    This is what helped fix the issue. Add the following rules to OpenLiteSpeed WebAdmin Console > Virtual Hosts > Rewrite > Rewrite Rules RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://example.com/$1 [R,L] and in your wordpress, go to setting and make sure the link is like this...
  6. B

    Help!! www vs non-www

    I spent two days researching this and finally fixed the issue. Thanks.
  7. B

    Help!! www vs non-www

    UPDATE I put the following in Virtual Host Rewrite tab: RewriteCond %{HTTP_HOST} ^www\.example\.com RewriteRule (.*) https://example.com/$1 [R=301,L] now WordPress won't let me into my admin portal and it gives no error messages. When I click on forgot my password, I don't get any emails. My...
  8. B

    Help!! www vs non-www

    Hi all, I can access my website page when typing "https://example.com/", but when typing "https://www.example.com/", I get a blank page. I was told I need to redirect www to non-www http on a server that's running openlitespeed. My website is hosted on Vultr. How to do this? Not sure if the...
Top