If you getting the error "JFolder::create: Path not in open_basedir paths Unable to create destination" while uploading and installing any extension, Please follow the steps.
1. Login to Joomla Administartor panel.
2. Go to Global Configuration
3. Click "Server"
4. Change the path from /public_html/tmp to "tmp"
5. Login to control Panel(CPanel)
6. Open File Manager
7. Open Folder "libraries"
8. Open Folder "joomla"
9. Open Folder "filesystem"
10. Right Click on "folder.php" and click Edit.
11. Look for the line, (search = obd):
Code:
$obd = ini_get('open_basedir');
Comment out that line with // at the beginning so it becomes:
Code:
//$obd = ini_get('open_basedir');
12. Save and Close.