When I load my frontend my browser returns those weird errors:
Uncaught ReferenceError: Mage is not defined
Uncaught ReferenceError: Varien is not defined
Uncaught ReferenceError: decorateGeneric is not defined
Uncaught ReferenceError: VarienForm is not defined
Uncaught ReferenceError: VarienForm is not defined
And when I try to access my backend via /admin I'm being redirected to the frontend (home).
Tried a million things to detect whats going on but nothing seems to work.
My Apache error.log is full of entries like:
File does not exist: /var/www/skin
script '/var/www/index.php' not found or unable to stat
script '/var/www/cron.php' not found or unable to stat
By the way, my magento install isn't on /var/www, it's placed on /var/www/magento
What am I doing wrong? Can I get some help pretty pretty please?