In this post, I will describe an instance where I was transferring a WordPress site from one cPanel to another. After I moved the site from one server to another I got the following error: Warning: fopen(/home/moreread/public_html/wp-content/themes/directorypress/thumbs/makemusicviral.wordpress.com.jpg) [function.fopen]: failed to open stream: No such file or directory in /home/morereader/public_html/wp-content/themes/directorypress/PPT/class/class_premiumpress.php on line 944 Warning: fwrite() expects parameter […]
cpanel
Change File Permissions, chmod For Files In WordPress
In this post I will describe steps on how you can change the file access permissions and file attributes, chmod for files and folders in your WordPress blog. There are many instances where you have to change the owner permissions, group permissions and public permissions for a file or a folder to read, write and […]
First Step In Troubleshooting WordPress: Repair Database
Recently, while I was working on one of my old WordPress sites, I was unable to upload images from any one of the methods: multi-file uploader, browser uploader or from the URL. I didn’t get any specific error message, it’s just that the uploader froze when the image was uploaded and nothing happened. So, my […]