You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 11 of "lib/task/sfThemeBaseTask.class.php"
// Get Theme Configuration
if (!class_exists($configClass = sprintf('sf%sThemeConfiguration', sfInflector::camelize($theme))))
{
throw new InvalidArgumentException(sprintf('No theme configuration class exists for "%s". Please create a %s class', $theme, $configClass));
}
Can i use distint prefix instead "sf". I use "mr". How can i avoid this exception?
Thanks,
Matías
The text was updated successfully, but these errors were encountered:
In line 11 of "lib/task/sfThemeBaseTask.class.php"
Can i use distint prefix instead "sf". I use "mr". How can i avoid this exception?
Thanks,
Matías
The text was updated successfully, but these errors were encountered: