I’ve been working on a custom theme called timeline on my local machine. i’m now deploying it to a production server and I’m getting the following error after ftping the files to the site:
[2015-11-20 19:01:51] grav.CRITICAL: include_once(/home/bigfatideas/public_html): failed to open stream: No such file or directory - Trace: #0 /home/bigfatideas/public_html/system/src/Grav/Common/Themes.php(290): Whoops\Run->handleError(2, ‘include_once(/h…’, ‘/home/bigfatide…’, 290, Array) #1 /home/bigfatideas/public_html/system/src/Grav/Common/Themes.php(290): Grav\Common\Themes::autoloadTheme() #2 [internal function]: Grav\Common\Themes->autoloadTheme(‘Grav\Theme\Time…’) #3 [internal function]: spl_autoload_call(‘Grav\Theme\Time…’) #4 /home/bigfatideas/public_html/system/src/Grav/Common/Themes.php(163): class_exists(‘Grav\Theme\Time…’) #5 /home/bigfatideas/public_html/system/src/Grav/Common/Themes.php(45): Grav\Common\Themes->load() #6 /home/bigfatideas/public_html/system/src/Grav/Common/Grav.php(229): Grav\Common\Themes->init() #7 /home/bigfatideas/public_html/inde x.php(37): Grav\Common\Grav->process() #8 {main}
I’ve installed this a couple of times on my local host and not had this issue crop up. not sure what’s happening?