Error in WordPress when trying to search or upload themes

0

I am new to WordPress and after installing it and running it I get an error that jumps just when I try to find a topic or upload it to customize my site.

An unexpected error occurred. Something may go wrong with WordPress.org or the configuration of this server. If you still have problems, please try the support forums.

That's what it tells me when I'm in localize / wordpress / wp-admin / theme-install.php? browser = featured

When I try to modify something from the default theme of 2017 it tells me this:

The wp-content / uploads / 2017/12 directory could not be created. Make sure the server has write permissions for the top directory.

    
asked by Alejandro Ontiveros 17.12.2017 в 00:57
source

2 answers

0

What you could do is in the class-http.php file found in wp-includes modify the sslverify key to false

    
answered by 17.12.2017 в 01:09
0

Solution Well, after investigating a lot and also thanks to Eugeni Bejan's comment I was able to find what was needed ... I just had to give him enough permissions

in the directory / var / www / html run the command chown -R apache.apache wordpress / and I was able to customize my WordPress site.

    
answered by 17.12.2017 в 03:02