Search found 7 matches

by jeffk
Thu Mar 29, 2007 11:05 pm
Forum: Installation
Topic: I can only insert entries as draft?
Replies: 6
Views: 3997

Woohoo Got It

This is it now

; Handler used to store/retrieve data.
session.save_handler = files

; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP's session functions.
session.save_path ...
by jeffk
Thu Mar 29, 2007 10:54 pm
Forum: Installation
Topic: I can only insert entries as draft?
Replies: 6
Views: 3997

Also Confusing

I added the noautodiscovery line to my

"serendipity_config_local.inc.php" file and I still get the traceback messages

$serendipity['versionInstalled'] = '1.1.1';
$serendipity['dbName'] = 'nelvanablog';
$serendipity['dbPrefix'] = 'serendipity_';
$serendipity['dbHost'] = 'dbserver ...
by jeffk
Thu Mar 29, 2007 10:43 pm
Forum: Installation
Topic: I can only insert entries as draft?
Replies: 6
Views: 3997

It appears that my problem is session cookies in PHP

I dont know how to change my php and apache to handle it though

This is the contents on my php.ini file under session. I only changed domain to be the domain i normally use.


[Session]
; Handler used to store/retrieve data.
session.save_handler = files

; Argument passed to save_handler. In the ...
by jeffk
Thu Mar 29, 2007 10:30 pm
Forum: Installation
Topic: Serendipity is now saving your entry...
Replies: 34
Views: 19686

I think this is my problem too

I installed the web server and have total control over it. What do I need to chnage to enable php properly?
by jeffk
Thu Mar 29, 2007 8:39 pm
Forum: Installation
Topic: I can only insert entries as draft?
Replies: 6
Views: 3997

It still does not work

I think I forgot to say that
by jeffk
Thu Mar 29, 2007 8:38 pm
Forum: Installation
Topic: I can only insert entries as draft?
Replies: 6
Views: 3997

I did see the allow publish checkbox

I have selected allow publish.


I went back and tried to disable a bunch of other stuff but in doing so I got the message

Your browser did not sent a valid HTTP-Referrer string. This may be caused by a misconfigured browser/proxy or by a Cross Site Request Forgery (XSRF) aimed at you. The Action ...
by jeffk
Thu Mar 29, 2007 8:13 pm
Forum: Installation
Topic: I can only insert entries as draft?
Replies: 6
Views: 3997

I can only insert entries as draft?

I went through all the install stuff and sucessfully got the server running. It all seems good. I use postgresql and made a db for serendipity.

I seem to be running currently

"Powered by Serendipity 1.1.1 and PHP 4.3.11"

but I had the same problem when I tried with the install of 1.1.2.

But I ...