Search found 12 matches

by leandrorius
Wed Oct 31, 2012 2:43 pm
Forum: General discussions
Topic: How to migrate a database to a new phpmyfaq install?
Replies: 1
Views: 2622

How to migrate a database to a new phpmyfaq install?

Hi there!

I've been using the phpmyfaq in a lab enviroment, and as a lab has to be, I messed up a lot of things trying to customize the interface... Anyway,despites being a lab I created a lot of good FAQs and Categories.
Now I did a clean install of the PHPMyFaq in a new server to get into ...
by leandrorius
Wed Oct 31, 2012 2:20 pm
Forum: Bug reports
Topic: Can't do any actions as admin
Replies: 16
Views: 18460

Re: Can't do any actions as admin

Hi there! Does anybody have an update about this problem?
Thanks!
by leandrorius
Tue Jul 24, 2012 7:25 pm
Forum: General discussions
Topic: Change the FAQ order
Replies: 3
Views: 4070

Change the FAQ order

Hi!

I have a (maybe dumb) question about the FAQs disposal. I know that is possible to change the Category order, but it's possible to change the FAQs order inside a category?
For example, I have the category "Technical issues", and inside that I have three FAQs:

* How to solve problem A
* How to ...
by leandrorius
Tue Jul 24, 2012 7:09 pm
Forum: Bug reports
Topic: Can't do any actions as admin
Replies: 16
Views: 18460

Re: Can't do any actions as admin

Ok buddy, I'm looking forward to it. I hope you can solve this!

Thanks!
by leandrorius
Thu Jul 19, 2012 9:01 pm
Forum: Bug reports
Topic: Can't do any actions as admin
Replies: 16
Views: 18460

Re: Can't do any actions as admin

I've compared the "Session" section of both Debian (working) and Solaris (buggy) and I found the following differences between then:

session.bug_compat_warn
session.cookie_domain
session.gc_probability

I've changed "compat_warn" and "gc_probability", but nothing happens. But when I tried to leave ...
by leandrorius
Thu Jul 19, 2012 6:24 pm
Forum: Bug reports
Topic: Can't do any actions as admin
Replies: 16
Views: 18460

Re: Can't do any actions as admin

I sent you an email with the phpinfo attached.

Thanks!
by leandrorius
Wed Jul 18, 2012 11:25 pm
Forum: Bug reports
Topic: Can't do any actions as admin
Replies: 16
Views: 18460

Re: Can't do any actions as admin

The full phpinfo have too much lines, I couldn't post here, neither by PM, and I can't upload as attachment too.
Can I send you by other way? Do you have an email address?
by leandrorius
Wed Jul 18, 2012 8:45 pm
Forum: Bug reports
Topic: Can't do any actions as admin
Replies: 16
Views: 18460

Re: Can't do any actions as admin

Unfortunately not. My site is an intranet site.
Is there anything I can do to provide you more information? I really need this help...

I've already checked database and folder permissions, and everything looks fine. The buggy version is running on a Solaris machine, and I have exactly the same ...
by leandrorius
Wed Jul 18, 2012 3:24 pm
Forum: Bug reports
Topic: Can't do any actions as admin
Replies: 16
Views: 18460

Re: Can't do any actions as admin

Hi Thorsten!

I've got no error at all, and I'm using the lastest version (2.7.7).
I enabled the Debug mode. When I try to change a config and click on "Save Config" button, I'm redirected to index page and that's what the Debug shows:


DEBUG INFORMATION:
/var/www/knowledgebase/inc/Init.php:
PMF ...
by leandrorius
Tue Jul 17, 2012 9:07 pm
Forum: General discussions
Topic: admin session expires on every click
Replies: 16
Views: 20072

Re: admin session expires on every click

Hey! I have solved my problem described in my last post.
Actually, there was something wrong with my "Session" section in php.ini.
Now I'm having another problem: I can't change any configs as admin. I've created a new post for this issue here: http://www.phpmyfaq.de/forum/viewtopic.php?f=3&t=14527
by leandrorius
Tue Jul 17, 2012 9:05 pm
Forum: Bug reports
Topic: Can't do any actions as admin
Replies: 16
Views: 18460

Can't do any actions as admin

Hi there!
I'm having some troubles with my clean install of phpmyfaq.
Everthing looks good, but when I log as admin and access the "admin/index.php" and try to do any action, I'm redirected to index page.
For example, when I try to do any changes on the main config page (admin/index.php?action ...
by leandrorius
Tue Jul 17, 2012 3:54 pm
Forum: General discussions
Topic: admin session expires on every click
Replies: 16
Views: 20072

Re: admin session expires on every click

I'm having the exact same problem, the session expires on every click.
I believe that must be something with php.ini or apache config, because I didn't install on a clean webserver. But I have no idea what it is...


Here's my Session in "php.ini":



[Session]
session.save_handler = files
session ...