Die Funktion AddImage($image) sieht in export.main.php wie folgt aus:
function AddImage($image) {
$image = dirname(PMF_ROOT_DIR).$image;
$info = GetImageSize("$image");
if ($info[0] > 555 ){
$w = $info[0] / 144 * 25.4;
$h = $info[1] / 144 * 25.4;
}
else {
$w = $info[0] / 72 * 25.4;
$h ...
Search found 4 matches
- Wed Jul 20, 2005 3:01 pm
- Forum: Bug reports
- Topic: Fehlermeldung beim Generieren von PDF mit Grafik
- Replies: 17
- Views: 25082
- Wed Jul 20, 2005 2:52 pm
- Forum: Bug reports
- Topic: Fehlermeldung beim Generieren von PDF mit Grafik
- Replies: 17
- Views: 25082
- Fri Jul 15, 2005 12:45 pm
- Forum: Webserver and configuration
- Topic: SMTP unable to relay
- Replies: 2
- Views: 19278
- Fri Jul 15, 2005 8:58 am
- Forum: Webserver and configuration
- Topic: SMTP unable to relay
- Replies: 2
- Views: 19278
SMTP unable to relay
Hallo zusammen
Hat jemand eine Idee, was ich gegen die folgende Fehlermeldung in phpMyFAQ 1.4.9 unternehmen kann?
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for (meine eMail-Adresse) in C:\Programme\apachefriends\xampp\htdocs\phpMyFAQ\save.php on line 48
In ...
Hat jemand eine Idee, was ich gegen die folgende Fehlermeldung in phpMyFAQ 1.4.9 unternehmen kann?
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for (meine eMail-Adresse) in C:\Programme\apachefriends\xampp\htdocs\phpMyFAQ\save.php on line 48
In ...