Sarajeisel on "wp_capabilities error in server"
Hi! My hosting company has called me because we are using all the server capacity. I dont understand the error and why it could be produced: Sometimes there are these consultations: 13921...
View ArticleJamesMcWhorter on "SQL Script to find, and drop, tables on a Multisite"
Hi everyone. I help run a WordPress multisite for a College. There are a few hundred sites. At one point I installed https://wordpress.org/plugins/broken-link-checker/. Works great except when you are...
View Articlesoliver1971 on "MySQL version control failes during upgrade to 4.0"
Dear Otto, thanks for the reply, then my diagnosis was wrong. For whatever reason the db_version returns "4.0.27", mysql_get_server_info() returns "4.0.27-5.0.51_InodeWebhosting" and...
View ArticleSamuel Wood (Otto) on "MySQL version control failes during upgrade to 4.0"
My suggestion would be to tell them to fix the database, or change webhosts.
View Articlesoliver1971 on "MySQL version control failes during upgrade to 4.0"
OK, thanks. I have just forwarded this thread to the tech support of my hosting company. If they come back with a solution, I will close this topic.
View Articlexnau on "[Plugin: Participants Database] Creating the clickable download...
You need to build your links using the URL of the plugin uploads location and add the filename which is stored in the record. There's really nothing more to it than that.
View ArticleNicolasMous on "[Plugin: Participants Database] Creating the clickable...
xnau, thank you for your reply! But i think i need a little more information then that since i am a bit stuck. The link where the uploaded files are stored is clear (i found them). Though, i need some...
View ArticleNicolasMous on "[Plugin: Participants Database] Creating the clickable...
Alright, it was indeed quite simple but i just didn't knew immediately which direction to go. I added a simple href and selected the right comlumn by adding a AS to the query. Thank you anyway!
View Articlesoliver1971 on "MySQL version control failes during upgrade to 4.0"
The tech support told me to change the DB_HOST in the wp_config.php to /** MySQL hostname */ define('DB_HOST', '127.0.0.1:3350'); then db_version returns "5.0.51", mysql_get_server_info() returns...
View Articletonyzeoli on "[Plugin: W3 Total Cache] Total Cache causing excessive MySQL...
Hi, I just contacted Plesk support to inquire about Plesk high MySQL CPU usage and they have uncovered that a Total Cache table in the DB is causing this problem. Here is there report below. Could this...
View Articlerobinsurface on "[Plugin: ML Adverts] Clicking advert goes to page with MySQL...
ML Adverts is the simplest and best little plugin i've come across to simply add some animated advert gifs to the right sidebar. Unfortunately when you click them you get a new window with a number of...
View Articlerohan_mehta on "SQL Queries Are Not Changing Subdomain to Domain"
I built a test site for my domain nuisbe.org at devtest2.nuisbe.org. To deploy the test site to the live site, I renamed the SQL database from the devtest2 and updated info for that in the wp-config...
View Articlesffandom on "SQL Queries Are Not Changing Subdomain to Domain"
What you should have done was install WordPress in the root domain, export the WordPress data (using a plugin like WordPress Importer), and then upload the images (in the UPLOADS directory) to the new...
View Articlecatacaustic on "SQL Queries Are Not Changing Subdomain to Domain"
You don't need to do any importing/exporting/etc. :) Use this script to replace the sub-domain with the main domian. It will go through all of your database tables and re-name everything for you.
View Articlesffandom on "SQL Queries Are Not Changing Subdomain to Domain"
And there is no warranty or support provided for that script. Inexperienced users should not be directed toward such tools.
View Articleukndoit on "access mysql - inserting records, updating records and deleting...
I have a few employees. 1 creates files for the other to download and use. I have made it where they can put the files into a directory and then when the other employee see's them, they click it, it...
View Articlekaifanun on "[Plugin: iThemes Security (formerly Better WP Security)] Logs...
any updates here? Can't access my log tab. When I click it is a blank and i'm getting 500 error code.
View Articlecatacaustic on "access mysql - inserting records, updating records and...
The WordPress way to do this would be to use the WPDB class to do your database queries. As an example... $query = "SELECT ID FROM my_table WHERE downloaded = 0"; $wpdb->get_results ($query);...
View Articlemartin on "disk usage growing (Hacked?)"
I am not doing anything to my wordpress site but the disk space usage shown in the cPanel is growing simultaneously, growing hour by hour. (my site is 2xxmb in size for a long time, because each blog...
View ArticleTara on "disk usage growing (Hacked?)"
First, try scanning your site at this Malware and Security Scanner: http://sitecheck.sucuri.net/
View Article