When I run the demo and try and go to the login.html page, the script seems to die when I try to new up the Configuration class. I don't get an error message at all, all I see is a blank white page. Here is the section where the code fails:
- Code: Select all
public function &createConfiguration() {
// WE CAN'T NEW UP THE CONFIGURATION CLASS
$return_value = new __Configuration($this->_context_id);
return $return_value;
}
I should also mention that I was getting a 500 error at first, but when I removed:
- Code: Select all
#Security options:
Options +FollowSymLinks
Options -Indexes
<Files ~ "\.(txt|ini|inc|xml)$">
Deny from all
</Files>
from the .htaccess file I did not get a 500 error.
Also is there an IRC channel or mailing list for this framework?