Im sure this is easy but im stuck, please help!

Permalink
I cannot get my core blog to work, i get this warning:
Warning: include(/home/transfor/public_html/updates/concrete5.6.2.1_updater/concrete/themes/transforma/elements/header.php) [function.include]: failed to open stream: No such file or directory in /home/transfor/public_html/updates/concrete5.6.2.1_updater/concrete/core/libraries/view.php on line 484

Warning: include() [function.include]: Failed opening '/home/transfor/public_html/updates/concrete5.6.2.1_updater/concrete/themes/transforma/elements/header.php' for inclusion (include_path='/home/transfor/public_html/libraries/3rdparty:/home/transfor/public_html/updates/concrete5.6.2.1_updater/concrete/libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home/transfor/public_html/updates/concrete5.6.2.1_updater/concrete/core/libraries/view.php on line 484

luci
 
mlocati replied on at Permalink Reply
mlocati
Maybe that's because you created a theme called "transforma" in the folder /concrete/themes.
That's a bad approach: themes should be installed in the /themes folder, not in /concrete/themes.

To solve the issue you could copy the theme folder from /concrete/themes/transforma/ to /updates/concrete5.6.2.1_updater/concrete/themes/
luci replied on at Permalink Reply
luci
Thanks mlocati for your help. I just did what you recommended and after doing it i cleared the cache, but it still got the same warning and the blog wont work. :(

Any ideas?
luci replied on at Permalink Reply
luci
I see something strange in this line:

(include_path='/home/transfor/public_html/libraries/3rdparty:/home/transfor/public_html/updates/concrete5.6.2.1_updater/concrete/libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home/transfor/public_html/updates/concrete5.6.2.1_updater/concrete/core/libraries/view.php on line 484

after include_path='/home/transfor/public_html/ goes "libraries" shouldnt it go concrete first?

regards
mlocati replied on at Permalink Reply
mlocati
Maybe you placed some add-on in the /concrete/packages folder.
The right position of packages is /packages
luci replied on at Permalink Reply
luci
nop, no addon.

In root directory there is no packages directory, not even under concrete directory's.

In root directory at updates directory, under last version 5.6.2.1. updater/concrete there is a packages directory but is also empty.

As a matter of fact, i see that in the warning message it appears as if i had put my theme under concrete/themes but in reality my themes folder is at root level.
mlocati replied on at Permalink Reply
mlocati
It seems that somehow some of the default directories are missing.
You should have these directories in the root folder:
blocks
concrete
config
controllers
css
elements
files
helpers
jobs
js
languages
libraries
mail
models
packages
luci replied on at Permalink Reply
luci
Opps! Yes, i see a lot of missing directories and under /concrete there are more directories but not some of the ones you listed and there are others not listed...

I have been upgrading automatically since many other older versions, maybe I should reinstall? or just copy the missing directories could be enough?

Thanks A LOT!!! for all your valuable help and time!