vikp
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Native PHP Sessions] Pantheon session add index message showingThank you for your support. its about some — dashes . all worked well
Forum: Plugins
In reply to: [WordPress Native PHP Sessions] Pantheon session add index message showingYes I have replaced all those things. I removed my original site details security reasons.
$ terminus wp oursite.dev pantheon session add-index –url=’https://mydomain.com’
The “–url” option does not exist.
*some special chars added automatically
Forum: Plugins
In reply to: [WordPress Native PHP Sessions] Pantheon session add index message showingThanks for the reply.
I’m getting below error. Also im using custom domains for my development multisites
site .pantheonsite.io’ not found. Verify
--url=<url>
matches an existing site.
[notice] Command: site:env — wp — pantheon session add-index –url=mycustomdomain [Exit: 1][error]
Forum: Plugins
In reply to: [WordPress Native PHP Sessions] Pantheon session add index message showingHi Chris
After I updated into 1.4.1 again I’m getting the error notice top with add-index message
I have run following command
$ terminus wp site.env pantheon session add-index –url=’https://site.com’
but I’m getting some errors on CLI . anything wrong on this
Forum: Plugins
In reply to: [WordPress Native PHP Sessions] Pantheon session add index message showingokay Thanks!
Forum: Plugins
In reply to: [WordPress Native PHP Sessions] Pantheon session add index message showingCould you please share the command for terminus :
terminus wp site:env wp pantheon session add-index
Is it something like this
for pantheon do we need to apply this on every environment from dev to live ?
Permission for the folder is 755 itself and owner is root
Still we are getting this error
Uncaught InvalidArgumentException: wfWAFAttackDataStorageFileEngine::unpackMicrotime $binary expected to be string with length of 8, received string of length 0 in /code/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php:964 Stack trace: #0 /code/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php(262): wfWAFAttackDataStorageFileEngine::unpackMicrotime(”) #1 /code/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php(1233): wfWAFStorageFile->_getAttackDataRowsNewerThan(Resource id #10, 54267, 1565) #2 /code/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php(247): wfWAFAttackDataStorageFileEngine->scanRowsReverse(Array) #3 /code/wp-content/plugins/wordfence/lib/wordfenceClass.php(8881): wfWAFStorageFile->getNewestAttackDataArray(‘1685370013.2555…’) #4 /code/wp-includes/class-wp-hook.php(306): wordfence::syncAttackData() #5 /code/wp-includes/class-wp-hook.php(332): WP_Hook->apply_fi
Thanks for your reply.
When i gone through Diagnostics tab i could see that
Checking if web server can write to?
~/plugins/wordfence
– NOIs it required to make this folder writable
For security purpose we made these folders with less permission. but symlinks are configured properly
Please advise
Hi John,
Thanks for the quick reply.
I could see that a symlink from wp-content/db.php to /query-monitor/classes/QM_DB.php .Since I’m not using the QM plugin in test and production server, I deleted this symlink, now error not showing /query-monitor/classes/QM_DB.php path.
If I don’t delete this wp-content/db.php file, will the Query Miniotr plugin continue to function as if it were activated? Is it take more memory and other resources?
Forum: Plugins
In reply to: [WP Super Cache] Update post is too slowHi Team, Can i clear cache after post updation completed using hook ?
This code:
global $cache_path;
prune_super_cache( $cache_path . ‘supercache/’, true );
prune_super_cache( $cache_path, true );on post_updated hook
This will work in background, so authors wouldn’t have any feel backend slow when updating post.
Forum: Plugins
In reply to: [WP Super Cache] Update post is too slowThanks for the reply.
Yes I have thousands of posts on site, Also I want to clear the cache a post is updated/Added. Any other method to speed up this cache clear process on updating post.
Server speed is good.Forum: Plugins
In reply to: [Regenerate Thumbnails] Is it compatible with WP 5.8.2Thank you !!
Thank you!!