How to change settings so I can upload images in WordPress posts?

Go to the admin panel and navigate to Settings>Media and see what it says in the Store uploads in this folder dialog box. You can try deleting whatever is in it and click save. WordPress will then try to use the default wp-content/uploads/images/2012… folders. If that doesn’t work I’d FTP to my server and check … Read more

Server specification [closed]

To add to Peter’s comment, it is very much depending on the technology you use which in turn might depend on the software architecture. If you can create a condition in which you can serve cached pages 99% of the time (by using caching plugins or varnish in front of your site) then you will … Read more

WordPress sub-directory on other server running on nginx?

Just for sharing my experience to others: I have main site with domian.com and want to subdirectory domain.com/blog reverse proxy to blog.domain.com which is a wordpress with nginx! so this is how things work for me: HTTP version: 1- in domian.com nginx config set /blog like this: listen 80; server_name domain.com www.domain.com; location / { … Read more

cURL error for cron

This error is most often related to the server configuration! Contact your hosting company and ask the hosting support to check the following points: The server is running a recent version of PHP and the cURL library. Increase PHP Memory Limit settings. Ask your web host if there is some limitation with wp-cron, or if … Read more

Log Author Actions

There is a plugin called Audit Trail. It will pretty much log all actions for your wordpress backend such as page creation / deletion, post creation / deletion, logging in / logging out. You can find it here: http://wordpress.org/extend/plugins/audit-trail/

Moving wordpress to an unknown outlet

I wouldn’t worry too much about it – just download all databases and files. And if you’re uploading them to the new server, change the wp-config files and run the following queries on the databases: UPDATE wp_options SET option_value = replace(option_value, ‘http://www.example.com’, ‘http://www.newurl.com’) WHERE option_name=”home” OR option_name=”siteurl”; UPDATE wp_posts SET guid = replace(guid, ‘http://www.example.com’,’http://www.newurl.com’); UPDATE … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)