Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Platform plugin broken in WP 3.0.2
Tagged: rss broken
- This topic has 2 replies, 2 voices, and was last updated 14 years, 11 months ago by
milehigh.
-
AuthorPosts
-
December 3, 2010 at 10:18 pm #2317
milehigh
Member1st I noticed my rss feed didn’t validate due to ‘Undefined root element: br’ and ‘XML parsing error: <unknown>:2:0: junk after document element’
FeedValidator.org shows this:
# <b>Warning</b>: session_start() [function.session-start]: open(/tmp/sess_bb9892a3929a3a09270bbecb67f53a19, O_RDWR) failed: Disk quota exceeded (122) in <b>/home/mysite/public_html/wp-content/plugins/wp-affiliate-platform/wp_affiliate_platform1.php</b> on line <b>8</b>
#
# <b>Warning</b>: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/mysite/public_html/wp-content/plugins/wp-affiliate-platform/wp_affiliate_platform1.php:
in <b>/home/mysite/public_html/wp-content/plugins/wp-affiliate-platform/wp_affiliate_platform1.php</b> on line <b>8</b>#
# <b>Warning</b>: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/mysite/public_html/wp-content/plugins/wp-affiliate-platform/wp_affiliate_platform1.php:
in <b>/home/mysite/public_html/wp-content/plugins/wp-affiliate-platform/wp_affiliate_platform1.php</b> on line <b>8</b>I’m guessing that this plugin is not compatible with the latest version of WP since I didn’t used to have these problems until recently.
WP 3.0.2 multisite
December 3, 2010 at 11:29 pm #27037amin007
ParticipantThere is no issue with the WP Affiliate Platform plugin and WP 3.0.2
If you actually read the error you are getting you will see the true problem:
Disk quota exceededI am guessing you were nearly at max level for your disk quota but when you updated WordPress which added more code (which takes up more disk space) it is pushing the boundary. So when the plugin is trying to start the session it is not getting enough memory and going to an error state.
December 6, 2010 at 6:49 pm #27038milehigh
MemberThanks. I did see that error message in there but I was working on several issues at once and didn’t know they were connected.
Deleted a bunch of stuff off the server to make room and the issue was resolved.
-
AuthorPosts
- You must be logged in to reply to this topic.