• 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 2 Guests are viewing this topic.

hunt07777Topic starter

I am restoring files for 2 days ago.. 11/30. Let's see.
  •  

hunt07777Topic starter

Yah.. the same issue still exists.. and it exists on the "new" videos coming in from the cron. they are without title...

So what did you think about what the hosting company said???

  •  

hunt07777Topic starter

Mario,...

On www.majesticvirginhair.com/video

I did this saturday.. and this platform uses the same host, and the same file base... HOWEVER..
i never set up the cron for this site...

Therefore...
The issue has to be with the cron.php. IT'S GOTTA BE. That's the only difference...
  •  

Marius P.

I need logs, error logs to say something.
And you caught in a bad period, I am really late with 3.4 and we're receiving more than 100 mails a day about this
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 backed up the site.. and it seems to be working now..

I am attaching the error log in a zip file.

and... from what I saw.. it looks like 1,000,000 of these errors every second for a whole day...
[02-Dec-2013 13:16:53 America/New_York] PHP Warning:  mysql_real_escape_string(): Access denied for user 'fmcoccom'@'localhost' (using password: NO) in /home2/fmcoccom/public_html/hisvision/lib/class.ezsql.php on line 171
[02-Dec-2013 13:16:53 America/New_York] PHP Warning:  mysql_real_escape_string(): A link to the server could not be established in /home2/fmcoccom/public_html/hisvision/lib/class.ezsql.php on line 171

which is... return mysql_real_escape_string(stripslashes($str));

and...

[02-Dec-2013 13:16:53 America/New_York] PHP Warning:  Error establishing mySQL database connection. Correct user/password? Correct hostname? Database server running? in /home2/fmcoccom/public_html/hisvision/lib/class.ezsql.php on line 89

which is.. 
$this->show_errors ? trigger_error($ezsql_mysql_str[2],E_USER_WARNING) : null;


[02-Dec-2013 13:16:53 America/New_York] PHP Warning:  mySQL database connection is not active in /home2/fmcoccom/public_html/hisvision/lib/class.ezsql.php on line 121

which is
$this->show_errors ? trigger_error($ezsql_mysql_str[4],E_USER_WARNING) : null;


and....

[02-Dec-2013 13:14:55 America/New_York] PHP Warning:  Table 'fmcoccom_vibe33.vibe_videos' doesn't exist in /home2/fmcoccom/public_html/hisvision/lib/class.ezsql.php on line 249

which is..
$this->show_errors ? trigger_error($str,E_USER_WARNING) : null;



[24-Nov-2013 13:25:38 America/New_York] PHP Notice:  Undefined variable: channel in /home2/fmcoccom/public_html/hisvision/tpl/main/video-loop.php on line 5

which is..
echo _html($channel->cat_desc);
line 5

and..

[24-Nov-2013 11:27:02 America/Denver] PHP Warning:  session_start(): Cannot send session cookie - headers already sent in /home2/fmcoccom/public_html/hisvision/load.php on line 3

and...

[24-Nov-2013 13:26:10 America/New_York] PHP Notice:  Undefined index: items in /home2/fmcoccom/public_html/hisvision/lib/class.youtube.php on line 207

which is
$videosList = $content['data']['items'];


and...

[24-Nov-2013 13:33:05 America/New_York] PHP Notice:  Trying to get property of non-object in /home2/fmcoccom/public_html/hisvision/tpl/main/tpl.globals.php on line 101

which is..     
global $video;


and... for the full error_log, it's 2GB uncompressed and 10,000,000 error's and required a special software to to open it, because notepad wouldn't open it.. you can download if you want.. http://www.hisvision.com/error_log.zip

However I went through it, and added them above.

Mario, I thank you sooo much for your help! I really would like to figure out what it could be so that it never happens again, to me or anybody else..

Thanks again Mario, and team.


  •  

hunt07777Topic starter

Better yet..

I backed up the site.. and it seems to be working now..

Ok, after scanning the error log, I included the errors below to save you some time. I know you are busy. Thank you Mario. Thank you so much.

DATABASE CONNECTION ERRORS -----------------------------------------

[02-Dec-2013 13:16:53 America/New_York] PHP Warning:  mysql_real_escape_string(): Access denied for user 'fmcoccom'@'localhost' (using password: NO) in /home2/fmcoccom/public_html/hisvision/lib/class.ezsql.php on line 171
[02-Dec-2013 13:16:53 America/New_York] PHP Warning:  mysql_real_escape_string(): A link to the server could not be established in /home2/fmcoccom/public_html/hisvision/lib/class.ezsql.php on line 171

which is...
return mysql_real_escape_string(stripslashes($str));


and...

[02-Dec-2013 13:16:53 America/New_York] PHP Warning:  Error establishing mySQL database connection. Correct user/password? Correct hostname? Database server running? in /home2/fmcoccom/public_html/hisvision/lib/class.ezsql.php on line 89

which is.. 
$this->show_errors ? trigger_error($ezsql_mysql_str[2],E_USER_WARNING) : null;


YOUTUBE ERRORS------------------------------------------------------------

[02-Dec-2013 13:06:45 America/New_York] PHP Notice:  Trying to get property of non-object in /home2/fmcoccom/public_html/hisvision/lib/class.youtube.php on line 249

which is..
function has_youtube_duplicate($y_id){
global $db;
$y_id = 'youtube.com/watch?v='.$y_id;
$sub = $db->get_row("Select count(*) as nr from ".DB_PREFIX."videos where source  like '%".$y_id."'");
return (bool)$sub->nr;
}


and...

[24-Nov-2013 13:26:10 America/New_York] PHP Notice:  Undefined index: items in /home2/fmcoccom/public_html/hisvision/lib/class.youtube.php on line 207

which is
$videosList = $content['data']['items'];


CLASS.EZSQL ERRORS --------------------------------------------------

[02-Dec-2013 13:16:53 America/New_York] PHP Warning:  mySQL database connection is not active in /home2/fmcoccom/public_html/hisvision/lib/class.ezsql.php on line 121

which is
$this->show_errors ? trigger_error($ezsql_mysql_str[4],E_USER_WARNING) : null;


and....

[02-Dec-2013 13:14:55 America/New_York] PHP Warning:  Table 'fmcoccom_vibe33.vibe_videos' doesn't exist in /home2/fmcoccom/public_html/hisvision/lib/class.ezsql.php on line 249

which is..
$this->show_errors ? trigger_error($str,E_USER_WARNING) : null;


MISC ERRORS ---------------------------------------------------------------

[24-Nov-2013 13:25:38 America/New_York] PHP Notice:  Undefined variable: channel in /home2/fmcoccom/public_html/hisvision/tpl/main/video-loop.php on line 5

which is..
echo _html($channel->cat_desc);
line 5

and..

[24-Nov-2013 11:27:02 America/Denver] PHP Warning:  session_start(): Cannot send session cookie - headers already sent in /home2/fmcoccom/public_html/hisvision/load.php on line 3

and...

[24-Nov-2013 13:33:05 America/New_York] PHP Notice:  Trying to get property of non-object in /home2/fmcoccom/public_html/hisvision/tpl/main/tpl.globals.php on line 101

which is..     
global $video;


-------------------------------------------------------------------------

and... for the full error_log, it's 2GB uncompressed and 10,000,000 error's and required a special software to to open it, because notepad wouldn't open it.. you can download if you want.. http://www.hisvision.com/error_log.zip

However I went through it, and added all the ones that were in it above.

Mario, I thank you sooo much for your help! I really would like to figure out what it could be so that it never happens again, to me or anybody else..

Thanks again Mario, and team.
  •  

Marius P.

Well, some are old, the site would not work without a valid database connection (class ezsql related ones).
Notices, already discussed here with protections for video and channel.
Duplicate Youtube function, hmm, will look into it.
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

Notices, already discussed here with protections for video and channel. ?? Did I miss something on this?
  •  

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

hunt07777Topic starter

Well I looked at that link.. and I have no clue if that applies.  :'(
and the duplicate youtube function? hmmm..

I guess I wait?
  •  

Marius P.

It does apply, and you should do that change, or wait for 3.4 which has it.
I think I am fully replacing that youtube duplicate function in this upgrade.
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

Mario, bud... I am not sure what to do. I saw the post.. but wasn't sure what to do with it? I couldn't figure out what was needed or what I should do bud. ?? So sorry...
  •  

Similar topics (7)