Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 28. Mar 2024, 21:17

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
PostPosted: 14. Apr 2011, 16:36 
Offline

Joined: 20. Aug 2009, 13:43
Posts: 17
Hello,

I upgraded to the 2.13 version of JFUploader and have run into the following issue. I am no longer receiving the email notifications when a file is uploaded thru the uploader. I was receiving the emails when using the 2.12 version.

For the JFUploader I have checked that the following fields have been filled out with a valid email address and subject text (To e-mail address, From e-mail address, Notification subject and Notification text) in the configuration setups

PHP version is 5.2.16

The Joomla Global Configuration settings have not changed between the JFUploader version updates. The Mail Settings parameters are:
Mailer - PHP Mail Function
Mail From - valid email address that has been used previously
From Name - text to identify who sent email
Sendmail Path - /usr/sbin/sendmail
SMTP Authentication - No

I have the following components loaded and I am able to receive emails thru these components - RSForms and Community Builder and with the built in Joomla "Contact Us" component.

Is there some other configuration areas that I need to check or other setting that needs to be done to receive the notification emails?

If there is other information need, please let me know and I will try to supply this information.

Thanks


Top
 Profile  
 
PostPosted: 14. Apr 2011, 16:48 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
This should still be the same. I'll try on my server.

- Michael


Top
 Profile  
 
PostPosted: 14. Apr 2011, 21:47 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
I tested. Still works.

Please note the the php e-mail is used. Not any smtp server configured in Joomla.
Make sure the pure e-mail function of your server is working.

- Michael


Top
 Profile  
 
PostPosted: 14. Apr 2011, 22:30 
Offline

Joined: 20. Aug 2009, 13:43
Posts: 17
Thanks for checking to insure it is working.

I've checked the Joomla Global Server configuration to insure that PHP Mail Function has been selected and is to be used.

Is there anywhere else I should check to insure that PHP Mail Function is being used.

The current php.ini information for email entries has the following:

sendmail_from - no value
sendmail_path - /user/sbin/sendmail -t -i

Path to sendmail - /user/sbin/sendmail -t -i

Thanks


Top
 Profile  
 
PostPosted: 14. Apr 2011, 22:44 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
can you check in the log files?

if an e-mail cannot be send a message should be somewhere.

- Michael


Top
 Profile  
 
PostPosted: 14. Apr 2011, 23:45 
Offline

Joined: 20. Aug 2009, 13:43
Posts: 17
In the error_log file the following is noted:

[14-Apr-2011 15:43:50] PHP Fatal error: Call to undefined function debug() in /home/variap/public_html/administrator/components/com_jfuploader/tfu/form_plugin.php on line 31

I turned on the upload debug and enhanced debug and got the following:

04.14.2011 16:42:17 - Action:dir; Directory: ./__/__/__/__
Request: /administrator/components/com_jfuploader/tfu/tfu_file.php?action=dir&dir=&ts=1302817322920&tfu_rn=1303175385732286932182817300206&tfu_is_flash_10=1&tfu_ut=-1&TFUSESSID=9fc0d3ccd6c0e8d66f043abe6536cf98
Stack: tfu_file.php:52:tfu_debug:Action:dir; Directory: ./../../../..
04.14.2011 16:42:47 - 1. Config loaded
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:42:tfu_debug:1. Config loaded
04.14.2011 16:42:47 - 2. Authenification sucessfull
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:58:tfu_debug:2. Authenification sucessfull
04.14.2011 16:42:47 - 3. Directory read: ./__/__/__/__/images/clients/test
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:60:tfu_debug:3. Directory read: ./../../../../images/clients/test
04.14.2011 16:42:47 - 3a. $_FILES content:
Array
(
[Filedata] => Array
(
[name] => XXX-current-job-status.pdf
[type] => application/octet-stream
[tmp_name] => /tmp/phpZyQtpA
[error] => 0
[size] => 20733
)

)

Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:74:tfu_debug:3a. $_FILES content:
Array
(
[Filedata] => Array
(
[name] => XXX-current-job
04.14.2011 16:42:47 - 4. Check valid extension: XXX-current-job-status.pdf
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:78:tfu_debug:4. Check valid extension: XXX-current-job-status.pdf
04.14.2011 16:42:47 - 4a. Extension valid.
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:80:tfu_debug:4a. Extension valid.
04.14.2011 16:42:47 - 5. Before move_uploaded_file : /tmp/phpZyQtpA -> ./__/__/__/__/images/clients/test/XXX-current-job-status.pdf
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:104:tfu_debug:5. Before move_uploaded_file : /tmp/phpZyQtpA -> ./../../../../images/clients/test/XXX-current-job-s
04.14.2011 16:42:47 - 5a. After move_uploaded_file.
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:116:tfu_debug:5a. After move_uploaded_file.
04.14.2011 16:42:47 - 6. Uploaded.
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:137:tfu_debug:6. Uploaded.
04.14.2011 16:42:47 - 7. Internal processing done.
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:170:tfu_debug:7. Internal processing done.
04.14.2011 16:42:47 - 8. Execute plugin: db_plugin.php
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:175:tfu_debug:8. Execute plugin: db_plugin.php
04.14.2011 16:42:47 - 8. Execute plugin: form_plugin.php
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_upload.php:175:tfu_debug:8. Execute plugin: form_plugin.php
04.14.2011 16:42:47 - ERROR 8 in nents/com_jfuploader/tfu/form_plugin.php, line 28: Undefined index: select
Request: /administrator/components/com_jfuploader/tfu/tfu_upload.php?dir=&TFUSESSID=981d9dde9eed2601c325245176819b87&PHPSESSID=981d9dde9eed2601c325245176819b87&size=10000&firstStart=true&zeit=1302817351617&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&remaining=1
Stack: tfu_helper.php:133:tfu_debug:ERROR 8 in nents/com_jfuploader/tfu/form_plugin.php, line 28: Undefined index: select
Stack: form_plugin.php:28:on_error:8:Undefined index: select:/home/variap/public_html/administrator/components/com_jfuploader/tfu/form_plugin.php:28:Array( [folder] => ./../../../../images/clients/test [fullpath] => ./../../../../images/client
Stack: ::form_plugin_process_upload_file:./../../../../images/clients/test:./../../../../images/clients/test/XXX-current-job-status.pdf:XXX-current-job-status.pdf
Stack: tfu_upload.php:180:call_user_func:form_plugin_process_upload_file:./../../../../images/clients/test:./../../../../images/clients/test/XXX-current-job-status.pdf:XXX-current-job-status.pdf
04.14.2011 16:42:47 - Action:dir; Directory: ./__/__/__/__/images/clients/test
Request: /administrator/components/com_jfuploader/tfu/tfu_file.php?action=dir&dir=&ts=1302817352213&tfu_rn=1307894787721173766662812607574&tfu_is_flash_10=1&tfu_ut=5&check_upload=true&TFUSESSID=981d9dde9eed2601c325245176819b87
Stack: tfu_file.php:52:tfu_debug:Action:dir; Directory: ./../../../../images/clients/test


Top
 Profile  
 
PostPosted: 15. Apr 2011, 08:24 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
you use an old version of the the form_plugin.

Are you using it at all? Seems to be in the default implementation.

- Michael


Top
 Profile  
 
PostPosted: 15. Apr 2011, 16:36 
Offline

Joined: 20. Aug 2009, 13:43
Posts: 17
Hello,

I removed the form_plugin.php and the email notifications are now being sent.

Thank you for the help with the issue.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy