imixed
02-01-2009, 11:33 AM
Hi Folks,
Unfortunately, the email notification fails when adding a comment to an image.
I already used the forums search function and tried out a few things ... but still no progress.
Here is the information overview from the admin gui:
You are running Pixelpost version: 1.7.1 (Better than Ever) - January 2008
Latest Pixelpost version: You have the newest version of Pixelpost!
URL http://www.imixed.net/admin/index.php
PHP-version 5.2.6 (Pixelpost's min requirement: PHP version: 4.3.0 )
Session save path /is/htdocs/user_tmp/wp1003461_8EGHV4ZHZN
MySQL version 5.0.32-Debian_7etch8-log (Pixelpost's min requirement: MySQL: 3.23.58 )
GD-lib bundled (2.0.34 compatible) with JPEG support
File Uploads to Pixelpost site are possible.
Server Software Apache/2.2
EXIF Pixelpost is using exifer v1.5 for EXIF-information.
Within the options section it is checked to send email notification on comments. The setting "use HTML notification email" is disabled (but I also tried enabled).
In another thread I found a mail.php script that you can still access by launching http://www.imixed.net/mail.php.
This will result in:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /is/htdocs/wp1003461_8EGHV4ZHZN/www/imixed/shoots/mail.php on line 3
The content of the script is:
<?php
$to******=*'mario@imixed.net';
$subject*=*'Test*Mailing';
$message*=*'This*is*a*test*mailing*using*PHPs*mail ()*function.';
$headers*=*'From:*admin@example.com'*.*"\r\n"*.
***********'Reply-To:*admin@example.com'*.*"\r\n"*.
***********'X-Mailer:*PHP/'*.*phpversion();
if(mail($to,*$subject,*$message,*$headers)){
****echo*"Mail*successfully*sent*to*<$to>";
}else{
****echo*"Mail*failed*to*send*to*<$to>";
}
?>
Any ideas?
BTW: If it could be interesting for you ...
My site is based on WebPack L package hosted at http://www.hosteurope.de
Any tip is appreciated!
Unfortunately, the email notification fails when adding a comment to an image.
I already used the forums search function and tried out a few things ... but still no progress.
Here is the information overview from the admin gui:
You are running Pixelpost version: 1.7.1 (Better than Ever) - January 2008
Latest Pixelpost version: You have the newest version of Pixelpost!
URL http://www.imixed.net/admin/index.php
PHP-version 5.2.6 (Pixelpost's min requirement: PHP version: 4.3.0 )
Session save path /is/htdocs/user_tmp/wp1003461_8EGHV4ZHZN
MySQL version 5.0.32-Debian_7etch8-log (Pixelpost's min requirement: MySQL: 3.23.58 )
GD-lib bundled (2.0.34 compatible) with JPEG support
File Uploads to Pixelpost site are possible.
Server Software Apache/2.2
EXIF Pixelpost is using exifer v1.5 for EXIF-information.
Within the options section it is checked to send email notification on comments. The setting "use HTML notification email" is disabled (but I also tried enabled).
In another thread I found a mail.php script that you can still access by launching http://www.imixed.net/mail.php.
This will result in:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /is/htdocs/wp1003461_8EGHV4ZHZN/www/imixed/shoots/mail.php on line 3
The content of the script is:
<?php
$to******=*'mario@imixed.net';
$subject*=*'Test*Mailing';
$message*=*'This*is*a*test*mailing*using*PHPs*mail ()*function.';
$headers*=*'From:*admin@example.com'*.*"\r\n"*.
***********'Reply-To:*admin@example.com'*.*"\r\n"*.
***********'X-Mailer:*PHP/'*.*phpversion();
if(mail($to,*$subject,*$message,*$headers)){
****echo*"Mail*successfully*sent*to*<$to>";
}else{
****echo*"Mail*failed*to*send*to*<$to>";
}
?>
Any ideas?
BTW: If it could be interesting for you ...
My site is based on WebPack L package hosted at http://www.hosteurope.de
Any tip is appreciated!