molj
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Round table cornesAnytime, done! 🙂
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Round table cornesThat solves it,
thank you very much Tobias!
Have a great day,
Matej
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Round table cornesHey Tobias, thank you for your prompt answer!
It works! But it also removes the previous styling (I don’t want vertical and strong horizontal borders, I just want round edges on the previous styling)
Thank you again!
Forum: Fixing WordPress
In reply to: Permalinks broken after updateesmi: mod_rewrite is running
Found the solution!
Although I have no idea why this thing broke, because it was running fine for almost a year now.The error log gave me a clue, that somehow nginx doesn’t find the index files and I found the solution here: http://codex.wordpress.org/Nginx
The default nginx configuration /etc/nginx/nginx.conf indicates that another configuration is included:
include /etc/nginx/sites-enabled/*;
So I checked in that folder and found the 900-ponnod.com.vhost file to which i added the following snippet into the server section:location / { try_files $uri $uri/ /index.php?$args; }So my main problem was I was trying to push this code to the default nginx.conf file instead to the site configuration (or maybe i was just doing it wrong:)
Consider this topic solved and thanks for the cooperation!
Matej
Forum: Fixing WordPress
In reply to: Permalinks broken after updateHello,
I found something in my error logs:
/var/log/ispconfig/httpd/ponnod.com/error.log;2013/11/17 18:38:36 [error] 3199#0: *18296 “/var/www/ponnod.com/web/komercialno/index.html” is not found (2: No such file or directory), client: 192.168.1.1, server: ponnod.com, request: “GET /komercialno/ HTTP/1.1”, host: “www.ponnod.com”, referrer: “http://www.ponnod.com/”
Where does this orient me? Towards the rewrite mod? Location?
Forum: Fixing WordPress
In reply to: Permalinks broken after updateI’v optimized and repaired the wp database with no luck. The repair script repair.php tells me that all tables are OK.
Also tried to rewrite the .htaccess file, again with no effect.
Any other suggestions?
Forum: Fixing WordPress
In reply to: Permalinks broken after updateHey lorax, yes i’ve tried that several times. Havent checked the database. Will try to repair it http://wordpress.org/support/topic/repair-database?replies=5 like the guys suggest it here. Although today i reinstalled wp and the database got checked by wp and it returned no errors.