"Missing a temporary folder" WP error on offshore VPS

JackRabbitSlim

Regular Member
Joined
Sep 4, 2020
Messages
348
Reaction score
187
Setting up a WordPress site on an offshore VPS host from BHW forum vendor and am getting a "Missing a Temporary folder" error when trying to upload 2 different premium themes.

IE: dooplay theme and Psyplay Theme.....

For reference, I was able to upload both premium themes to my shared hosting accounts without a problem. So i know the themes are fine...

The host and I did the Wp-Config.php edit that's explained here:

https://www.wpkube.com/how-to-fix-missing-a-temporary-folder-wordpress-error/

The host hasn't responded to my last few messages. In a previous message

The host said it was my theme since they were able to upload a theme to my WordPress. But like i said above, all my themes upload to my other hostings so I'm not sure why they won't upload to VPS WordPress.

I'm out of things to try... The article I referenced above does say:

"In Conclusion
If the issue persists, get in touch with your web hosting provider and contact their technical support team and ask them to fix the problem.

In most cases, this error comes as a result of terrible web hosting configurations and management. If you want to avoid such issues in the future, consider moving your website to a managed WordPress hosting platform."

I'm new to all this so I was unaware that Cpanel costs extra on offshore hosting or that an unmanaged VPS might be more than I could handle for a semi beginner. Run several shared hosting sites fine...

But I honestly believe this problem is on the host side... They act like I should fix it in some messages but try to help me in others... I think I've been in contact with several different people.

I paid upfront for a year of offshore VPS hosting because it was a vendor from here and I thought it would be a smoother process than it has been.
The WordPress site is up and running fine, I just can't upload my premium themes....

I'd love to hear any fixes or suggestions someone with experience might have for my issue..

Thanks
JRS
 
You should feel comfortable with the command line to manage WordPress on a VPS without cPanel.

You said you made the edit to wp-config.php but did you create the temp directory?

mkdir temp

In wp-content

If it's still messing up I would just do a fresh install.
 
You should feel comfortable with the command line to manage WordPress on a VPS without cPanel.

You said you made the edit to wp-config.php but did you create the temp directory?

mkdir temp

In wp-content

If it's still messing up I would just do a fresh install.
Ok. I'll def try that next.

The temp file was created. I did it wp-config fix/temp folder. Then when it didn't work, I changed it back. Then the host did it and said that they uploaded a theme... But I still can't get my premium themes to upload for whatever reason..
 
Also remember you gotta make sure the files and directories owned by the right group and has the right permissions too.

If you created a temp folder owned by the wrong group or with wrong permissions it won't work.

in wp-content directory do this:
Code:
ls -lah
Can share the output if you don't understand
 
Also remember you gotta make sure the files and directories owned by the right group and has the right permissions too.

If you created a temp folder owned by the wrong group or with wrong permissions it won't work.

in wp-content directory do this:
Code:
ls -lah
Can share the output if you don't understand
I appreciate the help. I'm trying to understand.. I just got the theme to upload via FTP... I had been trying to upload through the "themes uploader" in WordPress...

But now when I try to activate the theme it says " There has been a critical error on this website. Please check your site admin email inbox for instructions. " Learn more about debugging ect....

So new issue,, I think I'm closer. The theme shows up in WordPress it just crashes when activated...
 
Also remember you gotta make sure the files and directories owned by the right group and has the right permissions too.

If you created a temp folder owned by the wrong group or with wrong permissions it won't work.

in wp-content directory do this:
Code:
ls -lah
Can share the output if you don't understand
Could you elaborate just a bit more on this?
 
Back
Top