Category: Tutorials

Fixed Incompatible Archive Error In WordPress
royjemee
Royjemee
February 29, 2024
2 Min read
Incompatible Archive Error in WordPress During Uploads Fixed

Encountering the “Incompatible Archive” error in WordPress can be a frustrating experience, especially when trying to install new themes or plugins. Understanding the issue This error is typically caused by the way MacOS compresses zip files and the subsequent interpretation by WordPress 6.4.3 upon upload. The issue has been linked to PHP’s libzip version discrepancies

Read more
Unable to create Directory uploads
royjemee
Royjemee
April 4, 2017
4 Min read
Unable to create Directory uploads on WordPress Website

This is a common problem, Unable to create Directory uploads on WordPress Website. I’ve got a clients requirement that he can’t Upload files WordPress Website. Sometimes a simple problem isn’t just a can be done type. It has been taken two days for me to find the actual solution for myself. My clients main problem

Read more
Common WordPress Theme Errors
royjemee
Royjemee
January 28, 2016
3 Min read
5 Common WordPress Theme Errors Need to Troubleshoot

If you love experimenting with your WordPress website codes, or quite often update your website theme, then you may encounter some unexpected error(s). This post is based on 5 Common WordPress Theme Errors you must need to solve. In case, you stumble across an error, then there is nothing to fret about since most of

Read more
Create Admin Account via FTP
royjemee
Royjemee
May 30, 2015
< 1 Min read
Create User Admin Account on WordPress via FTP/PHP

Here is a little snippet which can create a WordPress backend account with ease using the FTP, just paste this PHP snippet in the active theme’s functions.php and the account will be created. Also, make sure the username and the email are unique, or the function will fail. If you forgot your Website’s Control or

Read more
Fix 404 Page Error in WordPress
royjemee
Royjemee
May 13, 2015
< 1 Min read
Fix 404 Page Error Problem In Your WordPress Website

404 Page Error is a great problem for new WordPress user. This happens sometimes when someone install new Theme into WordPress dashboard. If you are getting this type of 404 Page Error problem, this post will help you to fix it. You don’t need any coding knowledge for fix it. How To Fix 404 Page

Read more