tigernero
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error when I try to activate the pluginHi,
The real problem is the definition of WPCF7_UPLOADS_TMP_DIR value, this value is called on function wpcf7_upload_tmp_dir() in …/include/file.php of plugin..For fix this issue I have just use a fast workaround and define this value on wp_config.pho in this way :
define('WPCF7_UPLOADS_TMP_DIR', getcwd() . '/wp-content/uploads/wpcf7_uploads');You can fix this in according of your plugin..
Best Regards
- This reply was modified 5 years, 2 months ago by tigernero.
Forum: Plugins
In reply to: [Contact Form 7] Error when I try to activate the pluginI checked the folder and the .htaccess file that had in the words “deny for all” permissions set to 775 or 777 but always error. I have also set the voice define in the wp-config file but in any case the problem is not eliminated
Warning: fopen(/public_html/wordpress/wp-content/uploads/wpcf7_uploads/.htaccess): failed to open stream: No such file or directory in /home/pensiera/public_html/wordpress/wp-content/plugins/contact-form-7/includes/file.php on line 247- This reply was modified 5 years, 2 months ago by tigernero.
Forum: Plugins
In reply to: [Contact Form 7] Error when I try to activate the pluginForum: Plugins
In reply to: [Contact Form 7] Error when I try to activate the plugin