ElkArte Community

Title: SMF + SP + Aeva = undefined index
Post by: emanuele on April 25, 2014, 05:14:36 pm
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
Title: Re: SMF + SP + Aeva = undefined index
Post by: Eliana Tamerin on April 27, 2014, 03:10:58 pm
I wonder if @[SiNaN] knows what the deal is.
Title: Re: SMF + SP + Aeva = undefined index
Post by: [SiNaN] on July 11, 2014, 07:58:57 am
Do you still get this? I could have a look at it for you if it's still valid.
Title: Re: SMF + SP + Aeva = undefined index
Post by: emanuele on July 14, 2014, 11:43:15 am
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