2.7.0 alpha Admin login problem

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
Tinman
Posts: 19
Joined: Sun May 09, 2010 3:34 pm

2.7.0 alpha Admin login problem

Post by Tinman »

When I goto http://server/admin, I get...


phpMyFAQ 2.7.0-alpha
Time to your session expiration: Loading...

* Dashboard
* Users
* Content
* Statistics
* Exports
* Backup
* Configuration
* Logout


If I click on any of the options, Users for example, the URL changes to http://10.0.20.104/admin/index.php?action=user, but nothing changes on the screen. I've done some forum searching, and found a couple similar posts. I've already verified that php.ini has session.auto_start = 0, and I've turned Debug back on and logged into admin again, but It doesn't display any errors.

I'm running the latest version of Ubuntu server 10.04, with the built in LAMP server.

I'm not sure what my next step should be.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: 2.7.0 alpha Admin login problem

Post by Thorsten »

Hi,

you tried the master branch which can be broken some times. It's also "pre-alpha". I fixed the errors and it's more stable now.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Tinman
Posts: 19
Joined: Sun May 09, 2010 3:34 pm

Re: 2.7.0 alpha Admin login problem

Post by Tinman »

I used GIT to download and install phpmyfaq, using this line ...

git clone git://github.com/thorsten/phpMyFAQ.git


I see it's possible to download a specific version with git, but don't quiet understand the example syntax.

"
You can also check out a specific version of phpMyFAQ from GitHub at:
git clone git://github.com/thorsten/phpMyFAQ.git
git checkout [version]
e.g. git checkout 2.6.
"

What should I type in at the shell to get 2.5.7? would it be git checkout 2.5.7 git://github.com/thorsten/phpMyFAQ.git ?
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: 2.7.0 alpha Admin login problem

Post by Thorsten »

Hi,

if you want to try phpMyFAQ 2.5.7 you should simply use our download page.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply