|
Haven't registered yet? Do it here now!
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Sun Jun 29, 2008 3:15 am Post subject: Some Feeds didnt work |
|
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Sun Jun 29, 2008 1:07 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
well, since i see they all are in german, i assume probably the blog receiving the posts doesn't accept them because of some non utf8 characters or html code. It happens pretty often nowadays and nothing php can do about it, since it lacks of great features to make things compatible. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Sun Jun 29, 2008 3:19 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Ahh, yeah this could be the reason.
I change in an other php script, for feed rewriting, all german umlaute to the correct html entities.
Maybe this can be also an resolution for BA.
I do it in this way
$ret = str_replace ( array ( 'ö', 'ü', 'ü', 'ß', 'Ö', 'Ü', 'Ä' ), array ( 'ö', 'ü', 'ä', 'ß', 'Ö', 'Ü', 'Ä' ), $string );
$ret = str_replace ( array ( 'ö', 'ü', 'ä', 'ß', 'Ö', 'Ãœ', 'Ä' ), array ( 'ö', 'ü', 'ä', 'ß', 'Ö', 'Ü', 'Ä' ), $ret);
$ret = str_replace ( array ( 'ö', 'ü', 'ä', 'ß', 'Ö', 'Ü', 'Ä' ), array ( 'ö', 'ü', 'ä', 'ß', 'Ö', 'Ü', 'Ä' ), $ret);
you zend your scripts, so here i cant do that. |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Sun Jun 29, 2008 3:55 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
i see, yeah i have tons of such replaces, but always something is missed or new appears. Will apply these too soon. thanks! _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Sun Jun 29, 2008 4:05 pm Post subject: |
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Sun Jun 29, 2008 6:30 pm Post subject: |
|
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Sun Jun 29, 2008 7:35 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
well, check if the entries haven't been all posted already to the blog, see if campaign is depleted and such stuff, see the poster if works fine.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Tue Jul 01, 2008 6:18 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Hi Atanasis,
i played around now for many hours, it seems that 50% of my blogs went wrong, after the last update.
Some of them have no posts since march , and some have crap posts since march.
Every post stops after the first special character. This kills the hole layout of the blog.
I also tested it with an other feed-tool an the same blogs. With success |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Tue Jul 01, 2008 10:48 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
hm, that makes no sense, since if posts were wrong in BA your blogs would accept them at all. Have you tried with other remote blogging feed tool or local feed plugin, because there is big difference between both _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Tue Jul 01, 2008 11:04 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
no i tried it with a local feed-importer plugin. i have no idee where to get another remote tool for testing.
can you give me the version before 1.5.2? i think that was working for me.
but i am not sure i have a more old version installed before 1.5.2. hmmm |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Wed Jul 02, 2008 12:28 am Post subject: |
|
|
|
|
|
|
|
|
|
|
um, no i don't have old version, nor you will be able to downgrade versions. Anyways i don't think it is from the versions, because nothing has changed about the posting since first version..
have you tried with other feeds and not just those you pasted me?
pm me url and pass to your BA so i can see what i can find out.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Wed Jul 02, 2008 1:00 am Post subject: |
|
|
|
|
|
|
|
|
|
|
you got PM
you can test what ever you want, or post on any blog. this is no problem. |
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Wed Jul 09, 2008 2:22 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Hello,
i am still do research on this problem.
I found now an other tool, that is similar to BA. I tried the same feed, with the same result. Fortunately this tool show me a error message:
Quote: | Setup name: livecam.6x5.in
Error message
WordPressSendEngine:
Send message fault:
Code: -32700
Reason: parse error. not well formed
Params: Host: livecam.6x6.in ; URI: /xmlrpc.php ; Port: 80
Execution Ended. |
It seems that wordpress changed something in the xmlrpc.php.
Maybe my feeds stop working with updating all my blogs, not with updating BA. |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Wed Jul 09, 2008 5:38 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
hi there, yeah, that "Reason: parse error. not well formed" is exactly same message when it doesn't like the encoding of some characters. And yes, in BA same errors are returned just i have it not display them, because to most users they don't mean anything and cause confusion. Anyways in the new version i am preparing the exact error is returned so i can more easily and fastly identify the problem.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Sun Jul 13, 2008 8:29 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Hello,
99% of my feeds are german feeds. I just looked around my blogs and everywhere the same: no new items posted.
This makes BA unusefull for me
Is there a way to make RSS-feeds from my BA-Campaigns?
So i could use these campaigns with a local feed parser within wordpress. |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Mon Jul 14, 2008 12:28 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
hi there,
i see
no, BA doesn't make feeds from the posts, it just reads feeds and stores posts in database.
its strange that all your blogs don't get updated. Rest people had just 1 or few feeds no working, so just they don't use those. Are you on latest version of the script? and do you have the "settings->configure", "force utf8" option enabled? _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Mon Jul 14, 2008 2:15 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
yes, i have the last version and force utf8 on.
i invest very much time in this, but dont find a solution.
maybe an other tool, that make wellformed utf8 code, could be the trick.
before import to BA or between BA and wordpress.... |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Mon Jul 14, 2008 2:41 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
you can try this.
put the original feed in feedburner. then get your feedburner feed url and import it to BA.
In the past couple of my clients were doing this to fix some chinese and japenese feeds. Hope it will work and for german.
try and let me know if it works _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
trustadvert
Joined: 02 Sep 2007 Posts: 86
|
|
|
|
|
|
|
Posted: Mon Jul 14, 2008 3:35 pm Post subject: |
|
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Mon Jul 14, 2008 4:06 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
i see..
well, i did some more research and added some more code and things now work fine in my BA with those feeds.
if you would like me to apply it to your BA so you can see how it will go, pm me url and pass to your BA admin and ftp details so i can upgrade your BA _________________ 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
|
|
|
|
| |