• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Upload date doesnt work on PHPVibe 3.5

Started by OliverJ,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

OliverJTopic starter

Hey i found a bug, the upload date under the Videos doenst work for example (Uploaded on 1 Hour ago)
On my Picture Uploads it works.

I cheked the mysql databases but there isnt a date too (Its a Blank Box)

The Problem is google have no publish date : http://aniclip.de/feed.php
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>

I tested a fresh PHPVibe 3.5 Installation and on my normal site.

Here is my fresh 3.5 installation : http://animetelevision.de/video/5765/7max-mp4/
I doesnt changed anything.

On PHPVibe 3.3 it works with no problem.
  •  

PHPVibe A.

Thanks for reporting, will fix it in upcoming patch.

OliverJTopic starter

  •  

PHPVibe A.

Is your .htaccess looking like this:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]
RewriteRule ^feed(.*)$ feed.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php?rp=$1 [L]
</IfModule>
<ifModule mod_headers.c>
    Header set Access-Control-Allow-Origin: *
</ifModule>


specially with this line

RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]


as not rewritten works http://animetelevision.de/embed.php?id=5765

Similar topics (7)