TechBooky AI Assistant
TechBooky AI Assistant
👋 Welcome to TechBooky AI Assistant

I can help with:
🔎 Tech News
🤖 AI Topics
💻 Gadgets
☁️ Cloud
✍️ Guest Posts
📢 Advertising
🔗 Backlinks
📩 Newsletter
  • AI Search
  • Cryptocurrency
  • Earnings
  • Enterprise
  • About TechBooky
  • Submit Article
  • Advertise With TechBooky
  • Contact Us
TechBooky
  • African
  • AI
  • Metaverse
  • Gadgets
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
  • African
  • AI
  • Metaverse
  • Gadgets
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
TechBooky
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Home Tips

A Comprehensive Guide to Resolving File Permissions and Theme Issues

Paul Balo by Paul Balo
December 27, 2024
in Tips
Share on FacebookShare on Twitter
Share this story

Send it to someone who should read it.

f Facebook X X in LinkedIn wa WhatsApp tg Telegram @ Email

In Brief
  • Running a WordPress website can sometimes feel like navigating a labyrinth of plugins, themes, and configurations.
  • Even experienced webmasters encounter roadblocks that require methodical troubleshooting.
  • Recently, we faced a puzzling issue on a client’s website, where file permissions and theme-related errors halted our site management.

Running a WordPress website can sometimes feel like navigating a labyrinth of plugins, themes, and configurations. Even experienced webmasters encounter roadblocks that require methodical troubleshooting. Recently, we faced a puzzling issue on a client’s website, where file permissions and theme-related errors halted our site management. What had happened was that their Plesk powered domain name “all of a sudden” developed permission issues (obviously it wasn’t all f a sudden because I suspect human error to a great degree but that’s by the way). So when we first accessed the server, we couldn’t make any kind of changes to the wp-config or any other critical files for that matter. Here’s a detailed guide on how we resolved these issues, ensuring their website remained up-to-date and functional.

 

The Problem

We encountered several challenges:

  1. File Permission Errors: Plugins and themes displayed error messages, indicating insufficient read/write permissions.
  2. Theme Issues: Switching between themes, particularly to the Twenty Twenty-One theme, revealed backend errors.
  3. Backup Restoration Concerns: Restoring a backup while retaining the latest posts and database updates posed a significant challenge.

 

Step-by-Step Solution

1. Diagnosing Permission Issues

Initial Symptoms:

  • Error messages indicating lack of necessary permissions.
  • Inability to delete or move files within the WordPress directory.

Solution: Using SSH, we connected to the server to update directory and file permissions:

bash
sudo find /var/www/vhosts/your-domain/httpdocs -type d -exec chmod 755 {} \;
sudo find /var/www/vhosts/your-domain/httpdocs -type f -exec chmod 644 {} \;

Outcome: Ensuring correct permissions allowed plugins to function properly and resolved the initial errors.

2. Updating Ownership

Identification:

  • The user associated with the domain was your-plesk-user.

Action: Updating ownership using the correct user:

sudo chown -R your-plesk-user:psacln /var/www/vhosts/your-domain/httpdocs

Verification: Listing the directory contents to confirm ownership:

Also worth reading
Too Much Gemini? Here’s How To Dial Back Gemini In Your Google Workspace Apps How One Engineer Built a Local AI News Roundup With Docker & Qwen
ls -la /var/www/vhosts/your-domain/httpdocs

3. Switching Themes via phpMyAdmin

Challenges:

  • The Twenty Twenty-One theme displayed errors that required a switch back to our original theme.

Solution: Updating the theme settings directly in the database:

Using SQL in phpMyAdmin:

UPDATE `wp_options` SET `option_value` = 'your-original-theme' WHERE `option_name` = 'template';
UPDATE `wp_options` SET `option_value` = 'your-original-theme' WHERE `option_name` = 'stylesheet';

4. Safely Restoring a Backup

Concerns:

  • Ensuring the restoration of file system backups without losing recent posts and database updates.

Steps:

  1. Backup Current Database:
    • Using phpMyAdmin to export the current database.
  2. Restore Files from OneDrive:
    • Utilizing Plesk’s restore function to selectively restore file backups.
  3. Re-import Database:
    • If necessary, re-importing the current database to ensure all posts remain up-to-date.

Comprehensive Insights and Tips

Understanding File Permissions and Ownership:

  • Permissions ensure that WordPress and its plugins can read and write necessary files.
  • Correct ownership ensures that the appropriate user has control over the files, preventing unauthorized access or modifications.

Switching Themes:

  • phpMyAdmin is a powerful tool for directly modifying the WordPress database, allowing theme changes even when the WordPress dashboard is inaccessible.

Backup Strategies:

  • Regular backups are crucial. Keep both file and database backups up-to-date to ensure easy restoration without data loss.
  • Use hosting solutions like Plesk to simplify backup and restoration processes.

Clearing Caches:

  • After major changes, clearing WordPress and server caches ensures that new configurations are reflected without old data causing conflicts.

Conclusion

By meticulously updating permissions, changing ownership, and strategically managing backups, we successfully resolved the issues on their domain. This experience underscores the importance of understanding server management, database operations, and WordPress intricacies. We hope this guide helps others navigate similar challenges with confidence and ease. While this is highly useful for WordPress applications running on Plesk, it can work for sites not powered by Plesk too. 

Related Reading

Explore more TechBooky stories from the latest and category sections below.

Keep Reading Smarter

Search TechBooky with AI

Use TechBooky's AI Search to explore the context behind this story and related coverage across the site.

Try AI Search
More On This Topic
Tips
Follow TechBooky

Follow TechBooky for more technology stories and newsroom updates.

f Facebook X X in LinkedIn ig Instagram wa WhatsApp

Tags: tipswebsitewordpress
Paul Balo

Paul Balo

Paul Balo is the founder of TechBooky and a highly skilled wireless communications professional with a strong background in cloud computing, offering extensive experience in designing, implementing, and managing wireless communication systems.

Search TechBooky
Open TechBooky AI Search Try the AI Assistant

BROWSE BY CATEGORIES

Receive top tech news directly in your inbox

subscription from
Loading

Freshly Squeezed

  • Kimi K3 Is Turning Into A Bigger AI Market Headache Than One Leaderboard July 18, 2026
  • Apple And Google Ordered To Remove AI Nudify Apps From App Stores July 18, 2026
  • TikTok Tests AI Likeness Detection Tool To Help Creators Find Deepfakes July 18, 2026
  • Egypt Deepens World Bank Partnership Around AI, Skills And Digital Infrastructure July 17, 2026
  • Howzit AI Wants To Be A Local ChatGPT For South African Languages July 17, 2026
  • Launch Africa Ventures Closes 15 New Fund II Investments In 2026 July 17, 2026
  • Apple And Nvidia Keep Swapping The Most Valuable Company Crown July 17, 2026
  • Apple Overtakes Nvidia To Become The World’s Most Valuable Company July 17, 2026
  • Moonshot AI’s Kimi K3 Tops Frontend Coding Leaderboard July 17, 2026
  • Google’s Gemini 3.5 Pro Delay Shows How Hard The AI Race Has Become July 17, 2026
  • Google Vids Adds Personal AI Avatars As Workplace Video Gets More Synthetic July 17, 2026
  • Netflix Says Generative AI Was Used In About 300 Titles This Year July 17, 2026

Browse Archives

July 2026
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« Jun    

Quick Links

  • About TechBooky
  • Advertise With TechBooky
  • Contact us
  • Submit Article
  • Privacy Policy
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
  • African
  • Artificial Intelligence
  • Gadgets
  • Metaverse
  • Tips
  • AI Search
  • About TechBooky
  • Advertise With TechBooky
  • Submit Article
  • Contact us

© 2025 Designed By TechBooky Elite

Discover more from TechBooky

Subscribe now to keep reading and get access to the full archive.

Continue reading

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.