Pixelated a phpBB Template by SkaidonDesigns
 
Cheapest Web Software Support Area Forum Index www.cheapestwebsoftware.com
Play with the Best, be the Best!
Blogs Automater
FAQ
Search
Memberlist
Usergroups
Profile
Log in to check your private messages
Log in

The Mightiest Webmaster Solutions Ever
Gallery Scraper
Gallery Scraper
Kaktusan Cash
Kaktusan Cash
Blogs Organizer
Blogs Organizer
Cheapest Adult Scripts
Cheapest Adult Scripts

Haven't registered yet? Do it here now!
Only Titles are pulled

 
Post new topic   Reply to topic    Cheapest Web Software Support Area Forum Index -> Blogs Automater
View previous topic :: View next topic  
Author Message
2pence



Joined: 19 Sep 2008
Posts: 1

PostPosted: Fri Sep 19, 2008 2:52 pm    Post subject: Only Titles are pulled Reply with quote
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!
Back to top
View user's profile Send private message

Author Message
Atanasis
Owner


Joined: 22 May 2004
Posts: 4284
Location: The Net

PostPosted: Fri Sep 19, 2008 6:29 pm    Post subject: Reply with quote
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

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number

Author Message
aj



Joined: 23 Mar 2008
Posts: 36

PostPosted: Tue Sep 23, 2008 1:04 pm    Post subject: Reply with quote
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....
Back to top
View user's profile Send private message

Author Message
Atanasis
Owner


Joined: 22 May 2004
Posts: 4284
Location: The Net

PostPosted: Tue Sep 23, 2008 1:21 pm    Post subject: Reply with quote
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

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number

Author Message
aj



Joined: 23 Mar 2008
Posts: 36

PostPosted: Tue Sep 23, 2008 1:39 pm    Post subject: Reply with quote
I took a closer look and this problem only seem to occur on feeds with html-tables on the posts.
Back to top
View user's profile Send private message

Author Message
aj



Joined: 23 Mar 2008
Posts: 36

PostPosted: Tue Sep 23, 2008 8:29 pm    Post subject: Reply with quote
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.
Back to top
View user's profile Send private message

Author Message
Atanasis
Owner


Joined: 22 May 2004
Posts: 4284
Location: The Net

PostPosted: Tue Sep 23, 2008 9:21 pm    Post subject: Reply with quote
yes, could be. Nothing can surprise me about such weird problems in the xml-rpc api..
_________________
Thanks,
Kaktusan

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number

Author Message
aj



Joined: 23 Mar 2008
Posts: 36

PostPosted: Wed Sep 24, 2008 2:31 pm    Post subject: Reply with quote
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?
Back to top
View user's profile Send private message

Author Message
Atanasis
Owner


Joined: 22 May 2004
Posts: 4284
Location: The Net

PostPosted: Wed Sep 24, 2008 4:20 pm    Post subject: Reply with quote
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

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number

Author Message
aj



Joined: 23 Mar 2008
Posts: 36

PostPosted: Wed Sep 24, 2008 5:01 pm    Post subject: Reply with quote
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....
Back to top
View user's profile Send private message

Author Message
cessation



Joined: 02 Jan 2009
Posts: 44

PostPosted: Tue Jan 06, 2009 12:58 am    Post subject: Reply with quote
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.
Back to top
View user's profile Send private message

Author Message
Atanasis
Owner


Joined: 22 May 2004
Posts: 4284
Location: The Net

PostPosted: Tue Jan 06, 2009 6:17 pm    Post subject: Reply with quote
yep, i am working on it. Will be fixed for next version
_________________
Thanks,
Kaktusan

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number

Display posts from previous:   
Post new topic   Reply to topic    Cheapest Web Software Support Area Forum Index -> Blogs Automater All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
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