fatal error

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

No, no, not the authorid! The "value" column, which was set to "0".

Have a look at your screenshot: There where value is "en", those are the right ones. Authorid needs to stay "0" for example.

Run this SQL querY:

Code: Select all

UPDATE serendipity_config SET value = 'en' WHERE value = '' AND name = 'lang'
After that, make sure you undo all changes you made to "authorid", so that "authorid" will be "0" again instead of "en".

The other error you get is because of URL rewriting, and a missing .htaccess file. Go to your s9y admin, go to the confoiguration and set the option "URL REwriting" to "NONE" and save the config.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ant01
Regular
Posts: 30
Joined: Tue Oct 30, 2007 9:18 pm

Post by ant01 »

I ran the querry will that set the value to "en" for all instances of an empty value.

I cant get into s9y admin
http://www.muskat.co.za/serendipity/admin
get error 404 message;
Not Found
The requested URL /serendipity/admin was not found on this server.
ant01
Regular
Posts: 30
Joined: Tue Oct 30, 2007 9:18 pm

Post by ant01 »

Must I manually change the configuration file serendipity_config.inc.php
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Access your blog admin via:
http://www.muskat.co.za/serendipity/ser ... _admin.php

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ant01
Regular
Posts: 30
Joined: Tue Oct 30, 2007 9:18 pm

Post by ant01 »

The URL Rewriting is set to Disable URL Rewriting
ant01
Regular
Posts: 30
Joined: Tue Oct 30, 2007 9:18 pm

Post by ant01 »

It seems to be ok now, I set it to another settingt and the back to Disable and saved it, and is working.

Thanks :D
ant01
Regular
Posts: 30
Joined: Tue Oct 30, 2007 9:18 pm

Blog vs Forum

Post by ant01 »

A quick question, what is the difference between a blog and a forum and can I control who can comment on my Weblog?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Blog vs Forum

Post by garvinhicking »

Hi!

Phew. :-)
ant01 wrote:A quick question, what is the difference between a blog and a forum and can I control who can comment on my Weblog?
A blog is meant for content coming from you, to be distributed to your readership. A forum is meant for interaction, where people can post their own content and not just reply to content.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ant01
Regular
Posts: 30
Joined: Tue Oct 30, 2007 9:18 pm

Post by ant01 »

Thanks for your help, I'm enjoying using Serenipity, I've tried a few scripts and find Serendipity the most user friendly with some nice pluggins. I have been experimenting with phpBB version 2.0.2 which has a photo album MOD, but find loading the MOD's more cumbersome and difficult than uploading pluggins for Serendipity.
Post Reply