biodagar
Forum Replies Created
-
I am seeing this error too! Following this thread for updates.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Verify URL returns 403 ForbiddenYeah sorry, I was still testing.
Most of what you’ve just told me has sailed over my head. It’s a personal website, I’m not a tech-head, I don’t know what you’ve just told me.
Any chance you can tell me how to solve it like I’m 10 years old?
EDIT:
The media is at this location: http://biodagar.com/wp-content/podcast/media/Epsiode00.mp3
The plugin fails to verify.- This reply was modified 6 years, 7 months ago by biodagar.
Forum: Plugins
In reply to: [A-Z Listing] Layout ProblemHi, I also have this issue (see this page – scroll down).
When you say “copy the file into your theme”, where do you mean to put it? In the parent folder of the plugin? In the theme folders? Copying the file into the parent folder of the plugin broke my site and I had to remove and reinstall the plugin.Forum: Fixing WordPress
In reply to: Imported posts have no feature imagesHuh.
Ok so if anyone has this trouble and looks for a solution, this is what I did.
I exported and updated the database references in wp_posts and wp_postsmeta files, and then imported those into the new database.
THEN exported all content from the original blog, and ran a re-import, checking the “download all attachments” option.
And voila! Fixed.
Not sure why I had to redo the import to get the installation to pick up the metadata and images, but ours is not to wonder why….
Forum: Fixing WordPress
In reply to: Problem with multiple redirects and being logged outIt turned out, after much digging, that there were a couple of clauses left in a functions.php file after moving the blog to the subdirectory install. Deleting these removed the problem.
Once I relocate the post that helped me (!!) I’ll post it here too 🙂
Forum: Fixing WordPress
In reply to: Problem with multiple redirects and being logged outMy hierarchy structure appears ok. My .htaccess contains rewrite clauses that I can’t make sense of. (I am quite a n00b lol)
Vis:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /subinstall/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /subinstall/index.php [L]
</IfModule>