AbanteCart Community
Shopping Cart Operations => Support => Topic started by: HADY on June 25, 2020, 06:52:00 AM
-
HI!
I created a form for interior usage between clients and Accountant Department, but I don't know where it would appears on website.
Can you guide me please ?
Thanks A Lot...
-
Hi.
Check in the System → Data → File uploads
https://abantecart.atlassian.net/wiki/spaces/AD/pages/15007883/File+Uploads
-
Hi.
Check in the System → Data → File uploads
https://abantecart.atlassian.net/wiki/spaces/AD/pages/15007883/File+Uploads
Thanks Sir!
I found the details of processing this kind of forms but still have a problem with next log error:
2020-06-25 15:56:22 - App Error: AbanteCart core v.1.2.16 AForm error: can't to move uploaded file to
Trace:
#0 /home/public_html/core/engine/form.php on line 750
#1 /home/public_html/extensions/forms_manager/storefront/controller/pages/forms_manager/default_email.php on line 121
#2 /home/public_html/core/engine/dispatcher.php on line 293
#3 /home/public_html/core/engine/dispatcher.php on line 328
#4 /home/public_html/core/engine/page.php on line 108
I changed the permissions for admin>System>uploads file to 777
I am using gmail SMTP by the way
What is your suggestion to fix it please??
Thanks...
-
hi.
Usually error "can't to move uploaded file" means that you try to upload file into directory, that have no permission to write for web-server OS user.
Try to check permissions of directory "Downloads". It must be writable.
-
hi.
Usually error "can't to move uploaded file" means that you try to upload file into directory, that have no permission to write for web-server OS user.
Try to check permissions of directory "Downloads". It must be writable.
Thanks Sir!
You mean Uploads Directory ?? If not, then what is location of "Downloads" Directory ??
-
It's a your directory inside public_html.
You can see it in our repository
https://github.com/abantecart/abantecart-src/tree/master/public_html/download
-
It's a your directory inside public_html.
You can see it in our repository
https://github.com/abantecart/abantecart-src/tree/master/public_html/download
Got it.
Thank you...