• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Some Videos Showing Blank Page

Started by indiyatube,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

indiyatubeTopic starter

Hi,

  I have Videos of 3,21,923 in my site. Now i recognized that old videos up to 1,72,677 are not playing and showing a blank page.. after that all videos are playing well. May i know solution please.

Thanking You.
  •  

PHPVibe A.

Hi,

can you please provide more details. We can't read your mind.
Show me a link to a not playing video at least.

indiyatubeTopic starter

  •  

PHPVibe A.

Enable error reporting so I can see what the issue is. Do the videos show up on the admin?

Quote from: @Mario on
Hello!

Here is how you should get some debugging from PHPVibe.

Open index.php (in root).

At the beginning replace:
<?php  error_reporting(0);


with:

<?php  error_reporting(E_ALL);

Warning: You should not leave it on error reporting for long to avoid printing paths to users in eventual notices.

Similar topics (7)