Post by gespl » Mon Sep 04, 2017 12:19 pm

Hi, need help on this:

I have this error after solving the config.php and admin/config.php paths. I can still login to the Admin panel without problem, just that the browser displays this:

Warning: fopen(/hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/catalog/view/theme//stylesheet/bootstrap.css): failed to open stream: No such file or directory in /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/catalog/controller/startup/sass.php on line 14Warning: flock() expects parameter 1 to be resource, boolean given in /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/catalog/controller/startup/sass.php on line 16Warning: fwrite() expects parameter 1 to be resource, boolean given in /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/catalog/controller/startup/sass.php on line 18Warning: fflush() expects parameter 1 to be resource, boolean given in /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/catalog/controller/startup/sass.php on line 20Warning: flock() expects parameter 1 to be resource, boolean given in /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/catalog/controller/startup/sass.php on line 22Warning: fclose() expects parameter 1 to be resource, boolean given in /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/catalog/controller/startup/sass.php on line 24 Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "common/column_left.twig" (looked into: /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/storage/modification/catalog/view/theme, /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/catalog/view/theme).' in /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/system/library/template/Twig/Loader/Filesystem.php:215 Stack trace: #0 /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/system/library/template/Twig/Loader/Filesystem.php(139): Twig_Loader_Filesystem->findTemplate('common/column_l...') #1 /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/system/library/template/Twig/Environment.php(312): Twig_Loader_Filesystem->getCacheKey('common/column_l...') #2 /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/system/library/template/Twig/Environment.php(378): Twig_Environment->getTemplateClass('common/column_l...', NULL) #3 /hermes/bosnacweb02/ in /hermes/bosnacweb02/bosnacweb02aj/b1223/sl.truthseekerjp/public_html/system/library/template/Twig/Loader/Filesystem.php on line 215

Thank you so much!

Newbie

Posts

Joined
Wed Aug 16, 2017 5:50 pm

Post by OpenCart_Support » Tue Sep 05, 2017 3:40 pm

Did you add this to the Github feedback section?

- OpenCart Community Cheerleader -


User avatar
Administrator

Posts

Joined
Mon Apr 10, 2017 5:16 pm
Location - OpenCart UK Office

Post by daniGo » Tue Sep 05, 2017 7:39 pm

Code: Select all

catalog/view/theme//stylesheet/bootstrap.css
i think that theme_default_directory is missing

Code: Select all

if ($this->config->get('config_theme') == 'default') {
	$theme = $this->config->get('theme_default_directory');
} else {
	$theme = $this->config->get('config_theme');
}

Code: Select all

catalog/view/theme/' . $this->config->get('theme_directory') . '/stylesheet/bootstrap.css

http://www.gombac.si


Active Member

Posts

Joined
Wed Mar 20, 2013 4:49 pm
Location - Slovenia
Who is online

Users browsing this forum: No registered users and 217 guests