`
Mar 30

WordPress Download Monitor 2A few days ago, I've upgraded the download monitor by Blue Anvil and it caused me a big headache thanks to the author's initiative to rename the plugin's folder from wp-downloadMonitor to wp-download_monitor.

I followed exactly the upgrade instructions and, to my disappointment, the download path continue to point to the old folder instead of the new folder. I thought it was the .htaccess, so I opened up the file and everything seems right. I contacted Dreamhost support and as usual, their quick support was quick and helpful. However, they can't trace the errors as .htaccess has no problem at all.

So today, I finally took some time out to go through the code and debug it. Guess what, it's in the DATABASE. The table prefix_DLM_DOWNLOADS stores the fix path to the filename, so the .htaccess has no effect and keep pointing to the old folder. Sigh, I have to manually edit every single row to point to the new folder.

What a waste of my time. For those who are still facing the problem, do check your database table and correct the path. Hope you did not waste your time like I did.

Share and Enjoy:
  • Digg
  • Facebook
  • del.icio.us
  • Mixx
  • Google Bookmarks
  • Technorati
  • Live
  • NewsVine
  • YahooMyWeb
  • e-mail

written by mangoorange \\ tags: , ,


2 Responses to “Blue Anvil’s WP Download Monitor Plugin 2 Bug”

  1. 1. mickeyckm Says:

    It’s not in the file. You have to manually edit the database table.

  2. 2. mickeyckm Says:

    Thanks for fixing this and informing us about it. :)

Leave a Reply

You must be logged in to post a comment.