Turante / livepress

Automatically exported from code.google.com/p/livepress
1 stars 0 forks source link

Not cross-posting #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just upgraded to wordpress 2.6 and installed plugin
2. Set up livejournal account
3. When writing post, you see the following warning:
Post to:
Warning: array_combine() [function.array-combine]: Both parameters should
have at least 1 element in
/home/ccb/public_html/wp-content/plugins/LivePress_2.0/LivePress/lpextras.php
on line 162

4. When you publish it doesn't crosspost.
5. If you disable the live+press extras in settings, you instead get the
following error upon publishing:
Fatal error: Call to undefined function get_lj_meta() in
/home/ccb/public_html/wp-content/plugins/LivePress_2.0/LivePress/lpsynch.php on
line 234
 and it doesn't publish at all

Original issue reported on code.google.com by charle...@gmail.com on 31 Jul 2008 at 2:47

GoogleCodeExporter commented 9 years ago
Hi charlener,

The php warning generated in lpextras is a bug within php itself.  This bug was 
fixed
in 2005, however, and the warning should not affect crossposting.   What 
version of
php and apache is your web server running?

That being said, I did find a little typo in the code that may have contributed 
to
the warning, however I have no way to test since my php is the lastest version.

Please let me know if 2.0.2 doesn't correct the warning.

Also, the fatal error with lpsynch.php should be corrected now. 

While fixing this issue, I uncovered a couple others eye-brow raising behavior 
which
could be considered bugs but don't really break anything. 

Thanks for the bug report!!

-Tania

Original comment by tania%digsite.net@gtempaccount.com on 31 Jul 2008 at 3:25

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by tania%digsite.net@gtempaccount.com on 31 Jul 2008 at 3:26

GoogleCodeExporter commented 9 years ago
problem A was not resolved with 2.0.2.   Fixed in 2.0.3.

-T

Original comment by tania%digsite.net@gtempaccount.com on 2 Aug 2008 at 10:02

GoogleCodeExporter commented 9 years ago

Original comment by tania%digsite.net@gtempaccount.com on 3 Aug 2008 at 11:32

GoogleCodeExporter commented 9 years ago
Hmm.  Still not quite working for me here.  I downloaded 2.0.4 and turned off 
all
settings but extras and sync - when sync is enabled and I publish I get a lot of
gobbledygook ending with 
"Warning: Cannot modify header information - headers already sent by (output 
started
at /..../wp-includes/class-IXR.php:530) in /..../wp-includes/pluggable.php on 
line 770"

On the other hand, only in that particular instance did it actually post 
properly on
both wordpress and livejournal.

Disabling sync resulted in it not working again (albeit without errors, too)

Original comment by charle...@gmail.com on 4 Aug 2008 at 5:53

GoogleCodeExporter commented 9 years ago

Original comment by tania%digsite.net@gtempaccount.com on 19 Mar 2010 at 12:44