"Don't hack!" after upgrade from RC2 to RC4
Posted: Sun Feb 10, 2013 11:14 am
Hi all,
I've just upgraded from RC2 to RC4 after pulling the latest changes from GitHub. I've switched templates a couple of times while trying to reproduce a bug reported by Ian (see here).
Now, as it turns out, I've got some problems in both frontend and backend. The page displays only partially, stopping after a few lines saying "Don't hack!". I debugged it, and the reason seems to be that in the global is not set (anymore?)Any ideas why this would happen? As far as I can see, nothing has changed in this file or other related files since RC2. Clearing the cache also didn't help ... 
I've just upgraded from RC2 to RC4 after pulling the latest changes from GitHub. I've switched templates a couple of times while trying to reproduce a bug reported by Ian (see here).
Now, as it turns out, I've got some problems in both frontend and backend. The page displays only partially, stopping after a few lines saying "Don't hack!". I debugged it, and the reason seems to be that in
Code: Select all
include/lang.inc.phpCode: Select all
if (IN_serendipity !== true) {
die ("Don't hack!");
}