feonix83
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Call to undefined function wp_kses()I ran into the same error, I had to disable w3tc by renaming /wp-content/db.php
Forum: Plugins
In reply to: [Kitchenbug] Request for SSL SupportI found this easiest to replicate in chrome, so my directions for replication will be specific to it. In the admin section, I have the plugin enabled, I have a post with a recipe. I am going to the Edit Post page for this post. I bring up the Developer tools for Chrome (F12 on my default setup). I hit CTRL + F5 to force a reload of the page and show the correct content in the pane. Go to the Network Tab. From this tab, right click on the column headers and add the Column for Domain. Sort by domain. You can see a number of items that load forcing them to load from HTTP despite the admin section of the WordPress installation being browsed on HTTPS. If the SSL is in place on the same domain, you could use protocol-less urls, but this was just a thought of mine in passing.
The page I am on:
https://www.example.com/wp-admin/post.php?post=1234&action=edit
File Loaded:
http://www.kitchenbug.com/analyzer/index/wordpress?14173Forum: Fixing WordPress
In reply to: 404's with /wp-admin/images/white-grad-active.pngI get the same message, but most of what I have found to be causing it has been plugins. I checked and could not find the file in a fresh install of the software. I have been reaching out to module developers to see about resolving version dependency issues. The responses have been positive. I am looking forward to the period of time when it all works together, before I have to do it all again on the next version >_< heh, at least it keeps my skills current.
Forum: Fixing WordPress
In reply to: Upgraded to WP 3.5 – media manger not working properlyI was getting the same error, followed this thread, upgraded and was fine:
http://wordpress.org/support/topic/add-media-7?replies=7Forum: Plugins
In reply to: [Kitchenbug] Missing gifs from assetsWhen I hover over over the image, the delete icons do not load. On a side note, I noticed this image in the upper right of the interface:
Not hovering over icon: http://i.imgur.com/NPy3h.png
hovering over the icon: http://i.imgur.com/rSGkR.pngNot sure if this was related but thought it worth mentioning. Browser is chrome Version 23.0.1271.97 m. Also, I am very impressed with your plugin. This is the second, and hopefully last recipe plugin I will ever use/need/want!
Did you upgrade your plugin? What version is your plugin? Is the error from the same plugin? If you are unsure of the plugin causing the error, I did see a guide for helping you determine the plugin here: http://milehightechguy.com/how-to-deal-with-wordpress-plugin-problems/
Forum: Fixing WordPress
In reply to: Can't access Admin pages. Blocked by screen with string.You site was likely compromised. I found this post googling around after I found my site was also compromised. I found details here:
http://blog.spiderlabs.com/2012/05/honeypot-alert-active-exploit-attempts-for-php-cgi-vuln.htmlThe upgrade to Version 6.3.4 solved this issue.