Sundar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My wordpress theme is brokenNothing to panic.
Error establishing a database connection can happen , when the database server is not actually running or the wordpress is not able to connect to the said database server or the credentials might be wrong.
So just check if the database is running , then make sure the db credentials are promptly updated , it should work well.Forum: Fixing WordPress
In reply to: How to upgrade WordPress version in my site.Never do a single / straight forward upgrade especially when your WordPress version 4 – 5 releases back.
Better take a back-up & then do step-by-step upgradation from one version to another.
That is what recommended to avoid any conflicts.Forum: Fixing WordPress
In reply to: Images are not showing after import postsPost the URL of your site & also send me the link to any post / article , where you don’t see the images.
Forum: Fixing WordPress
In reply to: Database Error – site not workingGr8 to hear it works now.
Please take a back-up immediately , so that you can recover if things break again.Thanks
Forum: Fixing WordPress
In reply to: Live site redirects to dev siteThen it must be .HTACCESS rules.
Can you please post the .HTACCESS contents here please ?Forum: Fixing WordPress
In reply to: Database Error – site not workingOh ok..
My question , when you say once its repaired , it works as normal .
Then after sometime you encounter the same database error ?
By question during this time , did you try updating WP Core / Themes / Plugins ?Can you please post the Site URL ?
Also send the screenshot of the error when you get.
That will helps us to identify the problem.Thanks.
Forum: Fixing WordPress
In reply to: Images are not showing after import postsDid you check the folder permissions ?
I mean the wp-contents/uploads folder.
Check the folder permissions & assign appropriate permissions , so that the apache web server can read the image & send it to the browser.
Please post the outcome.
Thanks.Forum: Fixing WordPress
In reply to: Database Error – site not workingIf you have access to the server or control panel , can you reboot the mysql database server ?
Try doing it & access the site.
Post screenshots if you find any errors.
Thanks.Forum: Fixing WordPress
In reply to: Live site redirects to dev siteI did try accessing both , sometimes it redirects to WP Admin login & sometimes it opens the site both with & without www.
I tried clearing browser cache / temp files / private data from the browser , closing it & opening the browser with the site , it works fine.
Please clear your temp files / cache in your browser & try.
Forum: Fixing WordPress
In reply to: Change the site URL completelyHi,
You have opened a duplicate topic thats more or less the same one that you posted yesterday.Anyway once you change the above code , follow the steps below
login to WP Admin & install a plugin called “Search and Replace” ,this plugin is used to search & replace the old url value with new url value , once you do it , thats it.
So this is how you can make sure , the domains are changed successfully.
Forum: Fixing WordPress
In reply to: link opening in localhostCan you be bit clear ?
If possible send some screenshot , so that we shall figure out the problem.
Thanks.Forum: Fixing WordPress
In reply to: Locating theme menu to edit phpIn that case , you can check /wp-content/themes/shapely/functions.php file for full menu code functions
( I assume ,it’s located in theme functions.php )Forum: Fixing WordPress
In reply to: Regarding WordPress and the use of CDNSome CDN networks handles both inline and external scripts, while maintaining order of execution.
You need to contact CDN support about expires and defers parsing of scripts.*you will not have control over expires & defers of scripts or assets on CDNs.
Forum: Fixing WordPress
In reply to: Essay Structure PluginProbably you need to post this topic under “Developing with WordPress Forum” , there you might get the appropriate response for your query.
This forum is for fixing errors / issues you encounter on your WordPress site.
Thanks.
Forum: Fixing WordPress
In reply to: How to confirm and make sure I have successfully change the domainYes you can do it.
But avoid editing the code unless or until you have technical skill-set.