harrisric
Forum Replies Created
-
Hi Ryan.
Thanks for your support and apologies for the delayed response to your questions.
There are no errors in the console. We have approximately 50 Pages on the site, but Post types are not needed in our case so we don’t have any. The problem occurs regardless of whether we place the AQL block on a Page or Post (created for testing only).
Notably, the AQL block functions as intended when testing locally. However, not so when testing on our hosting environment. We are hosting with Pantheon. To fully test, we uninstalled all plugins except AQL and switched to Twenty Twenty-Four theme but still the problem persists.
Perhaps it’s Pantheon specific? @wyb4c is your site hosted with Pantheon also?
This does indeed appear to be a bug as I managed to get this working by extending AQL to add a new page filter. See working extended field and broken existing field here.
The new extended field can query all pages whereas the current ‘Include Post’ fields appears to limit available pages.
- This reply was modified 1 year, 11 months ago by harrisric.
Thanks for your response. Is it possible to make that value a setting so that I don’t need to edit the plugin core files? Otherwise I’m assuming that we would need to redo every time I update the plugin.
Forum: Plugins
In reply to: [Use Google Libraries] Fix for PHP 5 strict warningOn the same topic I notice that line 338 generates strict “Only variables should be passed by reference” errors.
Assigning
wp_remote_head( "http:$url" )to a variable and then passing that variable as an argument should resolve the issue. For example:$remotehead = wp_remote_head( "http:$url" );
wp_remote_retrieve_response_code( $remote_head )Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and Backup BuddyI’ve been scratching my head over this the last few days and just found this thread. I can confirm that disabling Object Cache from the general settings page in W3TC has fixed it for me. In my case I didn’t need to remove the object-cache.php file from /wp-content.
Running:
Backup buddy 3.2.0.2
W3TC 0.9.2.8