Charlottezweb

Charlottezweb Hosting => Support => Topic started by: Finner on February 12, 2008, 04:56:26 PM

Title: SMF error
Post by: Finner on February 12, 2008, 04:56:26 PM
This is in the error logs on my forum
It does not seem to create and issues

8: Undefined index: youtube
File: /home/darkside/public_html/Forum/Themes/default/languages/Post.english.php (main sub template - eval?)
Line: 778

I installed the youtube bbc mod a few months ago.
I had to edit the english.php a tad

Should I bother trying to fix this?
Title: Re: SMF error
Post by: Jason on February 12, 2008, 06:52:01 PM
Quote from: Finner on February 12, 2008, 04:56:26 PM
This is in the error logs on my forum
It does not seem to create and issues

8: Undefined index: youtube
File: /home/darkside/public_html/Forum/Themes/default/languages/Post.english.php (main sub template - eval?)
Line: 778

I installed the youtube bbc mod a few months ago.
I had to edit the english.php a tad

Should I bother trying to fix this?

I guess it's up to you but I personally would.

Have you tried searching for 'youtube' in that file and any others?  (You could always work backwards from the mod files if you still have them to see what files/lines were altered).
Title: Re: SMF error
Post by: Finner on March 01, 2008, 07:24:52 PM
fixed it  :)

Find
Quote?>
ADD BEFORE (and translate as necessary the language strings)
Quote
$txt['youtube'] = 'YouTube';
$txt['youtube_invalid'] = '#Invalid YouTube Link#';

Simple fix on the developers thread