CsignCsign
Member
Posted 2 years ago #
Plugin causes many errors with other plugins, such as "easycontact":
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/25/d13574424/htdocs/multiblogs/wp-content/plugins/effects-for-nextgen-gallery/effects/lightbox/effect.php:1) in /homepages/25/d13574424/htdocs/multiblogs/wp-content/plugins/easy-contact/econtact.php on line 112
http://wordpress.org/extend/plugins/effects-for-nextgen-gallery/
Fanninger Thomas
Member
Plugin Author
Posted 2 years ago #
Hi! Thanks for your message. But at the moment I center my free time on my new Plugin. After that I would like to create I new plugin with not only focus on NextGen Gallery.
Regards Thomas
robertjwhitney
Member
Posted 2 years ago #
Hey @csignncsign, I believe the file /wp-content/plugins/effects-for-nextgen-gallery/effects/lightbox/effect.php is improperly encoded, which is why you get this error, even though there is no white space on either tail end of the file.
I solved this problem pretty simply like this:
- open your favorite plain text editor (NOT MS Word or similar. Notepad or BBEdit are fine)
- make a new file
- copy the contents of effect.php over to this new file
- save this file as effect.php
- back up the original file
- upload the new effect.php to /wp-content/plugins/effects-for-nextgen-gallery/effects/lightbox/
That said, if Fanninger isn't going to support his plugin- and also is unwilling/unawares with a simple problem, you might have better luck not using it at all.
Best
Fanninger Thomas
Member
Plugin Author
Posted 2 years ago #
Hi, I hope it will be corrected with 0.8.5 version.
Fanninger Thomas
Member
Plugin Author
Posted 2 years ago #
Hi!
I corrected the bug in the version 0.9. The correction is at the moment in the dev version implemented.