Search found 14 matches

by oloccina
Mon Feb 24, 2014 8:49 pm
Forum: Bug reports
Topic: impossible to delete existing faq
Replies: 5
Views: 6794

Re: impossible to delete existing faq

I can give you admin access if you have time to investigate this
by oloccina
Mon Feb 24, 2014 8:45 pm
Forum: Bug reports
Topic: impossible to delete existing faq
Replies: 5
Views: 6794

Re: impossible to delete existing faq

yes, i can see that file , permission 644

and the code

/**
* Ajax call for deleting records
*
* @param record_id Record id
* @param record_lang Record language
*
* @return void
*/
function deleteRecord(record_id, record_lang)
{
if (confirm('<?php print addslashes($PMF_LANG["ad_entry_del ...
by oloccina
Mon Feb 24, 2014 8:01 pm
Forum: Bug reports
Topic: impossible to deactivate faqs in mass
Replies: 2
Views: 3435

Re: impossible to deactivate faqs in mass

thank you!
I must be drunk because i didn't noticed it :oops:
by oloccina
Mon Feb 24, 2014 7:59 pm
Forum: Bug reports
Topic: impossible to delete existing faq
Replies: 5
Views: 6794

Re: impossible to delete existing faq

Hi,
yep I upgraded from a 2.7.x version
the upgrade went smoothly.

any suggestion on how to find the missing file,
maybe overwrite everything again manually?

thank you
by oloccina
Mon Feb 24, 2014 6:54 pm
Forum: Bug reports
Topic: impossible to deactivate faqs in mass
Replies: 2
Views: 3435

impossible to deactivate faqs in mass

Hello,
in my phpMyFAQ 2.8.7
in faqs list
I see that there si the possibility to check/uncheck their "active"

but then I do not see any "save" button to save the results of this mass activation/deactivation
I have instead to open the faq one by one and change their settings in the single faq option ...
by oloccina
Mon Feb 24, 2014 6:50 pm
Forum: Bug reports
Topic: impossible to delete existing faq
Replies: 5
Views: 6794

impossible to delete existing faq

Hello,
in my phpMyFAQ 2.8.7
it's not possible to delete the faq clicking on the red "trash" icon

in chrome console I see this error

Uncaught ReferenceError: deleteRecord is not defined ?action=view:734


thank you,
nic
by oloccina
Thu Jul 26, 2012 9:37 am
Forum: General discussions
Topic: admin session expires on every click
Replies: 16
Views: 20071

Re: admin session expires on every click

OK it seems that I was able to solve this...
it looks like the problem was there were two A records specified for help.alkemica.net (the subdomain ponting to phpmyfaq)
and one of the two was incorrect, i deleted it, flushed my pc DNS and now sessions are being handled correctly :-)

Thank for your ...
by oloccina
Thu Jul 26, 2012 9:28 am
Forum: General discussions
Topic: admin session expires on every click
Replies: 16
Views: 20071

Re: admin session expires on every click

Thorsten wrote:Hi,

your sessions will be stored in

Code: Select all

session.save_path = "/var/lib/php/session"
instead of /tmp. Is /var/lib/php/session writable?

bye
Thorsten
Heloo,
here is what I see
var_lib_php_session.png
by oloccina
Wed Jul 11, 2012 11:12 am
Forum: General discussions
Topic: admin session expires on every click
Replies: 16
Views: 20071

Re: admin session expires on every click

It is like this:

[Session]
; Handler used to store/retrieve data.
; http://www.php.net/manual/en/session.configuration.php#ini.session.save-handler
session.save_handler = files

; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows ...
by oloccina
Tue Jul 10, 2012 5:11 pm
Forum: General discussions
Topic: admin session expires on every click
Replies: 16
Views: 20071

Re: admin session expires on every click

I see just these files:
tmp_files.png
by oloccina
Tue Jul 10, 2012 3:12 pm
Forum: General discussions
Topic: admin session expires on every click
Replies: 16
Views: 20071

Re: admin session expires on every click

Thorsten wrote:Hi,

you don't need execute permissions, just read and write.

bye
Thorsten
but even with execute permissions there should be no issue isn't it?
Because with permissions as I posted I am still having the problem
by oloccina
Tue Jul 10, 2012 1:47 pm
Forum: General discussions
Topic: admin session expires on every click
Replies: 16
Views: 20071

Re: admin session expires on every click

permissions of my server tmp folder are

-rwxrwxrwt
tmp_folder.png
but I'm not sure if they shuld be like this... :-P
by oloccina
Tue Jul 10, 2012 11:58 am
Forum: General discussions
Topic: admin session expires on every click
Replies: 16
Views: 20071

Re: admin session expires on every click

Hello,
this error disappeared automatically for some months,
then this morning I again have the described issue

I just upgraded to 2.7.7 but this did not solve the issue

I do not see the /tmp folder in the main folders list
phpmyfaq_folders.png
Regards,
Nic
by oloccina
Tue Feb 14, 2012 3:27 pm
Forum: General discussions
Topic: admin session expires on every click
Replies: 16
Views: 20071

admin session expires on every click

Hello,
I just installed 2.7.3 version,
I had no problem during the installation, but
then I noticed that when I was accessing the admin area and cliking any link I was automatically logged-out

The session expiry time is not displaied, I see this message:
Your session will expire in Loading...

Do ...