Title: kr0hm's Replies | WordPress.org

---

# kr0hm

  [  ](https://wordpress.org/support/users/kr0hm/)

 *   [Profile](https://wordpress.org/support/users/kr0hm/)
 *   [Topics Started](https://wordpress.org/support/users/kr0hm/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kr0hm/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kr0hm/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kr0hm/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kr0hm/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kr0hm/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Unable to write to your .htaccess or nginx.conf file.](https://wordpress.org/support/topic/unable-to-write-to-your-htaccess-or-nginxconf-file/)
 *  [kr0hm](https://wordpress.org/support/users/kr0hm/)
 * (@kr0hm)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/unable-to-write-to-your-htaccess-or-nginxconf-file/page/2/#post-4767666)
 * Getting the same error message since last update when saving settings…
 * Also the backup option seems to have been broken too.
    When I make a backup with
   the button in the backup tab, I receive the email but there is no file created
   and the log indicate success for the backup process…
 * Anyone got the same backup issue ? Might be separated issue but happen only since
   the last update!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Members Import] description field bug when contains a comma](https://wordpress.org/support/topic/description-field-bug-when-contains-a-comma/)
 *  [kr0hm](https://wordpress.org/support/users/kr0hm/)
 * (@kr0hm)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/description-field-bug-when-contains-a-comma/#post-4347877)
 * I had the same problem.
 * The solution i used will only work for php >= 5.3.0
 * You need to comment out line 73 and 74 in members-import.php :
 *     ```
       // split into values
       //$arr_values = str_replace('"', '', $row);
       //$arr_values = split(",", $arr_values);
       ```
   
 * and add this line :
    `$arr_values = str_getcsv($row, ',', '"', '\\');`

Viewing 2 replies - 1 through 2 (of 2 total)