Any ideas why this is happening?
Just an update, the blank admin only happens after installing the CGSimpleSmarty module.
I don't get it, I have 4 other websites running with the same modules, but this particular installation is not working.
http://php.net/manual/en/language.const ... efined.phpNotice: Use of undefined constant __DIR__
You have 5.2.17, so please don't tell me about the other sites running well with same versions etc.__DIR__ The directory of the file. If used inside an include, the directory of the included file is returned. This is equivalent to dirname(__FILE__). This directory name does not have a trailing slash unless it is the root directory. (Added in PHP 5.3.0.)
I'm pretty sure the php version was as I stated: too old (5.2.17).delve2013 wrote:The PHP version was correct, I had to re-install everything again and it started working. Not sure what was going on here.