Page 1 of 1

adding style and plugin pages don't load entirely

Posted: Tue Feb 14, 2006 1:53 pm
by One Eye Pied
I just install a serendipity 0.9.1, but I have strange problem when I try to add plugins or style.
Spartacus seems to be correctly install.

When I try to install a new style via spartacus, for some the page don't load entirely, and stop before the ending of the installation.

When I try to install a new sidebar plugins either the page stop loading before the plugin-list appear, or I can only see plugins in the plugin folder.

Ouch, I hope I was clear, and you can help me :)

One Eye Pied

Posted: Tue Feb 14, 2006 5:42 pm
by judebert
Your host may be blocking port 80.

Do you get any messages from Spartacus at the top of the page, such as "Now fetching <etc>, <etc>"? If you let us know what they are, we may be able to help some more.

Posted: Wed Feb 15, 2006 4:23 pm
by One Eye Pied
I told my admin, and it seems there is no problem with port 80.
And I don't have any error message...
The load of the page just stop before ending, when she was trying to load cvs data... and that didn't occur at each try.

One Eye Pied

Posted: Wed Feb 15, 2006 5:37 pm
by garvinhicking
What was the output you receive? The message that tells you, what data it is fetching.

Please ask your sysadmin if showing PHP errors is enabled and/or logged to a file. It seems that your PHP is either coredumping or running out of memory.

Best regards,
Garvin

Posted: Thu Feb 16, 2006 3:31 pm
by One Eye Pied
My admin found the answer !
It seems that debian php.ini default configuration set memory_limit to 8M.
That's not enough...
My admin upgrade memory_limit to 11M, and now it works fine !

Is this a normal problem ?
If yes, I add this requirement to the dedicated page on the wiki.

One Eye Pied