Missing Temporary File and other errors
-
Hello! Without any changes to my plugins, themes, or php (everything had been updated by the creators at least a week prior), WP suddenly would not let me upload images.
I received the classic error “missing temporary folder” when trying to upload images. I read a lot of literature on the error that all provided the same solution: https://hostpapasupport.com/how-to-fix-missing-temporary-folder-error-in-wordpress/
I followed these steps to a tee – first adding the appropriate line of code to wp-config.php, then adding a /temp folder. It only exacerbated the issues and prevented me from logging into WP, so I deprecated the code to the previous instance, and thus started receiving the original error again. I checked with HostGator, and I’m fine on space.
However, I’m still receiving the “missing temporary folder” error, and the following errors appear when I go to the ‘posts’ section of WP:
Warning: session_start(): open(/tmp/sess_e502b91bbafd2f5d2eb1d649ec5384ce, O_RDWR) failed: Permission denied (13) in /home4/wahicm0aeqla/public_html/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/inc/class-thelib.php on line 145
Warning: session_start(): Failed to read session data: files (path: /tmp) in /home4/wahicm0aeqla/public_html/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/inc/class-thelib.php on line 145
Warning: Cannot modify header information – headers already sent by (output started at /home4/wahicm0aeqla/public_html/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/inc/class-thelib.php:145) in /home4/wahicm0aeqla/public_html/wp-admin/includes/misc.php on line 1196
All of the permissions are set to 755 on the relevant directory level and 644 on the file level. It appears that the above errors are related to the custom-sidebars plugin, but I wouldn’t expect this to impact my ability to upload images.
What other recourse is there? Thanks in advance for your help.
The topic ‘Missing Temporary File and other errors’ is closed to new replies.