• Somehow dk_speakout_Petition::all gets a $limit of +INF.

    The limit value needs to be constrained.

    Add this to the all method;

    
    		$limit = (int) $limit;
    		
    		if ($limit <= 0 || $limit < $start || !is_finite($limit)) {
    			$limit = PHP_INT_MAX;
    		}
    
    • This topic was modified 5 years, 6 months ago by youngcp.
Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author SpeakOut!

    (@123host)

    Hey Tyler. My email to young@cl*****th.com has been sitting in a queue for a few days now. Seems it is currently undeliverable.

    Steve

    I am sorry to write here. I somehow cannot find the place to start a new topic. Is this disabled? I would like to use speakout with different fields: name, degree, affiliation and so on. Is this possible? And how could I have asked this question in a separate thread?

    Sorry again and thanks
    Stefan

    • This reply was modified 5 years, 4 months ago by stefan-m.
    Plugin Author SpeakOut!

    (@123host)

    @stefan-m it isn’t obvious, but you have to scroll to the bottom of the list of support questions and there is an area to “Create a new topic”.

    See if you can do that and if you can’t, reply here and we will handle it.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Blank petition list’ is closed to new replies.