Warning: fopen(/home/srikat/webtechdaily.com/wp-content/backup/.htaccess) [function.fopen]: failed to open stream: Permission denied in /home/srikat/webtechdaily.com/wp-content/plugins/backupwordpress/functions.php on line 377
Cannot open file (/home/srikat/webtechdaily.com/wp-content/backup/.htaccess)
Warning: fwrite(): supplied argument is not a valid stream resource in /home/srikat/webtechdaily.com/wp-content/plugins/backupwordpress/functions.php on line 381
Cannot write to file (/home/srikat/webtechdaily.com/wp-content/backup/.htaccess)
Warning: fclose(): supplied argument is not a valid stream resource in /home/srikat/webtechdaily.com/wp-content/plugins/backupwordpress/functions.php on line 385
WordPress | Web Tech Daily

Web Tech Daily

Your daily dose of Web stuff

Entries for the ‘WordPress’ Category

Videos on WordPress

WordPress is an excellent platform for building blogs and web sites. There’s a huge number of themes and plugins available for this open source script and the user and developer community contribution and participation is nothing but outstanding.
We have come across several video tutorials/screencasts on doing literally everything with WordPress and thought it would be [...]

Leave a Comment

How to fix “object not found" error when using XAMPP and WordPress

If you are working on a local WordPress installation using XAMPP and have just changed the permalinks structure, you might come across “object not found” error.
The solution is to turn on mod_rewrite by editing apache/conf/httpd.conf. Just remove the comment in front of the line (around line #118) and restart Apache.
LoadModule rewrite_module modules/mod_rewrite.so
Credit.

Comments (6)

List Of Useful WordPress Plugins

This list is mainly for those who have just installed their WordPress blog. The great thing about WordPress is that it is extensible via plugins. The following is a list of plugins that covers the most common needs of any blogger.
Advanced-Admin-Menus: This plugin introduces drop down menus in the WordPress admin. Now any [...]

Comments (1)