Skip to Content Skip to Menu

file not upload and plugin install error

  • seiku62
  • seiku62
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 0
5 years 4 months ago - 5 years 4 months ago #312626 by seiku62
Hi,

Photos cant upload from frontend in user profile
it give this error.

File failed to save! Error: Nothing to upload or link!
==
then i try to update plugin ,
so i was install gallery plugin it gives this error
Error
=====
Upload Error
Failed to move uploaded file to /home/keyfilms/public_html/tmp/ directory.
Failed to save Install CB Plugin because: Installation error

==========
avatar and canvas pic only store in cpanel and tmp directory

please advices

regards,
poonam
Attachments:
Last edit: 5 years 4 months ago by seiku62.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48438
  • Thanks: 8275
  • Karma: 1443
5 years 4 months ago #312630 by krileon
Replied by krileon on topic file not upload and plugin install error

Upload Error
Failed to move uploaded file to /home/keyfilms/public_html/tmp/ directory.
Failed to save Install CB Plugin because: Installation error

==========
avatar and canvas pic only store in cpanel and tmp directory

You'll need to contact your host as you've a permissions problem preventing PHP from moving uploads from PHP tmp. Also ensure "Path to Temp Folder" in Joomla global configuration points to the tmp folder in Joomla root and not /public_html/tmp.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • seiku62
  • seiku62
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 0
5 years 4 months ago #312651 by seiku62
Replied by seiku62 on topic file not upload and plugin install error
Hi ,

All this time we have assigned path of tmp /home/keyfilms/public_html/tmp
and it was working fine. Only the past two days , it is not working and is giving
the error "Failed to move uploaded file to /home/keyfilms/public_html/tmp/ directory.
Failed to save Install CB Plugin because: Installation error'
We did contact the Host Provider and they say it is an application error which we need
to sort out ourself and it is not a server error.
So please advise us as to how to solve this error , and your immediate action would be
highly appreciated,

thanks and regards
poonam

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48438
  • Thanks: 8275
  • Karma: 1443
5 years 4 months ago #312666 by krileon
Replied by krileon on topic file not upload and plugin install error
"Failed to move uploaded file to ..." is an error thrown when move_uploaded_file can't move the file to or from the destination (in your case /home/keyfilms/public_html/tmp/). This is typically due to a permissions problem or a security setting on your server. CB has no control over your PHP tmp folder. You can try fixing the permissions your self using an FTP client or contacting your host.

Beyond that ensure "Path to Temp Folder" within System > Global Configuration > Server is set correctly then navigate to System > System Information > Folder Permissions for Joomla to check write access to necessary folders.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • seiku62
  • seiku62
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 0
5 years 4 months ago #312685 by seiku62
Replied by seiku62 on topic file not upload and plugin install error
Hi

thank you for reply,
/tmp folder permission 0755
we did again mail to host provider
He said ''I hope you are aware that you have full control of your hosting account and all folders under it. You are free to set whatever permission required by the application"

can you please explain me
why only avater and canves pic store in tmp dir
it work.

please advice sir,

regards,
poonam

regards,
poonam

Please Log in or Create an account to join the conversation.

  • seiku62
  • seiku62
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 0
5 years 4 months ago #312688 by seiku62
Replied by seiku62 on topic file not upload and plugin install error
Hi,

Now it working,
we add
1) file_uploads = On
upload_tmp_dir = /tmp in .user.ini,php.ini,.htaccess

2)update php version 5.6.4 to 7.2.18

3)public $ftp_host = '';
public $ftp_port = '';
public $ftp_user = '';
public $ftp_pass = '';
public $ftp_root = '';
public $ftp_enable = '0';

in config.php

4)delete /tmp file recreate

5)antispam_captcha disable

regards,
poonam

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum