Search found 10 matches

by g00se
Tue May 05, 2009 11:44 pm
Forum: Plugins
Topic: freetag table is missing (entrytags)
Replies: 2
Views: 2166

Re: freetag table is missing (entrytags)

Thanks for the code. Everythings works fine by now.

The serendipity users is granted all on the database :/, so I don't know what went wrong. Sorry.

It would be nice if the db code gets included into the readme of the plugin. It might help the next one...

Thanks for the fast reply!!
by g00se
Tue May 05, 2009 9:00 am
Forum: Plugins
Topic: freetag table is missing (entrytags)
Replies: 2
Views: 2166

freetag table is missing (entrytags)

Hi,

today I upgraded to s9y 1.4.1 and installed the current available freetag plugin.

/ Table 'serendipity.serendipity_entrytags' doesn't exist

but it does complain that one table is missing (edit entry section, trying to add tags).
In my database theirs is no such table and I haven't found the ...
by g00se
Tue Jan 22, 2008 3:16 pm
Forum: Development
Topic: Logout from index.php
Replies: 8
Views: 10612

I know what you mean, but I not sure at which point the function is called... Sorry. On the other side I believe the provided solution of a event is the better way.

Thanks
by g00se
Tue Jan 22, 2008 2:19 pm
Forum: Development
Topic: Logout from index.php
Replies: 8
Views: 10612

Nope, I got no error using this code (just rechecked) and my error_reporting is set by s9y.
Would you like to look at my installation?

Besides I just checked out event_loginform and installed and it does also work :D. Could you add a note in plugin_loginform that a event_loginform exists, just for ...
by g00se
Tue Jan 22, 2008 1:09 pm
Forum: Development
Topic: Logout from index.php
Replies: 8
Views: 10612

Here is the file...
<?php # $Id: serendipity_plugin_loginform.php,v 1.14 2006/12/01 09:00:55 garvinhicking Exp $


if (IN_serendipity !== true) {
die ("Don't hack!");
}

// Probe for a language include with constants. Still include defines later on, if some constants were missing
$probelang ...
by g00se
Tue Jan 22, 2008 12:22 pm
Forum: Development
Topic: Logout from index.php
Replies: 8
Views: 10612

Does something like that exist? Or how can it be done?
(Just point at some files...)

I just quick and dirty modified the loginform plugin:

56a57
>
59,64c60,61
< echo '<div class="serendipity_center serendipity_msg_important">' . WRONG_USERNAME_OR_PASSWORD . '</div>';
< } elseif (serendipity ...
by g00se
Tue Jan 22, 2008 1:42 am
Forum: Development
Topic: Logout from index.php
Replies: 8
Views: 10612

Logout from index.php

Hi!

I'm using a special configured variant of s9y. I use a variant of the httpauth plugin to let the server do the authentification. He does the auth automatically via Kerberos, so if somebody tries to enter the serendipity_admin.php the auth is already done when s9y get's a chance to start working ...
by g00se
Mon Jan 21, 2008 8:00 pm
Forum: Development
Topic: MySQLi Subsystem: Database unavailable
Replies: 5
Views: 7463

I checked again a fresh installation and it does show the same output as my recommendation... So the change would do nothing.

:oops:

Sorry, for wasting your time Garv!
by g00se
Mon Jan 21, 2008 8:23 am
Forum: Development
Topic: MySQLi Subsystem: Database unavailable
Replies: 5
Views: 7463

Hi!

I got your point, but the error / warning messages are shown if you don't set error_reporting(0). My idea if someone is using s9y in a "productive" environment he / she is not interested in showing up error messages to an unexperienced user. Now he can (it's not a need) set the error reporting ...
by g00se
Sun Jan 20, 2008 12:56 am
Forum: Development
Topic: MySQLi Subsystem: Database unavailable
Replies: 5
Views: 7463

MySQLi Subsystem: Database unavailable

Hi!

I'm using s9y (1.2.1) with a local MySQL DB and the MySQLi driver subsystem of s9y. Someday I stopped the DB and didn't start a again.
So s9y said:
Warning: mysqli_connect() [function.mysqli-connect]: (HY000/2005): Unknown MySQL server host 'localhost' (1) in /private-backup/home/dennis/public ...