v_decadence
Forum Replies Created
-
Done
Yep, it works now, thanks!
Thanks, will try)
Thanks. Will wait for new release 🙂
Already have latest (1.3.0).
I found something: maybe it’s related to relative paths and wrong autoload.php including.
If I change line 19 of advanced-cron-manager.php file to:
require_once( __DIR__ . ‘/vendor/autoload.php’ );
it works ok.I think it loads wrong autoload.php file because you’re using relative paths and I use Composer for whole project. Maybe it loads my /vendor/autoload.php (which doesn’t have underDEV_Requirements class)
Can you make this change please?
Composer works fine.
Did you try replicate this?
PHP 7.0.4
No, I have vendor dir in plugin directory like in this archive:
https://downloads.wp.xz.cn/plugin/advanced-cron-manager.2.2.3.zip> I tried with usual installation and via wpackagist.org.
wpackagist.org contains all needed files when it installs plugin.
https://image.ibb.co/bYmXWa/Screenshot_1.pngIt’s definitely something with WP CLI combination because plugin works normal via web UI.
At least:
wp plugin list
wp plugin activate
wp plugin deactivateI’m sure there are more of them.
If I use –skip-plugins=advanced-cron-manager it works normal.
I tried with usual installation and via wpackagist.org.
Forum: Plugins
In reply to: [Search Everything] Search every page option missing – can't search pagesThe same issue for me – WordPress 3.5.1 and Search Everything 6.9.4.1. There are no page options on plugin settings page. But anyway search works for pages. I tried it on the two different sites.
Forum: Fixing WordPress
In reply to: Get all IDs from $wp_queryI understood. Thank you very much!
Forum: Fixing WordPress
In reply to: Get all IDs from $wp_querykeesiemeijer, thanks for the quick reply!
This is exactly what I needed.
But now I have another question – what are possible values of “fields” option?In docs it is:
‘ids’ – Return an array of post IDs.
‘id=>parent’ – Return an associative array [ parent => ID, … ].
any other value or empty (default): return an array of post objectsI don’t understand the second and third options – which keys/values are supported and why are they reversed – id=>parent then parent => ID?
And “any other value or empty” – value of what?Forum: Fixing WordPress
In reply to: How to add several custom parameters in permalinkI don’t believe that nobody knows the answer.
Forum: Plugins
In reply to: [Plugin: Pronamic Google Maps] Getting coordinates set in postThanks! This is exactly what I needed.