This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
email and upload issues
Started 12 years ago by Brodephat | 4 posts |
-
OK, I got 3.0 this week and had problems with it working so I did everything I could find in the forums
First off, I could not log in.
That was fixed by updating the php.ini file with:
/home/users/web/b2070/my-host-username/cgi-bin/sesI created a folder in the cgi-bin folder and pointed my session to that folder (the cgi-bin is sometimes more secure than just a folder)
I then cleared my cookies and browser cache and I was able to login (had to send a password request)My second problem was getting the upload to work, so I made these adjustments in php.ini
max_execution_time = 599
max_input_time = 599
upload_max_filesize = 80M
post_max_size = 70M
upload_tmp_dir = /home/users/web/b2070/my-host-username/uptemp ; I created the folder uptempI also made sure safe mode was set to off in php.ini
safe_mode = OffGot uploads working but I can only view what should have been sent in the view entries section
I can also see the uploaded files in the associated form_# files folder under the data directoryThe funny thing is the submitter email is sent back to them fine but my notifications are not working even when I send it from the view entries page
Oh yeah and this is what the upload file line says in the submitter return emailUpload a File Twinkles.mp3Twinkles.mp3 << not sure if that's a problem or not
[forum search keywords]
can't log in
cant login
can't login
uploads not working
notifications not workingPosted 12 years ago # -
By the way I did login and get the 3.1 update.
Also I'd like to note that my old forms don't work as well as any new forms I create after the upgrade, however email notifications are still not working old or new
Posted 12 years ago # -
This is weird...
If there is no upload and the preview is selected, the notification is sent to both me and the submitter (everything works as it should)
If there is no upload and the preview is not used, the notification is sent to both me and the submitter (everything works as it should)
If there is an upload in both scenarios, only the submitter receives a notification
Hope that helps with tracking down the problem
Posted 12 years ago # -
FYI...Yuniar is currently working on a fix for this scenario, as I have experienced similar issues.
Posted 12 years ago #
Reply
You must log in to post.