I got this survey script I'm trying to install, and it's the standard installation procedure: upload the file> point the browser at the install.php, etc. But when I go the to the install.php I get the following error "No direct script access allowed" It's probably some simple little thing, but I'm not getting it, and Google only turns up sites that have the same error - no solutions! If anyone knows how to remedy this problem I would be grateful.
Usually when that happens the script will have some sort of code at the top like: if (!defined('some_key')) die('no direct access'); PHP: You can probably just delete that and it'll work, but normally it's not meant to (or it wouldn't be there). Are you sure you're accessing it properly? (for example it might actually mean to be index.php?action=install)