Search found 12 matches

by GHoSti
Sun Oct 19, 2008 1:36 pm
Forum: General discussions
Topic: Problem with edit after adding htaccess+htpasswd
Replies: 2
Views: 1976

Did the last one and it's working fine! Thanks a lot!
by GHoSti
Sun Oct 19, 2008 1:21 pm
Forum: General discussions
Topic: Wrong revision number with versioning plugin
Replies: 7
Views: 4207

Ah thx! :) I'll change to your version!
by GHoSti
Sun Oct 19, 2008 6:07 am
Forum: General discussions
Topic: Problem with edit after adding htaccess+htpasswd
Replies: 2
Views: 1976

Problem with edit after adding htaccess+htpasswd

Hi!

As I'm using Serendipity a second time for making a story, which is only a collection of some ideas and only me and some friends should read that, I've added to the top of the htaccess the following lines:

AuthType Basic
AuthName "Restricted Directory"
AuthUserFile /dir_to_the/.htpasswd ...
by GHoSti
Sun Oct 19, 2008 5:57 am
Forum: General discussions
Topic: Wrong revision number with versioning plugin
Replies: 7
Views: 4207

As I've installed the plugin after I've done some entries I've noticed an error at the very bottom of the page if no version info exists, due to the foreach stuff inside the code. I'm too lazy to edit nearly 60 entries now, but made a little change in the code. (yeah funny, I'm not too lazy for this ...
by GHoSti
Sun Oct 19, 2008 12:44 am
Forum: General discussions
Topic: Wrong revision number with versioning plugin
Replies: 7
Views: 4207

You're always welcome! :)
by GHoSti
Fri Oct 17, 2008 3:36 pm
Forum: General discussions
Topic: Wrong revision number with versioning plugin
Replies: 7
Views: 4207

It hadn't to do with increment of the ID, but it had to do with the version column. I've looked through the code and found the problem and a solution!

Find in serendipity_event_versioning.php

GROUP BY v.entry_id, v.id, a.realname, v.version_date";


Replace with:

GROUP BY v.entry_id, v.id, a ...
by GHoSti
Fri Oct 17, 2008 10:51 am
Forum: General discussions
Topic: Wrong revision number with versioning plugin
Replies: 7
Views: 4207

Wrong revision number with versioning plugin

Hi!

I've installed the Versioning plugin some days ago after having ~60 entries and I had to edit some old entries after the install.

First I've saved the old again, 'cause it wasn't saved after installing the plugin.
Second I've edited the stuff I wanted to and saved.
This led me to correct ...
by GHoSti
Thu Dec 13, 2007 9:56 pm
Forum: Installation
Topic: Table exits not created
Replies: 5
Views: 4583

Changed all Tables now to latin1_general_ci with the following command:
ALTER TABLE `table` DEFAULT CHARSET=latin1, COLLATE latin1_general_ci

After that I changed every column with "utf8_general_ci" to latin1_general_ci with phpMyAdmin.
Then I edited the exits primary key and added hosts to it ...
by GHoSti
Thu Dec 13, 2007 5:46 pm
Forum: Installation
Topic: Table exits not created
Replies: 5
Views: 4583

Sry, but I have to contradict :) I'm using UTF-8 and a friend of mine found this: http://bugs.mysql.com/bug.php?id=4541

Related to this article you have: 128Bytes + 255Bytes = 383Bytes * 3Bytes ( for UTF-8 ) = 1149Bytes > 1000Bytes.

I will try to alter all tables to latin1 charset for default and ...
by GHoSti
Thu Dec 13, 2007 4:27 pm
Forum: Installation
Topic: Table exits not created
Replies: 5
Views: 4583

I'm afraid to say that I'm using MySQL 4.1.10a :(
by GHoSti
Wed Dec 12, 2007 9:22 pm
Forum: Generelles in Deutsch
Topic: Ich kann nicht mehr bloggen!!!
Replies: 13
Views: 12591

Hi!

Das Problem hatte ich auch kurz. Habe dann den Browser geschlossen und neu aufgemacht, klappte wieder alles. Nebenbei bemerkt: Der IE 7 funzt bei mir absolut nicht mehr. Hängt sich einfach so auf, sperrt Seiten etc pp. Schließen, etwas warten (5-10 Minuten) behebt das Problem merkwürdigerweise ...
by GHoSti
Wed Dec 12, 2007 8:27 pm
Forum: Installation
Topic: Table exits not created
Replies: 5
Views: 4583

Table exits not created

Hi!

As I was wondering why exits weren't counted I've found a thread where someone asked for data from the exits table. I've logged into my phpMyAdmin and haven't found this table. So I deceided to look into the Serendipity db.sql file and tried to install it by hand.

All was fine, since I've ...