Quote:
Originally Posted by Veer
Updated to latest version, works superbly.
Tried MySpace videos, its just fine now but it do not get length for media automatically.
|
If you look at the MySpace service file, you will see for svcLength it is marked as NULL. This is because MySpace's built in xml data does not have a DESCRIPTION (wtf?!); so I had to use their meta information, which has a description, but doesn't have length.
Quote:
Originally Posted by Veer
On Sitemap page (media.php?do=sitemap) I got this error message (before generating XML Media Sitemap):
Warning: file_get_contents([path]/customVID/sitemap/media.xml) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/media/media_rss.php on line 109
|
Of course you got that error... because you didn't generate the sitemap yet. You can't retrieve information from a file that doesn't exist.
Quote:
Originally Posted by Veer
I checked media xml file, it is getting wrong information:
<video:content_loc>http://www.domain.com/customVID/TFvKeZPAnNo</video:content_loc>
under the customVID folder there is nothing called TFvKeZPAnNo.
|
This reason alone is why I originally chose only to include LOCAL media in the sitemap. This tag is asking for the direct link to the video itself... something that we don't have, because the video isn't local. We are embedding from external sources.
Quote:
Originally Posted by bluecat
Hi,
I'm using a force www in my htaccess (since users don't stay logged in if they don't type the www, plus the duplicate content factor). However, when I active your SEO URL's option and add the code to my htaccess file, I get an error blank page if I don't type in the www., and it says Permanent Redirect. Can you tell me how to fix this so I can use the SEO option?
Thank you
|
Please send me the contents of your HTACCESS file.
Quote:
Originally Posted by Delilahs
It's BBCode fetch thatg knocks it out
|
I dont see anything in that plugin that would cause this problem. Its probably a conflict with another mod on your website.