Home arrow Support arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re: for represented (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re: for represented
#21666
rakete (User)
Gold Lime
Posts: 176
graphgraph
User Offline Click here to see the profile of this user
Re: for represented 1 Month, 1 Week ago Karma: 3  
wicked...
 
Logged Logged  
 
Support LimeSurvey!
or just
donate!

Your Donation keeps LimeSurvey alive and kickin'
  The administrator has disabled public write access.
#21667
gerejefr (User)
Expert Lime
Posts: 104
graphgraph
User Offline Click here to see the profile of this user
Re: for represented 1 Month, 1 Week ago Karma: 0  
No I'm no wick, sorry for my english but sometimes I write approximatively sentence.
I prefer to be in exchange help with the community limesurvey.
 
Logged Logged  
  The administrator has disabled public write access.
#21761
gerejefr (User)
Expert Lime
Posts: 104
graphgraph
User Offline Click here to see the profile of this user
Re: for represented 1 Month, 1 Week ago Karma: 0  
I put magic_quotes_gpc = Off in php.ini but it's works only for ' and " but not for .

All are deleted, I don't know why?

Do you have an idea?

thanks in advance
 
Logged Logged  
  The administrator has disabled public write access.
#21763
gerejefr (User)
Expert Lime
Posts: 104
graphgraph
User Offline Click here to see the profile of this user
Re: for represented 1 Month, 1 Week ago Karma: 0  
Now it's works very well.
I change line in save.php file
the line:

$values[]=strip_tags($connect->qstr($myFilter->process($_SESSION[$value])));

With


$values[]=strip_tags($connect->qstr($myFilter->process($_SESSION[$value]),get_magic_quotes_gpc()));


and restart all
 
Logged Logged  
  The administrator has disabled public write access.
#21765
ITEd (Moderator)
LimeSurvey Team
Posts: 376
graphgraph
User Offline Click here to see the profile of this user
Re: for represented 1 Month, 1 Week ago Karma: 10  
Good work figuring that out! I'd suggest adding a note to your bug report about your solution to help the developers. The fix would have to take into account the setting in php.ini (in mine it's off by default).

Regards.
 
Logged Logged  
  The administrator has disabled public write access.
#21774
Mazi (Moderator)
Moderator Lime
Posts: 3514
graph
User Online Now Click here to see the profile of this user
Re: for represented 1 Month, 1 Week ago Karma: 28  
Please open a ticket at the bugtracker and add some comments about your solution so we can integrate this into the next release if necessary.
 
Logged Logged  
 
Best regards,
Mazi
______________________
Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
  The administrator has disabled public write access.
#21789
gerejefr (User)
Expert Lime
Posts: 104
graphgraph
User Offline Click here to see the profile of this user
Re: for represented 1 Month, 1 Week ago Karma: 0  
All comments about this problem is here :

Number ticket bug : 02682

Thanks in advance
 
Logged Logged  
  The administrator has disabled public write access.
Go to top