evdboogaard
Forum Replies Created
-
+1
With v3.5 the error becomes:
<b>Warning</b>: Missing argument 2 for wpdb::prepare(), called in /home/account/public_html/wp-content/plugins/wp-cron-control/wp-cron-control.php on line 291 and defined in <b>/home/account/public_html/wp-includes/wp-db.php</b> on line <b>990</b>
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] 908 requests to load a single pageDo you have a multisite installation? And if so, which type: subdomain or subdirectory?
Forum: Plugins
In reply to: [W3 Total Cache] CDN support is broken on WordPress Multisite sub-sitesMain site setup as a subdomain should not be a problem at all.
I have the same problem with the latest version 0.9.2.4.
On two other multisite installations as subdomains I have no problems. The one with subsites as sub-directories has problems: accessing dashboard, htaccess complaints AND most important is uses huge resources.
With 0.9.2.3 no problems. I disabled W3TC and will try downgrading.Same here. Loading is also slooow.
Forum: Plugins
In reply to: [Plugin: Exploit Scanner] Spinning wheel, but zero files scannedSame problem here, I even lowered the filesize to 5K and still get the spinning wheel and Files Scanned: 0.
Forum: Plugins
In reply to: [Revision Control] Hey, plugin author! Are you alive and well??Go for it!
Ah yes that explains it π
Thanks for the plugin btw. I look forward to the final version.The URL where I tried it is a site we’re currently developing. I prefer not to share i there, but rather that we sort this out by email?
Cheers,
ErwinForum: Plugins
In reply to: Widget don't work on WordPress multi-sitesAny news Danny?
Forum: Plugins
In reply to: [Plugin: WP Super Cache] pages not cachedThe 1st: it’s unchecked (which turns caching ON)
Forum: Fixing WordPress
In reply to: Proper formating for Javascript function?Thanks Otto42!
Macart, I have it working with WordPress MU 2.9
thanks to Otto42’s suggestion:jQuery(document).ready(function($) { // $() will work as an alias for jQuery() inside of this function $(function() { $(".jqzoom").jqzoom(); }); });I suggest you check your paths too, make sure everything is loaded correctly.