Title: openmtl's Replies | WordPress.org

---

# openmtl

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Language Redirect] Adding cookie to make redirection once-only (have code)](https://wordpress.org/support/topic/adding-cookie-to-make-redirection-once-only-have-code/)
 *  Thread Starter [openmtl](https://wordpress.org/support/users/openmtl/)
 * (@openmtl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/adding-cookie-to-make-redirection-once-only-have-code/#post-4537848)
 * added code to a patch on github [https://github.com/lincolnphipps/language-redirect](https://github.com/lincolnphipps/language-redirect)
   Will be adding more pages to my subsites and if it all looks ok will do a pull
   request.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Cannot create job](https://wordpress.org/support/topic/cannot-create-job/)
 *  [openmtl](https://wordpress.org/support/users/openmtl/)
 * (@openmtl)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/cannot-create-job/#post-4502578)
 * Same here. I network activated 3.1.1 on a new 3.8 multisite but when I went to
   the network backupwp settings it did not save the job (a clean install so no 
   existing jobs). Also when you checked the “save to folder” option the folder 
   tab didn’t appear. I have wp_debug true but did not see any error messages. I
   used wireshark and just saw the post with the form data but it got a 302 reply
   I think.
    I downloaded 3.0.13 (thanks Mike for that hint !) and 3.0.13 worked
   for me straight away.
 * I’m not new to WP – I have an existing multisite with 6 subsites that I use backupwp
   and I have single sites too but this is first with wp 3.8/3.1.1 combo.
 * I have to get a client live so I’ll be using 3.0.13 for now but will retry 3.1.1
   on my test bed to see if I can dig deeper.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Contact form 7 not working with WordPress 3.4](https://wordpress.org/support/topic/plugin-contact-form-7-contact-form-7-not-working-with-wordpress-34/)
 *  [openmtl](https://wordpress.org/support/users/openmtl/)
 * (@openmtl)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-contact-form-7-not-working-with-wordpress-34/#post-2819006)
 * Try to just add WP-Mail-SMTP if it suddenly stops working.
 * Mine was working and then WP 3.4 and got the red error message on send message.
   I had to add WP-Mail-SMTP (latest version Version 0.9.1 ) plugin and set SMTP
   to defaults of localhost and then form worked again.
 * [http://www.openmutual.org/2012/06/needed-to-add-smtp-support-with-wordpress-3-4/](http://www.openmutual.org/2012/06/needed-to-add-smtp-support-with-wordpress-3-4/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] [Plugin: Redirection] Regex Syntax for case insensitivity?](https://wordpress.org/support/topic/plugin-redirection-regex-syntax-for-case-insensitivity/)
 *  [openmtl](https://wordpress.org/support/users/openmtl/)
 * (@openmtl)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-redirection-regex-syntax-for-case-insensitivity/#post-2016530)
 * You can’t do that with the /i flag because of how the from URL is poked into 
   the preg_match() in the redirector code but you must do it like this in the from
   URL…
 * `^/+(C|c)(O|n)(T|t)(A|a)(C|c)(T|t)/*.*`
 * as an example. That will match /Contact or /CONTACT//// or anythig in between
   e.g. /CoNtAcT/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Help with Regex in Redirection](https://wordpress.org/support/topic/help-with-regex-in-redirection/)
 *  [openmtl](https://wordpress.org/support/users/openmtl/)
 * (@openmtl)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/help-with-regex-in-redirection/#post-2382822)
 * Maybe a regex like this…
 * `^/+[a-z,0-9]*\.\.`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_link_pages link_before link_after used wrong and not just <a> tags](https://wordpress.org/support/topic/wp_link_pages-link_before-link_after-used-wrong-and-not-just-ltagt-tags/)
 *  Thread Starter [openmtl](https://wordpress.org/support/users/openmtl/)
 * (@openmtl)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/wp_link_pages-link_before-link_after-used-wrong-and-not-just-ltagt-tags/#post-1375985)
 * Well no one replied but I’ll log a trac on this as I see it as a bug in core 
   code anyway.

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