s9y Admin panel - creating a tables at every opened page
Posted: Wed Jul 12, 2006 1:23 pm
I have find, that when I open an Admin panel (serendipity_admin.php) Serendipity try to create a tables. PostgreSQL has this output every time:
NOTICE: CREATE TABLE will create implicit sequence "serendipity_dma_forum_uploads_uploadid_seq1" for serial column "serendipity_dma_forum_uploads.uploadid"
ERROR: relation "serendipity_dma_forum_uploads" already exists
ERROR: relation "postid" already exists
ERROR: relation "uploadid" already exists
ERROR: relation "realfilename" already exists
ERROR: relation "serendipity_dma_forum_users" already exists
ERROR: relation "authorid" already exists
Admin page work properly, but when I try to install Event Plugin - serendipity_admin.php?serendipity[adminModule]=plugins&serendipity[adminAction]=
addnew&serendipity[type]=event
I take an error:
While trying to retrieve the URL: http://www.emeraldcore.com/review/serendipity_admin.php?
The following error was encountered:
* Zero Sized Reply
and in a PostgreSQL output errors about creating tables repeat 3 times with final error:
LOG: unexpected EOF on client connection
I can't install any event plugin, but installation of Side Bar plugins work fine.
It seems like S9Y run installation script at every opened serendipity_admin.php, and with option "serendipity[type]=event" take an critical error...
NOTICE: CREATE TABLE will create implicit sequence "serendipity_dma_forum_uploads_uploadid_seq1" for serial column "serendipity_dma_forum_uploads.uploadid"
ERROR: relation "serendipity_dma_forum_uploads" already exists
ERROR: relation "postid" already exists
ERROR: relation "uploadid" already exists
ERROR: relation "realfilename" already exists
ERROR: relation "serendipity_dma_forum_users" already exists
ERROR: relation "authorid" already exists
Admin page work properly, but when I try to install Event Plugin - serendipity_admin.php?serendipity[adminModule]=plugins&serendipity[adminAction]=
addnew&serendipity[type]=event
I take an error:
While trying to retrieve the URL: http://www.emeraldcore.com/review/serendipity_admin.php?
The following error was encountered:
* Zero Sized Reply
and in a PostgreSQL output errors about creating tables repeat 3 times with final error:
LOG: unexpected EOF on client connection
I can't install any event plugin, but installation of Side Bar plugins work fine.
It seems like S9Y run installation script at every opened serendipity_admin.php, and with option "serendipity[type]=event" take an critical error...