Tantrik on "CSS Broke when DNS propogated - Transfer"
I am also getting a ton of these errors, one I see that says it can not load style.css - this is probably the reason.. http://imgur.com/x1LtrTR Those are the errors You can also see the errors live by...
View Articlejack randall on "CSS Broke when DNS propogated - Transfer"
have you checked on the server to see if those files are actually on there?
View ArticleTantrik on "CSS Broke when DNS propogated - Transfer"
Yes they are, the thing is that I have already had the site perfect and live. until I had to point to my same domain at my new host, then the css just broke with all these errors after a "error...
View ArticleTantrik on "CSS Broke when DNS propogated - Transfer"
I also noticed that there are no thumbnail images for any of the themes in the theme tab. This also seems to be a concern for the problem
View Articlejack randall on "CSS Broke when DNS propogated - Transfer"
ok, let's go right back to basics: what version of wordpress is it? what plugins are you using? what theme are you using?
View Articletravishope on "Uploading WP site files without WP login info"
I am new to Wordpress, so I apologize for any obvious things I have missed. I have been searching for the past couple days and tried numerous tutorials and posts to related questions but have made...
View ArticleLyleChamney on "Uploading WP site files without WP login info"
From everything I’ve read my understanding is that there is no way for the site to work without also having the MySQL database files, which I don’t think are in that download. Correct on both counts....
View Articleiroberto83 on "[Plugin: WordPress SEO by Yoast] CPU heavy load on generating...
Hi, thanks for you optimal plugin, but there's an issue on the sitemap module; when it's generating a sitemap there's a query that load all the four cpu of my vps and get down my website:...
View ArticleStrictly Software on "How to find missing indexes"
Hi Is there anyway in MySQL for WordPress to find out "missing" indexes. I constantly get (in Server Monitor) long waiting queries that say "copying to temp table" or "sorting result" in the state...
View Articlesongdogtech on "How to find missing indexes"
Your question about MySQL indexes and optimizing queries is far beyond WordPress-specific; you're better off asking at http://serverfault.com/
View Articledz0ny on "[Plugin: SEO Redirection Plugin] problem with...
@textliving FYI, you've just stumbled on SQL Injection bug. The problem is when stack uses mysqli and connections is established. If perpetrator controls referrer header he can do whatever he or she...
View ArticleTigr on "[Plugin: WP Security Audit Log] Syntax error (%d not replaced)"
Can you already fix it, please? The logs are filling up with the errors: WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version...
View ArticleWPWhiteSecurity on "[Plugin: WP Security Audit Log] Syntax error (%d not...
HI Tigr this is a separate issue from what Luis reported hence can you please open a separate ticket? Having said that we were not able to reproduce any of the issues mentioned about hence these must...
View Article2bearstudio on "What database structure is this?"
Recently take over a maintenance work on a new WordPress website. The database is unusually large. Observing in phpMyAdmin, found that, the database has 499 tables. Almost every table has multiple...
View ArticleTigr on "[Plugin: WP Security Audit Log] Syntax error (%d not replaced)"
Right. Removed the plugin, dropped the tables with audit and wsal, removed all options with wsal in them. Reinstalled the plugin, now seems to work without errors. There must be something messed up...
View ArticleWPWhiteSecurity on "[Plugin: WP Security Audit Log] Syntax error (%d not...
HI Tigr, I am glad your issue is solved. By the way we do test updates as well. Thanks for the update.
View Articleshashibang on "Storing php files in file manager"
Hello, I need help with using php files on my website. Currently, the content on my website is built using wordpress themes and plugins. Now, i want to use php files along with wordpress. Below are the...
View Articleleejosepho on "Storing php files in file manager"
I think things like that are typically added inside your Child Theme's folder and then called from your Child Theme's functions.php file. However, it is also possible to make your own plugin and do all...
View Articlechrishajer on "What database structure is this?"
Those appear to be backup tables of some sort. Take a look in the site's wp-config.php for the $table_prefix. It should look like this: $table_prefix = 'wp_'; If so, and there are no other WordPress...
View Article2bearstudio on "What database structure is this?"
Thank you, @chrishaje. $table_prefix = 'wp_'; there is no doubt at this. The question is, all those redundant tables have the same prefix. I am pretty sure those redundant tables are useless to the...
View Article