Joomla 3.7 php 7.0. Never had an isue before. Path to tmp directory is correct Permission is 755 (I have also tried it with permission set to 777 and it still pops this error:
Upload Error
Failed to move uploaded file to /home/user_name/public_html/tmp/ directory.
Failed to save Install CB Plugin because: Installation error
Note right before I tried to upload the CB plugins I uploaded an update to Akeeba and one other extension with no issues.
Last edit: 7 years 8 months ago by krileon. Reason: Added [SOLVED] tag to subject
That error is only output if move_uploaded_file fails. It's a PHP error when PHP attempts to move the file from PHP tmp to Joomlas tmp folder. CB doesn't have any control over this. Updating Joomla shouldn't cause anything like that either as it's entirely up to PHP. Are all CB plugins failing to install? In Joomla extension manager or within CB > Plugin Management?
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.
All the CB plugins failed to upload yesterday. I added a .user.ini file with a few directives including the upload_tmp_dir = /tmp yesterday afternoon and test it today in Joomla by uploading a module and a plugin which worked and then uploaded the new CB plugins which also worked. Joomla still complains the PHP temporary folder is not setin the Warnings section. So all appears to be good now.