sab
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Out of date WP@anoshnea Hi please reach out to your hosting provider accuwebhosting.
https://anoshnea.com/wp-config.php
If you right click and do a view page source you will notice that your entire wp-config file is displayed along with all your database login credentials which is a significant security threat. What is happening here is that the PHP files are being delivered as text files, which means the PHP interpreter is not executed most probably on the server side.
The last thing that I can suggest is creating an empty file with the following code content
<?php phpinfo(); ?>
The output might provide some clues.You should ask your hosting provider to fix this for you immediately, and once this is fixed kindly update your database login credentials which are displayed in wp-config.php.
Forum: Fixing WordPress
In reply to: can’t change pages url from ‘about-2’ back to ‘about’Hi @tedor2 you used the correct tool, just the syntax was a little off. Type it in manually like it is shown in the attached screenshot, might provide some clues.
Forum: Fixing WordPress
In reply to: Gain access to site?Hi @comicbrooke from what I can find here are the details you might be looking for. This is the cpanel server where your account is hosted.
Login Control Panel: https://s332.syd2.hostingplatform.net.au:2083/
The hosting account belongs to Ventra IP in Australia. I reached out to their support staff and they confirmed it is their servers. You should go ahead and contact their support to confirm whether that server has that website and then get that account rescued. Hope this helps.
Chat Transcript with Ventra IP
Sainik B https://s332.syd2.hostingplatform.net.au:2083/
Hi Jordan I wanted to know whether this cpanel server belongs to Ventra IP
Jordan F 02:00:27 am
That is one of our servers, yes
Sainik B 02:00:40 am great thank you. thats all I need
Forum: Fixing WordPress
In reply to: Updates not reflecting on mobile or tablet – tried everythingHi @jennwin this might be the only thing that I can come up with if there is no other form of caching involved.
Can you do the following?
Go to Divi -> Theme Options -> Builder -> Advanced
Turn the Static CSS File Generation Option to disabled.
Then select Save Changes.
This might help.
Forum: Fixing WordPress
In reply to: Out of date WPHi @anoshnea I can see that your server is running PHP 5.3 on IIS 8.0. You have to change your PHP version from 5.3 preferably to v8.0 or v7.4 or v7.3 preferably which is required for WordPress.
For instance as you can see this page in html here opens
https://anoshnea.com/readme.html
but this does not
https://anoshnea.com/index.php
Your PHP settings most probably need configuration. This should hopefully help.
Forum: Fixing WordPress
In reply to: can’t change pages url from ‘about-2’ back to ‘about’Hi @tedor2 in your phpMyAdmin MySQL web app try this query in the query editor to see if any mysql results are displayed. If any rows are displayed, you need to check the page details that might be displayed and then delete it to make sure you can set the /about url again.
SELECT * FROM
wp_postsWHERE post_name='about';
Forum: Fixing WordPress
In reply to: URL Preview not showing on Wahtsapp@mrk1111421 Hi, There are a few problems that you need to take care of all before your WhatsApp previews would work.
Your SSL Certificate is most probably issued from GoGet SSL. The certificate installed in your website is not trusted in all major web browsers due to a missing intermediate trusted chain certificate. So you should get in touch with your SSL provider and get it fixed.
Please fix the following errors mentioned below. Once they are fixed. All your Facebook and WhatsApp previews will work fine.
https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fwww.flashyupdates.ml
Forum: Localhost Installs
In reply to: Apache2 says “Error establishing a database connection”Hi @shiryou First thing that you should do is set the following in your wp-config.php file
define( 'WP_DEBUG', true );
That should give you an idea of what specifically is the reason as to why the database connection in WordPress cannot be setup, and you can then proceed from there.
The links below should hopefully help a little
Hi @seowork325 May be take a look at Tools -> Site Health. That should give you a further hint of what is causing the problem. Also may be check the wp-config.php file sometimes the siteurl, the blogurl are defined incorrectly which causes the problem. That might help.
Forum: Fixing WordPress
In reply to: How to disable directory listing without using .htaccessHi @theOff I am assuming that you are using either Apache or Litespeed Web Server. The only way I could think of would be maybe adding the mod rewrite directives directly in the apache or litespeed Virtual Host Configuration file. Whatever you would write in .htaccess could easily be added to the VirtualHost.conf file in apache or litespeed. I am not sure whether you have access to modify the website configuration file. If you could help me with a little more detail maybe I can take a look and see if I can be of any help.
Forum: Plugins
In reply to: [LiteSpeed Cache] v4.1 is ready@hailite Just installed LSCache v4.1 on a test site. The results after turning on UCSS along with pairing a CDN for static content are just mind blowing. A consistent 100 across mobile and desktop in Lighthouse on a 30$ annual budget with Litespeed. That is just some insane level of performance right there.
Test Link
Peformance Report Fast or SlowThanks for this amazing new version. I love the UCSS feature ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Load CSS Asynchronously and Critical CSS causing problemsHi @qtwrk That worked perfectly. Thanks so much for helping out. Does purging all Critical CSS mean that all the CSS for all the URLs will need to be calculated again and will those calculation then cost CCSS Resources. Is there an option to purge CCSS on a per page/post basis?
Forum: Plugins
In reply to: [LiteSpeed Cache] Load CSS Asynchronously and Critical CSS causing problemsThank you so much, that just solved my problem. Adding the urls separately for each page is generating the correct critical css on a per page basis. @qtwrk I wanted to ask, after critical css is generated if I go ahead and make changes to a page in which critical css is inlined will the critical css be automatically regenerated for that page after my page modifications are complete.
Forum: Plugins
In reply to: [LiteSpeed Cache] Load CSS Asynchronously and Critical CSS causing problemsOne more thing I wanted to mention is that I am sure that this is being done by the Critical CSS Services as on inspecting the element on the browser I can see that this rule has been inlined.
div.et_pb_section.et_pb_section_0 { background-position: center right; background-image: url(https://cdn.exposuresop.com/wp-content/uploads/2019/08/Kolhapur.jpg) !important;
What I am failing to understand is how did the critical CSS find the link to this image as it is not mentioned on that page. If I come across anything else I will post here
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem Retrieving Domain Key on Openlitespeed Web ServerHi,
It just successfully issued a key around half an hour back after waiting a day. Thanks anyways.