Having Issues with SimplePie

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 7, 2012   (RSS)

By KCMedia - February 7, 2012 - edited: February 7, 2012

Hi all

i have this new site we are building and we have simplepie setup to bring in RSS feeds from lost of sites but the issue is there looks like it wont work with CMSB installed on the same site i am getting all kinds of errors.

have a look at these pages

http://www.driveravenuegroup.com/index.php this page has issue
http://www.driveravenuegroup.com/index-1.php this page works ok as i have no cmsb code in the page.

you will see all the errors in the new section on the right.

any help would be good.
Thanks



Craig

KC Media Solutions

www.kcmedia.biz

Re: [kcmedia] Having Issues with SimplePie

By (Deleted User) - February 7, 2012

Hi Craig,

The problem stems from simplepie supporting PHP4.0 and not being E_STRICT compliant as a result.

This post http://tech.groups.yahoo.com/group/simplepie-support/message/3302 suggest removing E_STRICT from the error reporting directive which, in CMSB, can be done by editing 'init.php' in /lib (lines 4-7 - just remove the E_STRICT references and comment out unnecessary lines).

As ever, make a backup copy of any file you alter in case something happens.

Hope this helps,

Tom