Quantcast
Channel: Topic Tag: database | WordPress.org
Browsing all 11063 articles
Browse latest View live
↧

agm285 on "Does update_post_meta() use sql prepared statements?"

It's not really so much a question of preventing certain tags. I'm wondering whether the string entered in the field is stored in the database using a prepared statement. If not, I don't think...

View Article


pixelmac on "Wordpress, Woocommerce, & Filemaker"

Woocommerce-Filemaker integration how to or plugin would be very welcome indeed.

View Article


catacaustic on "Does update_post_meta() use sql prepared statements?"

As it says on the codex page for update_post_meta(): The new value of the custom field. A passed array will be serialized into a string.(this should be raw as opposed to sanitized for database queries)...

View Article

MarcBuckingham on "[Plugin: Participants Database] Robot members despite...

I use Participants Database to manage my martial arts school, but am having significant problems with the membership lists. Despite having a range of fields 'required' (such as name, address, DOB), and...

View Article

itthinx on "Generate directory for specific groups"

@wolfhelp I would rather recommend to implement a comparison function for uasort instead which takes the array of user objects and compares them based on the last_name. Note that you can fork the...

View Article


highschool2005 on "Database normalization to speed up multisite"

I definitely don't get that much trafic. I only have about 400 pages viewed per day. Our max connexion is set by default to 50. So it is more related to an issue with the PHP code you think? We have an...

View Article

highschool2005 on "Database normalization to speed up multisite"

How about having 1 database user per blog? Have you ever heard of this fix? My developer says it's a common issue with Wordpress Multisite when there are many blogs.

View Article

jkhongusc on "Database normalization to speed up multisite"

The 504 error from phpmyadmin tells me that you have a configuration problem that has nothing to do with WP. My guess is either a problem with the database configuration or (more likely) a...

View Article


jkhongusc on "Database normalization to speed up multisite"

This is the plugin I use to do database debugging, Query Monitor: https://wordpress.org/plugins/query-monitor/ If you turn it on it will display a lot of information. Some of the information contains...

View Article


Michael Simpson on "[Plugin: Contact Form DB] Reorder columns in database...

Unfortunately there isn't a mechanism to reorder in the admin panel. I understand that this is frustrating. Using a private page with a short code is probably the best you can do at the moment.

View Article

toomeya on "[Plugin: Contact Form DB] Reorder columns in database display"

OK, thank you.

View Article

xnau on "[Plugin: Participants Database] Robot members despite captcha and...

CAPTCHAS are always required, so there is no need to set it to "required" As to the bot registrations, are you using the latest version of the plugin?

View Article

MarcBuckingham on "[Plugin: Participants Database] Robot members despite...

Hi xnau The version is updated to the latest version, and has been kept so since it was first installed.

View Article


webaware on "Database normalization to speed up multisite"

Have you looked at your website logs to see if you're getting much traffic, outside of what you see in your analytics account? e.g. spammer and hacker bots can frequently hit WordPress scripts like...

View Article

xnau on "[Plugin: Participants Database] Robot members despite captcha and...

I suggest you try preventing direct access the main script by adding some code at the top. On line 30 of participants-database.php, before the autoload call, add a blank line and put this in there: if...

View Article


top10wala on "Posts Disappearing from Dashboard and Database"

Hi I am having trouble with my Wordpress Site. First a post saved in draft disappeared from my site, and from database as well. Next day 3 posts which was published and got 400 page views till night,...

View Article

mrdaino on "[Plugin: Wordpress Facebook] Registration server"

Hi, I wanted to ask a technical question. By registering through facebook, the account information is stored on wordpress database ? If the information remain on Facebook database, is there a way to...

View Article


kmurrayfrgraphics on "Seperate database as staging size - how to make it my...

Hello, I have been searching all over the web for a solution and nothing seems to be similar to my situation. I created a separate database to create my staging site: working.frgraphicsolutions.com I...

View Article

agm285 on "Does update_post_meta() use sql prepared statements?"

Thanks!

View Article

Ipstenu (Mika Epstein) on "Database normalization to speed up multisite"

Not even Multisite needs a php memory over 128M. If that's the case, you have insane plugins. My website has issues with the MySQL database. It often reaches the max connexion limit. The database...

View Article
Browsing all 11063 articles
Browse latest View live