digitalquill
Forum Replies Created
-
Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] Rejected for bad headersI have added a subject field and no difference.
I have tried sending to both gmail and my own domains
How do I change the from address?
Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] Rejected for bad headersAre you saying I need to include a subject field? I do not have one on the form. Can this be hidden?
Forum: Requests and Feedback
In reply to: Insecure images in SSL AdminI have the same problem i think it is something to do with the wp_get_attachment_image function but cant track it down.
does anyo0ne have any ideas?
Forum: Fixing WordPress
In reply to: Thumbs in Media Library not showing in SSL modeHi
Sorry to bump this, but has anyone else had this problem? struggling to find a solution.
Matt
Forum: Fixing WordPress
In reply to: My htaccess file is being hackedIt will depend on how they have hacked, if they are just hacking the .htaccess file, try adding this to your .htaccess file:
<Files .htaccess>
order allow,deny
deny from all
</Files>it will stop users being able to browse it, however if they are exploiting another form of hole in wordpress or your web server you have a whole different problem.
Hope that helps
Forum: Fixing WordPress
In reply to: Thumbs in Media Library not showing in SSL modemaybe answering my own question, looked at the source of the page and the links to the images are not https
<img src=”http://www.domain.com/wp-content/uploads/2010/09/img.jpg”
should be
<img src=”https://www.domain.com/wp-content/uploads/2010/09/img.jpg”
but the question is how to correct this?
Forum: Fixing WordPress
In reply to: warnings on activating a pluginAnyone any ideas? I thin it is a permissions problem, but on what files?
Forum: Fixing WordPress
In reply to: warnings on activating a pluginI think it is something more fundamental than that, You are right that a common cause of the headers already sent issue is having blank lines, but it simply means that somethign has been outputted
Forum: Fixing WordPress
In reply to: Disaster Recovery ProblemOk answered my own questionn by playing… you have to re-activate a theme, this seems to trigger it to work
thanks all
Matt