• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Titles not showing up???

Started by hunt07777,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hunt07777Topic starter

Mario bud...
The titles on the video's are not showing up for some reason.
These are all auto-imported from Youtube. ???

I just started noticing it???

http://screencast.com/t/Yy4I6QpU4rE

www.hisvision.com
  •  

hunt07777Topic starter

Mario, it seems like the recent ones.. every since I went to /cron.php manually through my browser. Cause all the videos that are minus the title.. are since I did that. so....?????

But some are. And some aren't???
  •  

MacKen

NO ERROR:::

YOU CHECK CODE: after you edit any file such as file class_youtube.php
  •  

Marius P.

Not sure, give me a link to a video on youtube which title fails for to check.
Didn't happen to me on any install.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

hunt07777Topic starter

OMG.. NOW IT SAYS, NO HOMEBLOCKS INSTALLED!!! OMG.. AND MY NUMBER OF VIDEOS JUST JUMPED FROM 4,000 TO 47,000.

THEN THE VIDEOS FINALLY SHOWED...

ALMOST EVERY VIDEO ON THE HOMEPAGE.. HAS NO TITLE.. JUST LOOK AT ANY VIDEO...
AND THEN THEY LINK TO http://www.hisvision.com/video/47420//
WITH NO TITLE...

I HAVE NO CLUE WHAT HAPPENED!!!

PLEASE HELP!!!!

CLICK ANY VIDEO ON THE HOMEPAGE..
WWW.HISVISION.COM
  •  

Marius P.

It seems like somebody removed your .htaccess file or turned off mod_rewrite on account/server.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

hunt07777Topic starter

This is what is in the .htaccess

RewriteEngine on
RewriteCond %{HTTP_HOST} ^hisvision\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.hisvision\.com$
RewriteRule ^channel\/Voice\-of\-Faith\/6$ "http\:\/\/www\.hisvision\.com\/channel\/john\-antonucci\/26\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^hisvision\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.hisvision\.com$
RewriteRule ^video\/Apostolic\-Commissioning\-June\-28\%2C\-2008\/c3b928cb6504ba017b52c1671231ea1d$ "http\:\/\/www\.hisvision\.com\/channel\/kingdom\-development\-institute\/32\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^hisvision\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.hisvision\.com$
RewriteRule ^channel\/Kingdom\-Living\-TV\/7$ "http\:\/\/www\.hisvision\.com\/channel\/kingdom\-development\-institute\/32\/" [R=301,L]

<IfModule mod_rewrite.c>
RewriteBase /
RewriteRule ^uploads - [L,NC]
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>

Is any of that bad??
  •  

hunt07777Topic starter

I noticed that
RewriteEngine on was missing...
So I added it...

Now how come all the links aren't working now? The videos on the home page..

Thank you so much Mario.. this is crazy..

  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.


This would be an improvement :)
<IfModule mod_rewrite.c>
RewriteEngine onRewriteBase /RewriteCond %{HTTP_HOST} ^hisvision\.com$ [OR]RewriteCond %{HTTP_HOST} ^www\.hisvision\.com$RewriteRule ^channel\/Voice\-of\-Faith\/6$ "http\:\/\/www\.hisvision\.com\/channel\/john\-antonucci\/26\/" [R=301,L]RewriteCond %{HTTP_HOST} ^hisvision\.com$ [OR]RewriteCond %{HTTP_HOST} ^www\.hisvision\.com$RewriteRule ^video\/Apostolic\-Commissioning\-June\-28\%2C\-2008\/c3b928cb6504ba017b52c1671231ea1d$ "http\:\/\/www\.hisvision\.com\/channel\/kingdom\-development\-institute\/32\/" [R=301,L]RewriteCond %{HTTP_HOST} ^hisvision\.com$ [OR]RewriteCond %{HTTP_HOST} ^www\.hisvision\.com$RewriteRule ^channel\/Kingdom\-Living\-TV\/7$ "http\:\/\/www\.hisvision\.com\/channel\/kingdom\-development\-institute\/32\/" [R=301,L]RewriteRule ^uploads - [L,NC]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*)/?$ index.php?rp=$1 [L]</IfModule><ifModule mod_headers.c>    Header set Access-Control-Allow-Origin: *</ifModule>
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

hunt07777Topic starter

Hey Mario,

It has the same info as your original package.. with only 3 redirects. ????

  •  

hunt07777Topic starter

Ok, I inserted your corrections on the .htaccess file.

Now I get.. Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@hisvision.internetaltar.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Is this supposed to help the cron pull in the titles? And is this the reason that the links to the video pages aren't working? ?
  •  

Marius P.

But they are bad placed. If it works it works...
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

hunt07777Topic starter

  •  

Marius P.

Quote
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^hisvision\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.hisvision\.com$
RewriteRule ^channel\/Voice\-of\-Faith\/6$ "http\:\/\/www\.hisvision\.com\/channel\/john\-antonucci\/26\/" [R=301,L]


RewriteCond %{HTTP_HOST} ^hisvision\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.hisvision\.com$
RewriteRule ^video\/Apostolic\-Commissioning\-June\-28\%2C\-2008\/c3b928cb6504ba017b52c1671231ea1d$ "http\:\/\/www\.hisvision\.com\/channel\/kingdom\-development\-institute\/32\/" [R=301,L]


RewriteCond %{HTTP_HOST} ^hisvision\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.hisvision\.com$
RewriteRule ^channel\/Kingdom\-Living\-TV\/7$ "http\:\/\/www\.hisvision\.com\/channel\/kingdom\-development\-institute\/32\/" [R=301,L]


RewriteRule ^uploads - [L,NC]
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>
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.

Quote from: hunt07777 on
Internal Server Error www.hisvision.com

Cause you pasted it, instead of noticing the forum stripped the spaces...
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

hunt07777Topic starter

Ok, fixed again.

Mario, so why would the cron not pull the titles?
And why would the link to the video not be complete, and go to a 404??
90% of the homepage videos have no title and are not linkable.

??? isn't this an issue with the cron? 
  •  

Marius P.

Quote from: hunt07777 on
Mario, so why would the cron not pull the titles?
It's a couple of reasons I can think off (cUrl/Youtube quota, etc). Is it pulling when you submit by link?
Quote from: hunt07777 on
And why would the link to the video not be complete, and go to a 404??
The name in link doesn't count at all, only for seo.
http://www.hisvision.com/video/47247/
http://www.hisvision.com/video/47247//
Should load, the problem is not the missing title, the problem is still in your server/apache rewrite engine/or .htaccess code
Quote from: hunt07777 on
??? isn't this an issue with the cron? 
Unlikely, it works fine on 8 setups I've just tested.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

hunt07777Topic starter

I can't even login...

http://awesomescreenshot.com/0ab21ccm58

After the about 7-10 tries.. I might get into the backoffice..
and then.. If I go to the backoffice..

I get redirected to /login again.

urghhh.. I can't even check the importer as a single import.
  •  

Marius P.

You need to check if there was any upgrade on server, if it was, it's clear what happened, something went wrong or bad configuring, or just not having mod_rewrite.

You may have an error in the .htaccess file, use the default one for testing.

And so on..

It clearly loads you the homepage for one of this 2 reasons : bad htaccess or bad/missing mod_rewrite.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

hunt07777Topic starter

ok, Mario, I am calling the hosting company now. Thank you for all your help. I will let you know what they say. Thanks.
  •  

hunt07777Topic starter

This is what they said....
They had to upgrade everybody to php 5.4, and with this platform...

"register_global, it's not working. You have to define each value directly.

It takes all of your values and lumps them together, and to fix it you would have define the values individually.

If you want to.. you can send a message to support at Hostmonster."

support@hostmonster.com

Not sure what all that means....?????
  •  

hunt07777Topic starter

This is my wife's site.. and it's on hostmonster.. and it's working fine. http://www.majesticvirginhair.com/video/
  •  

hunt07777Topic starter

I'm gonna upload a the old db file... and see what happens.
  •  

Marius P.

Backup. But has nothing to do with database.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)