No css on new server

Permalink
I have installed (manually) on about 4 different servers with no problem but for some reason when I install C5 on my current live production server I get no css and in dashboard there are no stats.

Hope someone has some ideas. I am sure it is either php or mysql but I don't know.

Thanks for any help.

mcaconsult
 
ThemeGuru replied on at Permalink Reply
ThemeGuru
Try reuploading the core to the live server. Sometimes one or two may not be copied. Then try reinstalling it.
mcaconsult replied on at Permalink Reply
mcaconsult
I have just installed via ssh (unzipped the C5 archive) to this server - It is not the actual production site. I just want to make sure C5 will run properly where I currently host this site.

http://recwcan.ca/c5
12345j replied on at Permalink Reply
12345j
heres the error
Fatal error: Call to undefined method Zend_Cache_Core::getMetadatas() in /data/in/r/recwcan/www/recwcan/diocese/newrec/c5/concrete/libraries/cache.php on line 123

whats on that line? on my install its
$metadata = $cache->getMetadatas(Cache::key($type, $id));
jordanlev replied on at Permalink Reply
jordanlev
I had a problem like this recently -- it was because after I unzipped the files, all of the permissions were screwy. The only way I could easily fix it was to SSH into the server and run a bunch of commands to change the owner, group, and permissions recursively -- but this is kind of an advanced thing to do if you're not familiar with the UNIX command line. You can try doing it through your FTP program, but it might take a while (you might want to just do it to the "themes" directory for starters -- depding on your program, you right click on the folder and choose "Permissions", and then you want to give read and write permissions to the owner and the group, and only read permissions to "everyone else").
WebcentricLtd replied on at Permalink Reply
there was a very similar issue last week -
http://www.concrete5.org/community/forums/chat/no-css/...
mcaconsult replied on at Permalink Reply
mcaconsult
Tried all that - did not fix it the problem. I suspect there is something missing in the php configuration with my ISP's server or a broken path but I don't know where to look or what to look for...