• My error log is filled with these:

    [29-Nov-2011 04:06:05] PHP Fatal error:  Call to undefined function  w3_url_format() in /home4/xxxxxxxx/public_html/wp-content/plugins/w3-total-cache/lib/W3/Plugin/PgCacheAdmin.php on line 213
    [29-Nov-2011 04:06:06] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') WHERE p.post_date > '2011-05-17 15:11:02' AND p.post_type = 'classes' AND p.po' at line 1 for query SELECT p.* FROM wp_posts AS p  INNER JOIN wp_term_relationships AS tr ON p.ID = tr.object_id INNER JOIN wp_term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id AND tt.taxonomy = 'category' AND tt.term_id IN () WHERE p.post_date > '2011-05-17 15:11:02' AND p.post_type = 'classes' AND p.post_status = 'publish' AND tt.taxonomy = 'category' ORDER BY p.post_date ASC LIMIT 1 made by require, require_once, include, next_post_link, adjacent_post_link, get_adjacent_post
    [29-Nov-2011 04:06:06] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') WHERE p.post_date

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Frederick Townes

    (@fredericktownes)

    The next release will be much better, however understand that those database errors are not caused by W3TC, W3TC “proxies” DB calls to see which can be cached.

    Hi Frederick,

    I have few problems with W3TC and 3.3.1 WP site, such as CDN cache emptying, and recently it won’t let me view the site, saying “Error with connecting with database”, and all I did was changed object width in themes CSS. My question is when it will be updated ? Thanks in advance!

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    @dinocsp, what are you settings? Caching does not fix underlying performance issues in your site, instead it allows you to reach the maximum performance of your web server. For CDN cache emptying there are purge options for supported CDNs and you can use the “Prevent caching of objects after settings change” option on the browser cache settings tab to make sure that browser caching policies are treated uniquely.

    DinoCSP

    (@dinocsp)

    Hi, I’ve removed most of the issues, only thing that remains is:

    So, I have CSS & JS minify truned on, used the help wizard to select files, plugin created them and uploaded them successfully onto CDN, now when I have to change some CSS (Like recently had to change .iframe tag) so I change it, and go to Minify page and click on the empty to rebuild (or something like that), and it empties minify cache, but doesn’t create one with updated files, when I go to w3tc/min folder I see that it was about to create it since i can se instead of include.default.sa15654sd.css I see include.default.id and same thing for other files, then I have to randomly removing of files in CSS and/or JS list and then putting them back so it starts to generating those files, and it takes mi almost two hours on I live site to change “width:250px” to “width:245px”, and during that time … well You know what CSS means now a days …

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    This issue is fixed in the upcoming release.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: W3 Total Cache] Large error_log, lots of w3tc errors’ is closed to new replies.