Jump to content

RSS FEEDS


RuiMiguel

Recommended Posts

If you do want to fix this, you could try going into core/common/RSSFeed.class.php and replace this on line 23

public function RSSFeed($title = '', $url = '', $description = '') {

With this

public function __construct($title = '', $url = '', $description = '') {

PHP >= 7.0 has this deprecated (and phpvms 5.5.x was not made for 7.0 yet).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...