[ Video Sharing CMS v4 ] Feed url issue

Started by mio,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mioTopic starter

I've checked the feed function and there is an error in the url:

http//MyUrl

instead of:

http://MyUrl

Regards
  •  

PHPVibe A.

The feed grabs the values from your config.

mioTopic starter

Checke my vibe_config:

/** Site url (with end slash, ex: http://www.domain.com/ ) **/
define( 'SITE_URL', 'http://www.mydomain.tld/' );
  •  

PHPVibe A.

Then please explain/paste where the issue is, I cannot guess.

mioTopic starter

When I check feeds (mywebsite.tld/feed), urls are wrong:

Instead of http://....
Is http//...

There is an error (missed ":")
  •  

PHPVibe A.

Are this links to the videos or other links? This was the answer I was looking for...
Did you update lib/rss.class.php ? We did list all patches on the dev forum and then in the patches thread.

mioTopic starter

Updated that file and there's no error now.
My mistake  :-X
  •  

PHPVibe A.


Similar topics (7)