corelogik
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress Download Monitor] Invalid Add methodOk, tried everything I can think of, latest WP version, latest plugin version, update permalinks and recreate dowload DB, nothing works, still “Invalid Add method”,… Im out of ideas, if I cant get this working, ill need to look for another solution.
Forum: Plugins
In reply to: [Plugin: WordPress Download Monitor] Invalid Add methodTried downgrading to a previous version, same error, “Invalid Add Method” anyone have any ideas, I need this to work,..
Forum: Plugins
In reply to: [Plugin: WordPress Download Monitor] Not working properlyIm getting the Invalid Add method error,.. any suggestions, everything was working 3 weeks ago, went to add a download this morning and nothing,… just the error.
Forum: Fixing WordPress
In reply to: MEDIA uploader Does Not Work – At AllTo create a .htaccess on a Mac,.. you have to create the file first without the . then after you have uploaded it, rename it to include the . other OS X will see it as a restricted file and hide it from you.
Forum: Fixing WordPress
In reply to: How To Delete All Unused Page Revisons?You need to go into the database and delete the dupes. You’ll find them in the “wp_posts” table.
They may say “inherit” or “revision” under ‘post_status’ column. Use the ‘ID’ # to figure out which you want to keep and which to delete.
Forum: Plugins
In reply to: wp-shopping-cartI seem to be having a conflict between eCommerce and wp-forums.
If only one of them is active it works fine. If I activate both, one or the other returns a blank page.
It seems the forums change the page url’s for eCommerce.
If I dont use the forums, eCommerce works perfectly. I do wish there was way to set shipping on a total order rather than individual items though.
Update #2:
If you are using wp-cache or wp-super-cache, this is what I did to get mine working.
1. Deactivate the DLM plugin
2. Clear all cache files
3. re-activate the DLM pluginI don’t know if the caching plugin has anything to do with it, but since it generates static files for viewing I figured it was worth a shot. It did work for me, YMMV.
I just encountered the same problem,.. are you guys running 2.6.x?
I think it may a versioning conflict with 2.6,…
Update: I was able to insert a new download by hand, so I am guessing the issue has something to do with the insertion in the database portion of the plugin.
Forum: Fixing WordPress
In reply to: Blog by MailTry it now, it shouldn’t be protected. If it still doesn’t work for you I can email the files directly just gimme an address,…
Forum: Fixing WordPress
In reply to: blog by mail helpModified files and instructions to script the mail import for blog-by-mail can be found in the download section of my website. http://www.corelogik.com
My solution is not elegant or pretty but you don’t need cron and it works.
Forum: Fixing WordPress
In reply to: Blog by MailModified files and instructions to script the mail import for blog-by-mail can be found in the download section of my website. http://www.corelogik.com
My solution is not elegant or pretty but you don’t need cron and it works.