Conversation
supportThe “Download vCard” link gives me a 404. It takes me to: http://example.com/wp-content/uploads/xxxx.vcf where xxxx is the lower-case company name with spaces removed. https://wordpress.org/plugins/rich-contact-widget/
The VCF file is not being created, the web user has permission to write to it, and nothing is logged in the http error log when saving the widget.
The nonce check is failing, so the file is not being created. The $url is: widgets.php?editwidget=rc_widget-2&_wpnonce=d3cf0efbc0 Basically, VCF::save() is failing to get the WP filesystem object. I have not got a clue how that works – all that nonce and URL stuff – I cannot fathom out for the life of me what that has to do with files.
Hello, the nonce is there for security reason, it prevents CSRF attacks. I tried the plugin on my local installation as well as a remote one, and didn’t have any problem with the vCard file. What is your hosting provider ?
The VCF file is not being created, the web user has permission to write to it, and nothing is logged in the http error log when saving the widget.
The nonce check is failing, so the file is not being created. The $url is: widgets.php?editwidget=rc_widget-2&_wpnonce=d3cf0efbc0 Basically, VCF::save() is failing to get the WP filesystem object. I have not got a clue how that works – all that nonce and URL stuff – I cannot fathom out for the life of me what that has to do with files.
Hello, the nonce is there for security reason, it prevents CSRF attacks. I tried the plugin on my local installation as well as a remote one, and didn’t have any problem with the vCard file. What is your hosting provider ?