Hi all,
I have been running Sentora for almost a year now and everything has been working perfectly.
I recently installed a Wordpress page in order to set it up as an intranet. The theme I used had some plugins that required PHP 5.6+. I was running PHP 5.5 so I upgraded it (via Ubuntu 14.04).
Now in WP I keep getting "Missing a temporary folder" when trying to upload images. So I checked my other sites that were previously running and noticed that my Help Desk app (HESK) will no longer let users upload attachments.
With WP I tried to manually setup a temp folder by creating a php.ini file in the root of WP which did not work:
and I tried by adding the following code in wp-config.php and creating the temp folder:
Neither work but I think my problem is more widespread as it has also affected my HelpDesk
I think something went wrong with the upgrade of PHP and I am not sure how to solve it. Any ideas?
I have been running Sentora for almost a year now and everything has been working perfectly.
I recently installed a Wordpress page in order to set it up as an intranet. The theme I used had some plugins that required PHP 5.6+. I was running PHP 5.5 so I upgraded it (via Ubuntu 14.04).
Now in WP I keep getting "Missing a temporary folder" when trying to upload images. So I checked my other sites that were previously running and noticed that my Help Desk app (HESK) will no longer let users upload attachments.
With WP I tried to manually setup a temp folder by creating a php.ini file in the root of WP which did not work:
Code:
upload_tmp_dir = /temp/
and I tried by adding the following code in wp-config.php and creating the temp folder:
Code:
define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/');
Neither work but I think my problem is more widespread as it has also affected my HelpDesk
I think something went wrong with the upgrade of PHP and I am not sure how to solve it. Any ideas?