Hi there,
First off, thanks for a great plugin.
I realize it's not compatible up to WP 3.0 yet, however, I updated one of my websites yesterday and received this error when I tried to delete a guestbook entry:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/motor/public_html/wp-content/plugins/dmsguestbook/admin.php:3425) in /home/motor/public_html/wp-content/plugins/eshop/eshop.php on line 914
WordPress suggests the error would be related to DMS (see "How do I solve the Headers already sent warning problem?" on this page: http://codex.wordpress.org/FAQ_Troubleshooting)
According to WordPress, the error is likely on line 3425 of admin.php. The error seems to be interfering with another plugin I use called eshop, which is compatible with WP 3.0.
I tried to remove any hidden spaces around the code, but was unable to fix the problem.
Any help would be much appreciated. Thanks.
Reed
P.S. I should note that the entry was deleted and it does not appear as though my eshop was negatively affected.