I have a settings.php file with parametric variables and a functions.php with well, some functions.
functions.php uses some parameters from settings.php and also, functions.php is required once inside index.php. Well, for some reason, when trying to execute index.php the functions can not read the parameters from settings.php in this method. Does anyone know why and a possible workaround for this?
Thanks!!