Search found 8 matches

by PeterK2003
Tue Mar 06, 2007 11:07 am
Forum: Bugs
Topic: emails formated incorrectly
Replies: 3
Views: 2513

My mail server(hmail server) and gmail's server both did the same thing and I have other php apps that send mail fine so I don't think that it is an issue with the server but I can't prove that.

Even after i changed that there is still an extra set of <> that I don't know where they came from ...
by PeterK2003
Tue Mar 06, 2007 10:33 am
Forum: Bugs
Topic: emails formated incorrectly
Replies: 3
Views: 2513

Actually i just fixed it. I changed this line:

$maildata['headers'][] = 'From: "'. $maildata['fromName'] .'" <'. $maildata['blogMail'] .'>';

to:

$maildata['headers'][] = 'From:<'. $maildata['blogMail'] .'>';

in functions.inc.php

hope that helps someone!


~Peter
by PeterK2003
Tue Mar 06, 2007 10:25 am
Forum: Bugs
Topic: emails formated incorrectly
Replies: 3
Views: 2513

emails formated incorrectly

i keep getting this error(from apache):
[Tue Mar 06 04:09:31 2007] [error] [client 192.168.0.2] PHP Warning: mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 550 Sender address must be specified. in D:\\ftp\\Peter.krum.name\\blog\\serendipity\\include\\functions.inc.php on ...
by PeterK2003
Tue Dec 20, 2005 5:17 pm
Forum: Installation
Topic: upgrading PHP
Replies: 9
Views: 5294

ok i am not sure why that link didn't work for ya it looks like th redirection worked but what ever. Thanks for the help. I am going to be moving all my web stuff to a new server shortly maybe that will fix it.
by PeterK2003
Tue Dec 20, 2005 4:51 pm
Forum: Installation
Topic: upgrading PHP
Replies: 9
Views: 5294

btw

my phpinfo can be seen at: http://krum.name/phptest.php
by PeterK2003
Tue Dec 20, 2005 4:43 pm
Forum: Installation
Topic: upgrading PHP
Replies: 9
Views: 5294

not quite

i think the command should be "extension=php_sqlite.dll" based on the other extentions and the list of dlls in the ext folder. And when i added the line and restarted apache it took a really long time and eventually windows told me "Error 1053: The service did not respond to the start or control ...
by PeterK2003
Tue Dec 20, 2005 4:09 pm
Forum: Installation
Topic: upgrading PHP
Replies: 9
Views: 5294

where am i looking

where should i be looking for this? PHP.ini? If so i see a bunch of stuff about mysql but nothing for sqlite.
by PeterK2003
Tue Dec 20, 2005 3:31 pm
Forum: Installation
Topic: upgrading PHP
Replies: 9
Views: 5294

the error

I belive this is the error that is causing the problem but i am not sure what to do about it:

[Sat Dec 17 14:49:24 2005] [error] [client 192.168.0.2] PHP Fatal error: Call to undefined function sqlite_open() in D:\\ftp\\Peter.krum.name\\serendipity\\include\\db\\sqlite.inc.php on line 37
[Sat Dec ...