heyya
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Backup dont start?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
In reply to: [WordPress Backup to Dropbox] Backup dont start?Any Update. I too am having the same issue…
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
In reply to: WP 3.5 Upgrade – Page Won’t display@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
In reply to: WP 3.5 Upgrade – Page Won’t display@josh
1. Is it only doing it on the one page in particular?
yes. https://www.tourificescapes.com/la-guide2. 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
In reply to: WP 3.5 Upgrade – Page Won’t displayThanks, 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
In reply to: WP 3.5 Upgrade – Page Won’t displaySo I did get an error message:
PHP Warning: Invalid argument supplied for foreach() in /…framework/widgets/recent.php on line 210Here is the code: <?php foreach($authors_list as $user_id => $display_name):?>
Not sure what the problem is…
Forum: Fixing WordPress
In reply to: WP 3.5 Upgrade – Page Won’t displayI went through the basic trouble shooting. Deactivated plugins, cache, etc., no help. Again, it’s just the one page…?