|
Haven't registered yet? Do it here now!
|
2pence
Joined: 19 Sep 2008 Posts: 1
|
|
|
|
|
|
|
Posted: Fri Sep 19, 2008 2:52 pm Post subject: Only Titles are pulled |
|
|
|
|
|
|
|
|
|
|
Hey there,
I've been reading around and found people with similar prblems..
You keep replying its not BA bla bla.. its wordpresss..
However my problem is slightly different..
BA only pulls titles when I run campaign BUT if I go
Feeds -> Items -> Blog now
The FULL post is sent over to wordpress..
Please help, Ive been playing around with setting in BA and wordpress for an hour now, I'm pretty sure this is a bug...
Thanks! |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Fri Sep 19, 2008 6:29 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
hi there,
yes, this time probably it is a bug in BA. One client had the very same problem like you and it ended up being the rewriter in the campaigns causing that, and especially when you have rewrites in different language than english. Do you?
Try removing any rewriters, relinkers and etc.. and run the campaign and see if it will work. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
aj
Joined: 23 Mar 2008 Posts: 36
|
|
|
|
|
|
|
Posted: Tue Sep 23, 2008 1:04 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Atanasis wrote: | hi there,
yes, this time probably it is a bug in BA. One client had the very same problem like you and it ended up being the rewriter in the campaigns causing that, and especially when you have rewrites in different language than english. Do you?
Try removing any rewriters, relinkers and etc.. and run the campaign and see if it will work. |
Hi, unfortunately facing the same problem. Indeed the language on the particular feed is not English. I tried removing everything from the campaign, step by step, just like you suggest. But it still happens, only posttitles appear on the blog - in some cases when the campaign is executed manually, nothing happens at all - no post shows up on the blog.... |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Tue Sep 23, 2008 1:21 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
hm, so far this was happening only when there are rewriters set for the campaigns, when there is no rewriters all should work fine in all languages.
pm me url and pass to your BA admin to take a look _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
aj
Joined: 23 Mar 2008 Posts: 36
|
|
|
|
|
|
|
Posted: Tue Sep 23, 2008 1:39 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
I took a closer look and this problem only seem to occur on feeds with html-tables on the posts. |
|
|
|
|
|
|
|
aj
Joined: 23 Mar 2008 Posts: 36
|
|
|
|
|
|
|
Posted: Tue Sep 23, 2008 8:29 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
I figured it finally out:
Post that contain tables are accepted ONLY by xmlrpc.php when the table starts right away in the post.
Examples:
A post with the structure
Code: |
<p>some text</p>
<table>(...)</table>
|
WOULD NOT show on Wordpress and in some cases also on Thumblogger blogs.
A post with the structure
Code: |
<table>(...)</table>
<p>some text</p>
|
shows up on wordpress and thumblogger correct.
This is weird but a fact... try it yourself. |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Tue Sep 23, 2008 9:21 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
yes, could be. Nothing can surprise me about such weird problems in the xml-rpc api.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
|
|
|
aj
Joined: 23 Mar 2008 Posts: 36
|
|
|
|
|
|
|
Posted: Wed Sep 24, 2008 2:31 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Despite of this, 2pence is right - there also seems to be a problem within BA - posts executed by campaign dont show up BUT if I go
Feeds -> Items -> Blog now
everything is fine.
I removed any rewriters, linkers, etc from the campaign but it just doesnt post, neither to any wordpress blog nor to thumblogger. To me it seems like the campaign execution routine itself has some serious problems with managing posts containing html-tables.
Been dealing a little more with this table thing and found out, that the campaign execution gets in trouble when a post contains tables within tables.
A post with this structure cant pass the rewriter:
Code: |
<table1>
<table2>
<table3></table3>
<table4></table4>
</table2>
</table>
|
If I change the structure of the post like this:
Code: |
<table3></table3>
<table4></table4>
|
everything works great, post is being rewritten and camaign execution is successfull.
Now for example sponsor 777 delivers feeds like shown above (exmple feed http://mm.777partner.com/?lid=36&id=P87045&w=24&cat=1) and rewritting every single item on the feed by hand in order to bring it into a working structure is way too much work.
Atanasis, do you think you can fix this problem with tables? |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Wed Sep 24, 2008 4:20 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
hm, if it works through the manual posting, but from campaign doesn't then i should be able to find what could be causing it. If the problem is in tables itself and not anything in BA, then not sure if it can be fixed.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
aj
Joined: 23 Mar 2008 Posts: 36
|
|
|
|
|
|
|
Posted: Wed Sep 24, 2008 5:01 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Atanasis wrote: | If the problem is in tables itself and not anything in BA |
Obviously the rewriter has a problem when it has to parse tables within tables.... |
|
|
|
|
|
|
|
cessation
Joined: 02 Jan 2009 Posts: 44
|
|
|
|
|
|
|
Posted: Tue Jan 06, 2009 12:58 am Post subject: |
|
|
|
|
|
|
|
|
|
|
I'm having this same problem. Only the titles will show up. Although for me it doesn't have to do with tables. I figured out what was causing it (for me anyway). Some feeds have code in it like &# 39; instead of apostrophe. So If I use the following in rewrite only titles show up for all post/entries.
I&# 39;m||I am
etc. No big deal to me right now but it would be nice if this worked. |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Tue Jan 06, 2009 6:17 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
yep, i am working on it. Will be fixed for next version _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
|
|
| |