SMF Support > SMF 2.0.x Support

Error Log showing "Undefined index: actual_theme_dir"

(1/3) > >>

ChalkCat:
I decided it's time to clear out my error log (about time, I know  ::))

Please can somebody point me in the right direction to fix this one?


--- Quote ---http://*****.com/index.php?action=who
8: Undefined index: actual_theme_dir
File: /home/content/**/*******/html/******/Sources/Load.php
Line: 2079
--- End quote ---

This section of Load.php is:


--- Code: ---// Attempt to reload our languages.
function getLanguages($use_cache = true, $favor_utf8 = true)
{
global $context, $smcFunc, $settings, $modSettings;

// Either we don't use the cache, or its expired.
if (!$use_cache || ($context['languages'] = cache_get_data('known_languages' . ($favor_utf8 ? '' : '_all'), !empty($modSettings['cache_enable']) && $modSettings['cache_enable'] < 1 ? 86400 : 3600)) == null)
{
// If we don't have our theme information yet, lets get it.
if (empty($settings['default_theme_dir']))
loadTheme(0, false);

// Default language directories to try.
$language_directories = array(
$settings['default_theme_dir'] . '/languages',
$settings['actual_theme_dir'] . '/languages',    <<========== Line 2079
);

// We possibly have a base theme directory.
if (!empty($settings['base_theme_dir']))
$language_directories[] = $settings['base_theme_dir'] . '/languages';

--- End code ---

Thank you  :)

K@:
Pssst... Can you attach the file, coz it's POSSIBLE that other things in the file could be affecting it.

In the meantime, I'll check mine, to see if mine's the same. :P

K@:
That section of code is identical to mine, except mine has very different line numbers, around there.

Soooo... Mods?

ChalkCat:
Thanks K@.  I haven't actually seen this error for a couple of hours, but I daren't think that it might have fixed itself, and I don't see any way it can be linked to the other error I asked for help with earlier HERE which is now fixed...

Here are the mods, but there are a good few tricks added besides.  Don't forget I'm on 2.0.2 ;)

1.    SMF Arcade v2.5 - Add trophies to highscores    1.0    [ Uninstall ]
2.    User Menu    1.0.2    [ Uninstall ]
3.    Voter Visibility    1.01    [ Uninstall ]
4.    Lock Recycled Topics    0.1    [ Uninstall ]
5.    PageDropdown    1.4    [ Uninstall ]
6.    Bakers Dozen Pages    1.2    [ Uninstall ]
7.    Unread PMs Favicon    1.0    [ Uninstall ]
8.    FancyPosts    0.1    [ Uninstall ]
9.    Hide Tag Special    3.0    [ Uninstall ]
10.    Age to DOB    1.0    [ Uninstall ]
11.    Happy Birthday    0.3    [ Uninstall ]
12.    Anti-Spam Links    1.0.1    [ Uninstall ]
13.    Admin Toolbox    1.0    [ Uninstall ]
14.    Annoy User    1.2    [ Uninstall ]
15.    Show Event Dates    0.2.1    [ Uninstall ]
16.    Skin/PDL for Arcade RC2    1.0.2    [ Uninstall ]
17.    No BBC    1    [ Uninstall ]
18.    IMG Popup    1.0.2    [ Uninstall ]
19.    Removes the post rank if a custom title is set    1.1    [ Uninstall ]
20.    InLine Attachments    1.2.1    [ Uninstall ]
21.    Custom Greeting Mod    1.1.1    [ Uninstall ]
22.    Auto Refresh Who Index    1.1    [ Uninstall ]
23.    SMF Arcade    2.5    [ Uninstall ]
24.    Personal Twitter on User Profile    0.4.0    [ Uninstall ]
25.    Last Active On MemberList    1.4    [ Uninstall ]
26.    Quick Ban on Account Delete    1.0.1    [ Uninstall ]
27.    Inuitive Age    1.0    [ Uninstall ]
28.    Space Between Posts    2.0    [ Uninstall ]
29.    Sneaky Editing    1.0    [ Uninstall ]
30.    New Style Message Icon    1.1    [ Uninstall ]
31.    FancyBox 4 SMF    0.3    [ Uninstall ]
32.    Signature Area BBCode Buttons    2.0.3    [ Uninstall ]
33.    BBC Permission Mod    1.2    [ Uninstall ]
34.    Personal address BBCode    2.0.1    [ Uninstall ]
35.    LMGTFY BBcode    3.7.3    [ Uninstall ]
36.    Justify BBCode    2.3.2    [ Uninstall ]
37.    Countdown BBCode    2.0.1    [ Uninstall ]
38.    Forum Name in Browser Title    2.0.1    [ Uninstall ]
39.    Topic View Log    1.2    [ Uninstall ]
40.    NiceTooltips    1.8    [ Uninstall ]
41.    Enhanced PM Warning Message    1.0    [ Uninstall ]
42.    RSS Feed Icon    1.1    [ Uninstall ]
43.    Post Unapproval    1.1.4    [ Uninstall ]
44.    Adk Snow Effect    2.0    [ Uninstall ]
45.    Recent Topics by 24h 48h 72h Filter    1.0    [ Uninstall ]
46.    SMF Multi Quote    1.1.3    [ Uninstall ]
47.    Topics Filter    3.2    [ Uninstall ]
48.    Split and Move    0.1.2    [ Uninstall ]
49.    Registered Links    3.0    [ Uninstall ]
50.    Hide Images from Guests    2.0    [ Uninstall ]
51.    Bookmarks    2.5    [ Uninstall ]
52.    Copyright and Footer Links    3.2    [ Uninstall ]
53.    Disable 'last edit by...' for Administrators    1.8    [ Uninstall ]
54.    Users Online Today    2.0.1    [ Uninstall ]
55.    Thank-o-matic    3.0    [ Uninstall ]
56.    Smart Pagination    0.8.2    [ Uninstall ]
57.    Simple Audio Video Embedder    2.0.5    [ Uninstall ]
58.    FAQ Mod    1.2    [ Uninstall ]
59.    Contact Page    3.0    [ Uninstall ]
60.    Back to the index    0.2.1    [ Uninstall ]
61.    Forum Faces ~ Avatars    0.1    [ Uninstall ]
62.    FantasticSmileys    1.0

K@:
Holy crap!

OK, I'm wading... gimme a few months minutes...

Navigation

[0] Message Index

[#] Next page

Go to full version