juniorbra on "[Plugin: Ad Inserter] PHP application overload"
Hi, I've isolated the problem and Ad Inserter is in fact causing CPU spikes in my server when the traffic increases. I don't know if W3 Total Cache is handling correctly this problem. Can you help?
View Articlespacetime on "[Plugin: Ad Inserter] PHP application overload"
I'll be happy to help. Are you using the latest version of the plugin 1.5.5? There were some changes since the last version.
View Articlefranpena on "[Plugin: Participants Database] Operate two fields and show the...
Just to complete the answer to my own question, I have been able to add two variables from the Signup page, and show the result in the Thanks page, following these instructions: 1. Copy the file...
View Articlejuniorbra on "[Plugin: Ad Inserter] PHP application overload"
Yes, using version 1.5.5 :(
View Articleswisspenelope on "swpm password hashing oddity"
I updated a database full of plaintext passwords following the excellent pointer received from amijanina, to sue this class: $encrypted_pass = SwpmUtils::encrypt_password($plain_password); and have...
View Articlexnau on "[Plugin: Participants Database] Operate two fields and show the...
Good solution...glad you figured it out.
View Articlespacetime on "[Plugin: Ad Inserter] PHP application overload"
Ok, then please contact me via the link in the plugin.
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 ArticleDreamfish on "Update from 4.1.1 to 4.2.2 completely screws my database"
Hey everybody, whenever I try to update my fine running site from 4.1.1 to 4.2.2, I receive the following errors when it comes to database updates:...
View Articlehelened on "[Plugin: WassUp Real Time Analytics] timestamp varchar(20)"
Converting unix timestamp to SQL datetime format is straightforward. You only need to add the timestamp value (as seconds) to the epoch date '1970-01-01 00:00:00'. You can do this with the "DATE_ADD"...
View Articlejames.cdd on "[Plugin: Duplicator] Database errors during writing"
Thanks alex.mqt for the solution. For me I had a similar situation, The above solution was nearly enough to fix, I then had to go in the wp-config file and update the db charset to utf8 Good to go!
View Articlefreeinterwebz on "Made a beginners mistake, now how do i fix it without...
Hello awesome people, I have made a website using wordpress, but now I´m facing a minor problem. see, the website is supposed to be on the URL http://bestphone.nl but instead it is...
View Articlefgilio on "[Plugin: NextScripts: Social Networks Auto-Poster] Error Table...
Hi guys, I'm receiving the following in the logs. Error Table 'wp_nxs_log' doesn't exist de la base de datos de WordPress para la consulta SHOW FULL COLUMNS FROMwp_nxs_logrealizada por edit_post,...
View Articleleejosepho on "Made a beginners mistake, now how do i fix it without messing...
can I just move the folders in a FTP client? Not unless you also do more... ...will it mess with the database? That is what you will have to do if you do that. An alternate is to leave your...
View Articleokieman on "How get hardcoded links into my database?"
I have a text box inside a widget containing links to internal pages (Travel,Events,Newsletters). Since it was inserted as text, WP doesn't "know" the links are there. I'd like to code that so it will...
View Articlefreeinterwebz on "Made a beginners mistake, now how do i fix it without...
YES! That worked flawlessly! Thanks a lot!
View Articlesongdogtech on "How get hardcoded links into my database?"
Use the default WordPress widget Custom Menu to put a menu of pages in the same widget area.
View Articleokieman on "How get hardcoded links into my database?"
I'll tinker with that and see what happens. Thanx!
View Articleleejosepho on "Made a beginners mistake, now how do i fix it without messing...
So what you have now is an .htaccess in "root" that does nothing at all related to WordPress other than to send your domain URL *to* WordPress (index.php) where WordPress has (or will soon have) its...
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 Article