Pligg 9.8
When I try to submit a new story, and I go to step 3 of 3 the system shows me an error message: Incomplete title or text
But the titel and text are complete!
Can somebody help?
Thanks.


Most likely it's not your title throwing the error but the text. If you look at the submit.php code, you'll notice this line:
if(strlen($linkres->title) < minTitleLength || strlen($linkres->content) < minStoryLength ) { // if link title or descrition is too short
So if you're title or your description is to short, it will throw that error. If you don't mind if your description is short, go to:
admin>Configure Pligg Beta>Submit> and change the minimum story length.
Hope this helps,
Eddie
I think if you use a line break in your story description, like you might as a gap between paragraphs, this will cause it to say, but I don't know why or how to fix it. Anyway, if your writing a description long enough to have paragraphs it won't al show up anyway. We need a way to increase the maximum story length.Incomplete title or text