carlla
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lost your password – doesn’t work wellyes! It happened again…
I have finished the custom things I was doing in dev and sent the changes to portal (just the upgrade recomendation and few files from theme path). Then, portal wasn’t senting emails… so I went to php.ini and found out the sendmail_path was without any value. So I changed it to sendmail_path = /usr/sbin/sendmail -t -i and the email function worked well again. The upgrade to 2.8.4 changed it. Why?Forum: Fixing WordPress
In reply to: Lost your password – doesn’t work wellwell, it fix my problem =D
I found out this line in php.ini
; For Unix only. You may supply arguments as well (default: “sendmail -t -i”).
;sendmail_path =and changed to: ( removing the initial ‘;’ too )
; For Unix only. You may supply arguments as well (default: “sendmail -t -i”).
sendmail_path = /usr/sbin/sendmail -t -iok, thank guys =D now the register/lost password is working well..
but I don’t understand yet.. how could this line was changed itself? =z
Forum: Fixing WordPress
In reply to: Lost your password – doesn’t work wellI used the phpinfo and get this:
dev:
sendmail_path -t -i -t -i
Path to sendmail -t -iportal:
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
Path to sendmail /usr/sbin/sendmail -t -iCould it be the problem’s reason? I don’t understand this parameters very well. Can I change it in php.ini without have other problems?
Forum: Fixing WordPress
In reply to: Lost your password – doesn’t work wellthatruth2006: I am using Dreamhost to both, dev and portal. They are in same host.
Forum: Fixing WordPress
In reply to: Lost your password – doesn’t work wellanyone?
Forum: Plugins
In reply to: More Fields Plugin Remove Meta Boxes instead of Hiding them with Jqueryok.. done!.. it work well now.. thank you very much =)
Forum: Fixing WordPress
In reply to: Lost your password – doesn’t work wellthanks guys for your help….
I was trying tho follow these tips… but it doesn’t fix my problem…
Ok, there are two wordpress instalation.. they are the my oficial portal and the development copy (the ‘dev’) where I used to make changes before to update the portal. They was wp 2.7 but I wanted to update to 2.8.4, then I update files in dev, following steps in http://codex.wordpress.org/Installing_WordPress.
So, I was testing register new user.. it showed a message to check my email box, but I not receive the message (I tried use more email accounts). I also tested the ‘lost password’ and it showed that message.
I guess it is not a problem with my host because it was working before the upgrade, and it IS working now in portal (wp 2.7), then the plugins couldn’t help me because they worked well in portal and not in dev.
I was thinking if wp changed only the files when I did the upgrade. Perhaps wp make changes in other configs when run the new files.. or the error can be a conflict with some info in database …
any ideia?
Forum: Fixing WordPress
In reply to: How to display last comments made on all posts?Forum: Fixing WordPress
In reply to: Authors see everyone elses posts?I also want to know… seems obvious that users without admin access should not see the details of other authors’ posts.
I think it will need a hack on admin code. I am looking for it. If I find out how to do it I will put here.
Anyone could give a suggestion?
Forum: Plugins
In reply to: More Fields Plugin Remove Meta Boxes instead of Hiding them with JqueryA great code =D thanks! help me a lot.
But it didn’t work in tag’s subanel in WP 2.8.4
maybe the its name was changed in this version. I am looking for the new name in code. Any sugestion?