Skip to main content
Topic: SMF + SP + Aeva = undefined index (Read 3342 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

SMF + SP + Aeva = undefined index

I have no idea where the bug is, I know these three mods are installed in both the forums I've see it.
Code: [Select]
8: Undefined index: actual_theme_dir
File: /Sources/Load.php
Line: 2447
That correspond to:
Code: [Select]
		// Default language directories to try.
$language_directories = array(
$settings['default_theme_dir'] . '/languages',
$settings['actual_theme_dir'] . '/languages',
);
in getLanguages.
What drives me crazy is that it happens from time to time, and I have never been able to reproduce it reliably.
Last time I tried to reproduce it it was kind of associated to the use of language=something in the URL, but apparently not is not, so... ohh I have no idea, just posting here so that if anyone has an idea he can post. :P
Bugs creator.
Features destroyer.
Template killer.

Re: SMF + SP + Aeva = undefined index

Reply #1

I wonder if @[SiNaN] knows what the deal is.

Re: SMF + SP + Aeva = undefined index

Reply #2

Do you still get this? I could have a look at it for you if it's still valid.

Re: SMF + SP + Aeva = undefined index

Reply #3

Likely.
Since it happens randomly is difficult to say. :(

Actually, now that I think about it again, one of the possible causes could be due a scheduled task... When you see weird errors most of he times it fault of a scheduled task. lol
Bugs creator.
Features destroyer.
Template killer.