Community

Having Problems with the Login Tutorial

Get help with installation and setup of lion|framework here.

Having Problems with the Login Tutorial

Postby adaykin on Wed Oct 21, 2009 4:47 am

Hello, I am on php 5.3 on a windows installation trying to get the login tutorial to work with the latest Lion release
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?
adaykin
 
Posts: 1
Joined: Wed Oct 21, 2009 4:04 am

Re: Having Problems with the Login Tutorial

Postby aparraga on Wed Oct 21, 2009 8:24 am

Could you try with the PHP 5.2? We are working to make lionframework works with the php 5.3
As soon as we know, seems that lion has some troubles with references & magic methods, but we are still figuring out
aparraga
Site Admin
 
Posts: 37
Joined: Thu Nov 08, 2007 8:02 am


Return to Installation and Setup

Who is online

Users browsing this forum: No registered users and 1 guest

cron