hey there
what, if anything, do you have in your apache logs?
if you don’t know off hand where the logs are, it’s worth checking
/var/log/apache2/
/var/log/httpd/
and if still no luck there should be a log entry in your httpd.conf like:
ErrorLog /var/log/apache2/error.log
AccessLog /var/log/apache2/access.log
Thread Starter
tab7x
(@tab7x)
Hi,
in error.log I have very much rows of this type (each second)
[Tue Feb 24 09:46:53 2015] [error] [client xxx.xxx.xxx.xxx] File does not exist: /var/www/api
In access.log at row in which I wish to create a post I have
xxx.xxx.xxx.xxx – user [24/Feb/2015:09:40:05 +0100] “POST /wp/wp-admin/admin-ajax.php HTTP/1.1” 200 539 “http://mysite.com/wp/wp-admin/post-new.php”
ok, those timestamps don’t line up so that error doesn’t appear to be related to the post you tried to save. thank you for pasting those over. there were no other errors in the error log?
if not, we’ll want to try re-uploading wordpress or disabling plugins. are you running 4.1.1? are all of your plugins up to date?
Thread Starter
tab7x
(@tab7x)
I don’t know how to find!
I don’t have installed any plugins. Just some templates.
In access.log I can see many wp-admin rows but are referred to ajax, css and each other loaded page of wp.
can you switch to the twenty-fifteen template and try creating a new page please?
thanks for double checking on the logs
Thread Starter
tab7x
(@tab7x)
I also tried to set default template (twenty-fifteen) but the problem remains.
I tried to make a new installation of wp mainteining original permission of wp directories and setting only wp-content/uploads and wp-content/cache to www-data:www-data, but without any success…
Thread Starter
tab7x
(@tab7x)
Now it works.
I contacted system administrator -.-”’
It was a configuration issue