![]() ![]() |
Apr 20 2012, 05:52 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 20-April 12 Member No.: 1,159 |
I recently bought Post by email pro and have some troubles. I run Joomla 2.5 After sending the mail, I receive it in the category I choosed, but only have the title (subject of the mail). When I open the article, it is empty... I also tried to post by email in Kuena forum, but without more success Код ***ERROR (com_kunena) Unable to add post: COM_KUNENA_POST_FIELD_REQUIRED 1 emails imported (Régie) in 1 seconds. It says 1 email imported but there is nothing new in the forum |
|
|
|
Apr 21 2012, 10:44 AM
Post
#2
|
|
|
Advanced User ![]() ![]() ![]() ![]() Group: Advanced Member Posts: 218 Joined: 15-April 11 Member No.: 761 |
Hi, I recently bought Post by email pro and have some troubles. I run Joomla 2.5 After sending the mail, I receive it in the category I choosed, but only have the title (subject of the mail). When I open the article, it is empty... I also tried to post by email in Kuena forum, but without more success Код ***ERROR (com_kunena) Unable to add post: COM_KUNENA_POST_FIELD_REQUIRED 1 emails imported (Régie) in 1 seconds. It says 1 email imported but there is nothing new in the forum Hi, dbass. The problem in both cases seems to be the missing message's content, obviously Please send a test e-mail to test_test@3dwebdesign.org in order to investigate the format of your e-mails and the behaviour of our message parser. When you do, please write us a notice... Meanwhile I remain with Best regards, Ivan |
|
|
|
Apr 21 2012, 12:28 PM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 20-April 12 Member No.: 1,159 |
Hi, dbass. The problem in both cases seems to be the missing message's content, obviously Please send a test e-mail to test_test@3dwebdesign.org in order to investigate the format of your e-mails and the behaviour of our message parser. When you do, please write us a notice... Meanwhile I remain with Best regards, Ivan Hi, I have just sent a test message to test_test@3dwebdesign.org. I run on MacOS X 10.6 with excellent Sparrow Mail client. In my client, I have a lot of addresses configured, but I use Gmail accounts... Thank you for your help. This post has been edited by dbass: Apr 21 2012, 12:29 PM |
|
|
|
Apr 23 2012, 09:02 AM
Post
#4
|
|
|
Advanced User ![]() ![]() ![]() ![]() Group: Advanced Member Posts: 218 Joined: 15-April 11 Member No.: 761 |
Hi, I have just sent a test message to test_test@3dwebdesign.org. I run on MacOS X 10.6 with excellent Sparrow Mail client. In my client, I have a lot of addresses configured, but I use Gmail accounts... Thank you for your help. Hi, Dbass! It was my bad. I've overlooked a possible use of content-disposition: inline Open /administrator/components/com_post_by_email/controller.php Depending on the Joomla version, around line 590 (Joomla 1.5) or line 437 (Joomla 1.6-2.5) there is the following code (3 lines): Код if ('attachment' == $disposition || 'inline' == $disposition || (!empty($content_type) && in_array($content_type, $accepted_attachment_types))) { if (!in_array($content_type, $accepted_attachment_types) || !in_array($transfer_encoding, $accepted_attachment_encodings)) return; Please replace it with the following: Код if (('attachment' == $disposition || 'inline' == $disposition) && !empty($content_type) && in_array($content_type, $accepted_attachment_types)) { if (!in_array($transfer_encoding, $accepted_attachment_encodings)) return; Edited on 24.04.2012: In the same file search for Код require_once (KUNENA_PATH_LIB . DS . 'kunena.posting.class.php'); Above it please insert: Код require_once (JPATH_SITE.DS.'includes'.DS.'application.php'); End of the edit note Thank you very much for your feedback. I remain with Best regards, Ivan |
|
|
|
Apr 23 2012, 09:05 AM
Post
#5
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Problem is solved. Both versions of extension (joomla 2.5 and j1.5) have updated with this fix and are already uploaded in our website.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 1st June 2026 - 10:08 PM |