• 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)

The PHPVibe Archive is now public

Started by Marius P.


Replies: 0
Views: 13337

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 32363

How to use the PHPVibe user system (internally or externally)

Started by PHPVibe A.


Replies: 0
Views: 6465

New PHPVIBE 5 (Beta testing DISCUSSION)

Started by yafe3


Replies: 31
Views: 7806

The problem of text chatting PHPVibe 5.0.

Started by Nayn


Replies: 4
Views: 1831

New PHPVibe v5 Issues and Discussions

Started by DeadFish


Replies: 1
Views: 3282

Better Idea for PHPVibe v5 Channels page

Started by DeadFish


Replies: 2
Views: 1856