fluffypig
Forum Replies Created
-
Hi Tabetha,
I was really happy to find this post as it sounds like exactly the solution I need.
Unfortunately the link is pointing to a 404 page and I can’t find the tutorial on your blog.
Have you moved it elsewhere or would it be possible for you to let me know here how you achieved this?
Many thanks in advance.
Forum: Fixing WordPress
In reply to: Searching With 2 Dropdown Boxes (Karimum)UPDATE:
I’ve been told
1. You shouln’t use $_GLOBALS, rather use $_POST.
2. you need to use isset() function to test to see if a post has been made, other wise the PHP thinks the form is always posting.
3. You are not echoing the form action /<?php $PHP_SELF ?>/ should be /<?php echo $PHP_SELF ?>
/4. Security wise you need some basic form validation and filtering, #1 is also a concern.Does that mean anything to anybody?
Forum: Fixing WordPress
In reply to: Searching With 2 Dropdown Boxes (Karimum)If nobody else can help with this, does anybody know of a way to contact Karimum?
Thanks
Forum: Plugins
In reply to: Plugins not activatingSo the nightmare continues…
I figured out the SSH commands but now I can’t seem to connect! I’m using ssh user@host and it then asks me for the password… upon entering the password the connection is ‘closed’.
Any ideas? Is there something on the server that could stop me being able to SSH? Can I change it? It’s not my server it’s a clients…
Forum: Plugins
In reply to: Plugins not activatingIt was your plugin that alerted me of the problem but I’m 100% sure it’s not the cause as it’s doing the same with any plugin I try. I can’t even deactivate plugins anymore.
I have figured that it MUST be because the Group ownership has somehow changes, I can’t change it back with any FTP program so SSH was my next step. I’m not very experienced with it so am doing a little research first.
Forum: Plugins
In reply to: Plugins not activatingHi,
Thanks for the reply, I appreciate it.
Unfortunately it’s not the permissions, that is the first thing I thought of.
Does anybody know anything about file groups though? As I notice the ‘group’ for this particular blogs files is ‘psacln’ I have no idea what this means but all of my other blogs have the username as ‘group’.
Unfortunately I am not able to change from ‘psacln’.
Anybody??
Forum: Fixing WordPress
In reply to: Can’t post commentsStill struggling…..
anybody? please?
Forum: Fixing WordPress
In reply to: Can’t post commentsI have tried changing themes and the comments work with default theme.
I really don’t know what has happened to my theme to make them not with with that.
Can nobody help me? PLease?
Forum: Fixing WordPress
In reply to: Can’t post commentsFurther to the above, i’ve just noticed that my contact form is not working either!
It’s a cgi contact form not really related to WP but seems to be behaving the same as my comments. Is there some sort of problem with my blog that is stopping me being able to POST?
Forum: Fixing WordPress
In reply to: Strange comment problem. Very confused!Thank you so much!
It was the highlight comments plugin! I can’t believe I didn’t think about plugins.
Thanks again ??