r0xta on "Using ORDER BY-query with generic results"
Hi *, I am trying to sort a table from my wordpress plugin with this query: global $wpdb; $table_name = $wpdb->prefix . 'mytablename'; $myentries = $wpdb->get_results("SELECT * FROM $table_name...
View Articlebcworkz on "Using ORDER BY-query with generic results"
If you're getting results, the issue is not with the Codex documentation. If you feel the results are incorrect, the issue would be in how you constructed the query. Keep in mind that the sort order...
View Articleet4891 on "Two wp sites using same login database"
I have two wp sites, same theme, and style also using woocommmerce for sales. Just that one is in english and other in chinese. I realized if I go to the chinese wp folder and changed the wp-config.php...
View Articlejbcal on "Error Establishing a Database Connection"
Hi. I'm selecting 4.1 as the version, but I honestly don't recall whether or not I had upgraded to 4.1 before this happened. My page http://www.inconsistentbabble.com displays "Error Establishing a...
View Articlecatacaustic on "Error Establishing a Database Connection"
the config file is gone of course That's a big concern, but I don't think that you're completely right there. If the config file was deleted you'd get the installation pages, not the connection error....
View Articleannnamalaicse on "Wordpress session need to store in database"
Hi, I'm having problem - I must_ store sessions in database, not files because of specific deployment environment (cluster server, file systems are synchronized not immediately). Any ideas how can I do...
View Articlenunoplaid on "Help!Urgent! Plugins and database"
Hello! I really need help. This is my website: the-subfield. It's a wordpress website made with a template called Legato, from Colorlabs. Since a few days I couldn't access my dashboard anymore. I...
View Articlenunoplaid on "Help!Urgent! Plugins and database"
I tried, via phpMyAdmin, to deactivate all plugins (including woocommerce) pasting the text "a:0:{}" in the "active plugin" option name. As it didn't work I pasted the original text in the active...
View ArticleJon (Kenshino) on "Wordpress session need to store in database"
WordPress doesn't use PHP sessions by default. You can store temporary information as transients, and those get saved in the DB :)
View Articleleejosepho on "Two wp sites using same login database"
Here are some links, and I am still working on that myself: http://blog.oscarliang.net/multiple-wordpress-sites-share-login/...
View Articlejbcal on "Error Establishing a Database Connection"
Thank you! I'll get on it today and will report back.
View Articlemichele.fog on "Password Protecting Pages"
I am using WordPress for its user database because I created a website with static html files that couldn't be available for the world to see. Basically, you get to the WordPress sign in page and then...
View ArticleIpstenu (Mika Epstein) on "Specific problem with comment form 404"
So, I re-named the WordPress install folder to "Webcomics" and made as many changes in the database as I was able to. Did you edit the .htaccess?
View ArticleKilmanagh on "Alternative Database Management Systems"
I am trying to get WordPress approved in our organization. MySQL is stated as being required. However, they currently do not have MYSQL approved. It takes months or more to get products approved. Is...
View Articlewillbell on "[Plugin: Contact Form DB] Multiple forms submit to one database"
Michael, I put the code (above) to the Add Actions and Filters plugin, then tested one of the contact forms, but the data did not read to a "Combined Brochure Forms" DB. When I go to "Contact DB" I...
View ArticleKashIsaac on "Installing WordPress to remote MS SQL Database"
Here's my dilemma, I have a App/web server and I also have a DB server. I have installed WP on the app server BUT I have tried several things to connect to my MS SQL DB. I've read quite a few feeds...
View ArticleRadices on "Alternative Database Management Systems"
Currently, the only database supported by WordPress is MySQL version 5.0.15 or greater. http://codex.wordpress.org/Database_Description
View Articlejbcal on "Error Establishing a Database Connection"
Bah! Inconceivable! It was my own doing. Multiple domains hosted and two were using the same database. The database was deleted when I dropped (deleted, didn't renew) domain A, because the DB belonged...
View Articlejbcal on "Error Establishing a Database Connection"
Oh, and @catacaustic Me: "the config file is gone of course" You "That's a big concern, but I don't think that you're completely right there." You were spot on. The support person said he or she...
View ArticleSteven Stern on "Installing WordPress to remote MS SQL Database"
So why are you trying to use an Microsoft SQL Server? It seems you're making your own life difficult.
View Article