I don't have any theme on my page. Just plain text.

Permalink
hello, When I installed Concrete 5.4.1.1 I don't have any theme or layout on my page. Just plain text without any colors or graphics. Where is the problem? I chmod folders to 777. Database is working. This problem applies to "core" and every theme I tried expect "Natural Essence" that works well. Any ideas?

1 Attachment

 
12345j replied on at Permalink Reply
12345j
I think url ishttp://maruszewski.eu/
If you can pm me user and pass I can take a look.
12345j replied on at Permalink Reply
12345j
Okay, so all the css files give you this warning:
Fatal error: Call to undefined method Zend_Cache_Core::getMetadatas() in /virtual/pl/h2/mate/new/concrete/libraries/cache.php on line 123
which means that some files weren't uploaded/installed correctly. Try reuploading and installing concrete5.
Mate replied on at Permalink Reply
I all ready did... But I will try to reinstall it again tomorrow. Last time it didn't help after reinstall.
Mate replied on at Permalink Reply
I reinstalled Concrete one more time and still there is the same problem. Can there be anything wrong with my ftp, or data base? please have a look.
cannonf700 replied on at Permalink Reply
cannonf700
HOw are you uploading Concrete5?

I would recommend uploading the zipped package. Then use your cpanel's "legacy" file manager to unzip the package.

If you keep searching these forums you will find people with the same issue (I had this on one site I did - it was never officially solved however if I used Concrete 5.3 I could get it to work which makes me think the problem is with your hosting environment).

Good luck
Mate replied on at Permalink Reply
I am using filezilla on Win XP.
Pritam replied on at Permalink Reply
Are you sure you set up chmod 777 file permissions on

/config
/files (Choose recursive to files and sub-dir since you are using filezilla)
/packages.

Once the permissions are set esp the /files dir re-load site and it should work.
Mate replied on at Permalink Reply
yes, I am sure that I chmod folders to 777, even tried to chmod rest of the package, but with the same result
Mate replied on at Permalink Reply
any ideas?
Mate replied on at Permalink Reply
problem has been fixed now by my host admin. He reported bug in code line:
/// $metadata = $cache->getMetadatas(Cache::key($type, $id));
$metadata = $cache->getBackend()->getMetadatas(Cache::key($type, $id));
in file: /virtual/pl/h2/mate/new/concrete/libraries/cache.php

it is now working fine