twlack
Forum Replies Created
-
OK, this just resolved itself overnight. Maybe it was a problem at FedEx?
Forum: Fixing WordPress
In reply to: fetch_feed not working on 1and1 from 1and1another twist. I tested 2 more feeds. I opened the original feed I was trying to call:
http://global-writes.com/author/maralyn-d-hill/feed/atom
in fireFox and copied the source to a file called mdhillfeed.xml and put it in the root folder at
global-writes.com (1and1)
lillianafricano.com (SimplyHosting)and then tried these 2 feed URLs with my script running at http://global-writes.com/2013/05/test.html
1. $rss = fetch_feed( 'http://global-writes.com/mdhillfeed.xml' ); 2. $rss = fetch_feed( 'http://lillianafricano.com/mdhillfeed.xml' );1 gave me the same error while 2 pulled the feed and parsed it immediately.
I had been thinking my problem might be something to do with the SQL server but this leaves that out completely.
I was on the phone with 1and1 support for 1-1/2 hours today and they finally agree it might be server configuration but they can’t find it. they are still working on it.
Forum: Fixing WordPress
In reply to: fetch_feed not working on 1and1 from 1and1Anybody else running wordpress on 1and1 experiencing this problem?
Their support sent me some very dumb emails and then said scripting is beyond their scope of support. But I don’t feel this is a scripting problem. The script works great as long as I pull a feed from a remote server. And also when I pull my 1and1 feed from a remote server.
Just NOT when I pull the feed from 1and1 from a 1and1 page.
I really need help here!!!!
Forum: Plugins
In reply to: Plugin: Role ScoperIt is a problem with Role Scoper and PHP5.4 it runs fine under PHP5.2.17 which is what 1and1 runs.
I haven’t been able to find a fix.
http://ww.wp.xz.cn/support/topic/role-scoper-gives-warnings-after-php-upgrade?replies=3#post-3002562
Did you figure this out? I have the same problem with Role Scoper. I bought Googlyzer Pro and it requires php5.3 or higher and that screws up Role Scoper which is a big part of my site.
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] How to NOT set RegexDid you ever figure this out? Having the same issue.
Thanks
I have the visual editor in WP set to “Hide” so “HTML” is not even an option when I add/edit pages.
Also notice the code for the page I show above has only 1 return after the
</h3>and when I take out that return the output does not change. But to be sure I did a new page with this:<h2>John Smith</h2><table>[cfdb-html form="Contact form 1" show="your-name,your-email" limit="10" orderby="Submitted desc" filter="your-name=John Smith"]<tr><td>${your-name}</td><td>${your-email}</td></tr>[/cfdb-html]</table> <h2>John Smith</h2><table><tr><td>your-name</td><td>your-email</td></tr></table>And this is the output:
<h2>John Smith</h2> <table><br /> <tr> <td>John Smith</td> <td>[email protected]</td> </tr> <p><br /> <tr> <td>John Smith</td> <td>[email protected]</td> </tr> <p></table> <h2>John Smith</h2> <table> <tr> <td>your-name</td> <td>your-email</td> </tr> </table>Notice on the second table, with the cfdb tags stripped, that the extra p’s and br’s are not inserted. It has got to be something with the cfdb, right?
Forum: Plugins
In reply to: [Simple Crumbs] [Plugin: Simple Crumbs] No errors — just goneFor anyone else with the same problem I switched to Yoast Breadcrumbs and all is well.
Forum: Fixing WordPress
In reply to: sidebar not getting called?I went back to a copy of the theme folder I saved a couple days ago and it is showing the sidebar. I will have to see if I can find what I did to cause this problem.
Fortunately most of the work I was doing was to the e-commerce plug in which has its own theme folder so almost all the work I did still works with the old (current) theme.
If I figure this out I will post it here if it isn’t a stupid mistake.
Thanks,
TimForum: Fixing WordPress
In reply to: sidebar not getting called?Yes, the code is:
<?php /* WordPress Widget Support */ if (function_exists('dynamic_sidebar') and dynamic_sidebar(1)) { } else { ?>and then it calls pages, bookmarks, etc and formats them. In that respect it is identical to the sidebar at lackwood.com
Forum: Fixing WordPress
In reply to: sidebar not getting called?I have an almost identical theme working at:
And I’ve compared the 2 closely and can’t find anything that might be causing this. I even search the 2 data bases to see if there is some setting that seemed different. Can’t find anything unusual.
Forum: Fixing WordPress
In reply to: sidebar not getting called?Yes
Forum: Fixing WordPress
In reply to: sidebar not getting called?Was:
<!– /baitbaskets.com/wp-content/themes/baitpens/index.php –>
<?php get_header(); ?>Changed to:
<?php get_header(); ?>
<!– /baitbaskets.com/wp-content/themes/baitpens/index.php –>Same results, the comment does not show when I look at the HTML in FireFox.
But I did just try switching to the “default” theme and my sidebar was called.
These are the last 2 lines of index.php of the “baitpens” theme:
<?php get_sidebar(); ?>
<?php get_footer(); ?>The footer is called the sidebar is not.
Forum: Plugins
In reply to: [plugin : WP-super-cache] RSS fails to update correctlyAre you sure you’re not dealing with caches in Domain Name Servers? Wait 48 hours and see if it clears up.
Or maybe you are dealing with the same cache problem I was:
Forum: Fixing WordPress
In reply to: WordPress vs. WordPress MUYes it is helpful, it is the impression I was beginning to form with what work I have already done with MU.
Thanks,
Tim