437 reputation
318
bio website javipas.com
location Madrid, Spain
age 40
visits member for 2 years, 9 months
seen Apr 16 at 17:03
stats profile views 62

Mar
13
comment MySQL, replacing   with… nothing (delete those, please!)
Thanks for the idea, but din't work :( The double quotes didn't change the DB, although you're right: I want to replace that with nothing. When I try your idea, I get this: mysql> UPDATE wp_posts set post_content = replace (post_content," ",""); Query OK, 7 rows affected (1.34 sec) Rows matched: 15232 Changed: 7 Warnings: 0
Mar
13
asked MySQL, replacing   with… nothing (delete those, please!)
Mar
13
revised Replace text with spaces in MySQL
added 583 characters in body; added 12 characters in body
Mar
5
accepted W3 Total Cache or WP Super Cache?
Mar
5
answered W3 Total Cache or WP Super Cache?
Feb
16
answered Can I replicate data between mySQL and SQL Server/SQL Azure?
Feb
16
comment 504 Gateway Time-Out after publishing on a Nginx-Apache-WordPress platform
Adding the timeouts didn't help, the problem is still there. I've tried to check nginx and apache error logs, but haven't seen anything weird yet. I'll keep on searching for hints. Thx anyway
Feb
16
comment 504 Gateway Time-Out after publishing on a Nginx-Apache-WordPress platform
I don't know exactly what do you mean :( I publish from the backend, and the message appears after publishing the post on the WordPress backend...
Feb
16
asked 504 Gateway Time-Out after publishing on a Nginx-Apache-WordPress platform
Feb
14
awarded  Scholar
Feb
14
accepted Nginx not working properly on subdomains [SOLVED]
Feb
14
comment Nginx not working properly on subdomains [SOLVED]
Thx, didn't know that :P
Feb
9
comment WordPress on a subdirectory with Nginx: access to dashboard?
Thx for the suggestion. I've read the wiki, and there are several locations inside the same server, as my config file shows... so now I'm not entirely sure I understood your answer. What did you mean when talking about "http->server->location..."?
Feb
9
comment WordPress on a subdirectory with Nginx: access to dashboard?
What you are saying is that I need to create another server->location instance on my config file? I'm doing this because I've seen examples across the Internet that seemed to do that to what I was looking for. The $php_root variable was also taken from one of those examples, but using the real root folder will be no problem.
Feb
8
asked WordPress on a subdirectory with Nginx: access to dashboard?
Feb
3
revised From Apache to Nginx: Error 310, too many redirects
added 350 characters in body
Feb
3
comment From Apache to Nginx: Error 310, too many redirects
Well, after using that line instead of all the previous "location /" block now I get something different: 403 Forbidden. I've checked permissions, user:group, but I can't found anything strange. I've made chown -R www-data:www-data /var/www/example.com and also chmod 755 to the same folder just to test and no differences :( Any ideas?
Feb
3
comment From Apache to Nginx: Error 310, too many redirects
Mmm. Bad luck, hasn't work. I've edited the question in order to include the nginx config file for this site. Everything is just the same as the original, except for the real domain and its folder.
Feb
3
revised From Apache to Nginx: Error 310, too many redirects
added 2113 characters in body
Feb
3
asked From Apache to Nginx: Error 310, too many redirects