SMF error

Started by Finner, February 12, 2008, 04:56:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Finner

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?

Jason

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

Finner

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