juniorbra on "[Plugin: Subscribe To Comments Reloaded] Table...
Hi, PHP 5.4.36 (cli) (built: Dec 23 2014 10:25:59) with the ionCube PHP Loader v4.6.1 Server version: 5.5.42-cll MySQL Community Server (GPL) Thanks!
View Articlesharmakrishna on "How to fetch all meta_key and meta_value using post_id...
How to fetch all meta_key and meta_value using post_id wihout duplication of post meta using sql query. This query is repeting the post meta each time . $sql="SELECT * FROM wp_posts LEFT JOIN...
View Articlelinux4me2 on "How to fetch all meta_key and meta_value using post_id wihout...
I'm not completely sure what you're going for, but what I like to do is pull a single row from wp_posts and convert the records from wp_postmeta into columns so all the data I want for a given post is...
View Articlejuniorbra on "[Plugin: Subscribe To Comments Reloaded] Table...
Hi @Reedyseth, Google Webmaster Tools is showing around 500 "Not Found" pages (error 404) and almost all of them are like these ones: comment-subscriptions/?srp=5526&sra=s...
View ArticleReedyseth on "[Plugin: Subscribe To Comments Reloaded] Table...
Do you know why your plugin is generating so many error 404 pages? Is just that google try to index the pages on every site, since the plugin generates a virtual page for every user that want to manage...
View Articlextekaz on "Page is gone"
I was just making few changes on my "fornt" page and right before I clicked update my laptop lost power. When I turned my laptop back on, the front page is gone, meta boxes are there but they are...
View ArticleReedyseth on "[Plugin: Subscribe To Comments Reloaded] Table...
@juniorbra I think that a string value is store in one of the StCR option. Can you delete this option subscribe_reloaded_deferred_admin_notices with this SQL query: ` DELETE FROM wp_options WHERE...
View Articlekshah on "WordPress data not being stored in db?"
I am running WordPress Multisite on my local machine using Docker. All this means is that my WordPress installation is encompassed by a Docker container (rather than directly on the linux machine). In...
View ArticleReedyseth on "[Plugin: Subscribe To Comments Reloaded] Table...
There was already a issue open on GitHub on this link https://github.com/stcr/subscribe-to-comments-reloaded/issues/100 I have solve the issue of the table creation, I will submit this changes today...
View Articleleejosepho on "WordPress data not being stored in db?"
I went into the WordPress container's filesystem...saw the themes and plugins I had installed. Why might these all be local to my WordPress installation, and not being stored in my MySQL database? The...
View Articlemfioretti on "One VPS, seven blogs: what is better, one or many MySQL...
Greetings, I have to reinstall from scratch 6/7 independent blogs, on a Centos 6 VPS. Question is mainly about performance. Security-wise I'm sure it is better to have one separate database per blog....
View Articlegiafa on "[Plugin: SpeakUp! Email Petitions] how to add a field?"
Hi. I use Speakout to manage a petition on the website of our association (http://petizione.riscatto.info). I need to add a field with informations about "activity". I added a field to the table...
View ArticleSilkalns on "One VPS, seven blogs: what is better, one or many MySQL databases?"
I recently switched from 8 individual installs into one multisite. Didn't notice any performance changes whatsoever. Database size is almost the same as all 8 databases combined because the same...
View Articlemfioretti on "One VPS, seven blogs: what is better, one or many MySQL...
Hi Silkalns, and thanks for your comment! I knew that there would be much less maintenance to do, but knowing that there is no performance benefit in going multisite, this is unexpected: Didn't notice...
View Articlemfioretti on "One VPS, seven blogs: what is better, one or many MySQL...
By the way, let me elaborate on my original question: I am wondering how much the difference in performance will be, of having 7 databases instead of one with seven sets of wp tables. Thoughts,...
View Articleleejosepho on "One VPS, seven blogs: what is better, one or many MySQL...
seven different worpdress installs, ALL pointing to the same database, but each using a different table prefix. I only do that as pairs of individual sites sharing users, and I once (for just a short...
View Articlemfioretti on "One VPS, seven blogs: what is better, one or many MySQL...
OK, to sum it up, we have 3 combinations (because number 4 is NOT possible, is it?): 7 wp installs, 7 databases 7 wp installs, 1 database 1 multisite, 1 database 1 multisite, 7 databases and: silkalns...
View Articleleejosepho on "One VPS, seven blogs: what is better, one or many MySQL...
I think your summary is accurate, so the question really breaks down to the relationships between these three things: 1. actual need (such as when using multisite or even just sharing users between...
View Articlemfioretti on "One VPS, seven blogs: what is better, one or many MySQL...
Yes, I agree. In MY own case I am oriented towards independent blogs instead of multisite install because, short version, unless there ACTUALLY IS some performance penalty, I prefer it. Longer version:...
View Articlekshah on "WordPress data not being stored in db?"
I see, thank you. I am just having some difficulty understanding the importance of linking to a database if only the settings are stored by the database. Why not just store the settings in the...
View Article