- This topic has 2 replies, 2 voices, and was last updated 13 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Platform plugin broken in WP 3.0.2
Tagged: rss broken
1st 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
There 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 exceeded
I 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.
Thanks. 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.