Title: heyya's Replies | WordPress.org

---

# heyya

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] Backup dont start?](https://wordpress.org/support/topic/backup-dont-start/)
 *  [heyya](https://wordpress.org/support/users/heyya/)
 * (@heyya)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/backup-dont-start/page/2/#post-3181132)
 * wp-cron is not working. I did miss a post. I’ve got it set to true in wp-cron
   and nothing about wp-cron in my wp-config.
 * I do have this in my .htaccess file:
    <Files “wp-cron.php”> Allow from All Satisfy
   Any </Files>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] Backup dont start?](https://wordpress.org/support/topic/backup-dont-start/)
 *  [heyya](https://wordpress.org/support/users/heyya/)
 * (@heyya)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/backup-dont-start/#post-3181130)
 * Any Update. I too am having the same issue…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Solid Security – Password, Two Factor Authentication, and Brute Force Protection] Strange Code Added to .htaccess File](https://wordpress.org/support/topic/strange-code-added-to-htaccess-file/)
 *  Thread Starter [heyya](https://wordpress.org/support/users/heyya/)
 * (@heyya)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/strange-code-added-to-htaccess-file/#post-3315486)
 * It seems these 3 lines are giving me problems
 * RewriteCond %{HTTP_USER_AGENT} [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} [NC] RewriteRule
   ^(.*)$ – [F,L]
 * The lines look like this, but with a lot more /
    RewriteCond %{HTTP_USER_AGENT}
   ^188\\\\\\\\\\\\\\\\\\\\\.143\\\\\\\\\\\\\\\\\\\\\.233\\\\\\\\\\\\\\\\\\\\\.30[
   NC,OR] RewriteCond %{HTTP_USER_AGENT} ^49\\\\\\\\\\\\\\\\\\\\\.156\\\\\\\\\\\\\\\\\\\\\.
   143\\\\\\\\\\\\\\\\\\\\\.2 [NC] RewriteRule ^(.*)$ – [F,L]
 * I’m not sure why it’s continually adding lines of code.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 3.5 Upgrade – Page Won’t display](https://wordpress.org/support/topic/wp-35-upgrade-page-wont-display/)
 *  Thread Starter [heyya](https://wordpress.org/support/users/heyya/)
 * (@heyya)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wp-35-upgrade-page-wont-display/#post-3281840)
 * [@t-p](https://wordpress.org/support/users/t-p/) – Thanks for the help.
 * I ended up copy the page content to a new one, changing the problem page url,
   the giving the new page the correct url.
 * Poof – No more problems. Probably just a workaround, but good enough until I 
   learn more…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 3.5 Upgrade – Page Won’t display](https://wordpress.org/support/topic/wp-35-upgrade-page-wont-display/)
 *  Thread Starter [heyya](https://wordpress.org/support/users/heyya/)
 * (@heyya)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wp-35-upgrade-page-wont-display/#post-3281835)
 * [@josh](https://wordpress.org/support/users/josh/)
    1. Is it only doing it on
   the one page in particular? yes. [http://www.tourificescapes.com/la-guide](http://www.tourificescapes.com/la-guide)
 * 2. Is the page in question using any content inserted by a plugin shortcode?
   
   I don’t think so. It’s just plain HTML I put there.
 * It seems that it’s the theme I’m using. It’s as though it’s using different page
   attributes for just that page…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 3.5 Upgrade – Page Won’t display](https://wordpress.org/support/topic/wp-35-upgrade-page-wont-display/)
 *  Thread Starter [heyya](https://wordpress.org/support/users/heyya/)
 * (@heyya)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wp-35-upgrade-page-wont-display/#post-3281833)
 * Thanks, Switched themes. No go.
    Oddly, I went back to my pre 3.5 version and
   the problem followed. Not sure how that happened. Looks like I’ll need to get
   a professional to take a look…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 3.5 Upgrade – Page Won’t display](https://wordpress.org/support/topic/wp-35-upgrade-page-wont-display/)
 *  Thread Starter [heyya](https://wordpress.org/support/users/heyya/)
 * (@heyya)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wp-35-upgrade-page-wont-display/#post-3281826)
 * So I did get an error message:
    PHP Warning: Invalid argument supplied for foreach()
   in /…framework/widgets/recent.php on line 210
 * Here is the code: <?php foreach($authors_list as $user_id => $display_name):?
   >
 * Not sure what the problem is…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 3.5 Upgrade – Page Won’t display](https://wordpress.org/support/topic/wp-35-upgrade-page-wont-display/)
 *  Thread Starter [heyya](https://wordpress.org/support/users/heyya/)
 * (@heyya)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wp-35-upgrade-page-wont-display/#post-3281815)
 * I went through the basic trouble shooting. Deactivated plugins, cache, etc., 
   no help. Again, it’s just the one page…?

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