Search found 20 matches

by roti
Mon Jan 19, 2009 2:27 pm
Forum: Development
Topic: Hungarian translation.
Replies: 7
Views: 9936

Hi!

This is the Hungarian translation for 1.4.1

http://www.profi-media.com/~roti/etc/se ... 41_utf.zip


Roti
by roti
Mon Jan 19, 2009 1:18 pm
Forum: Installation
Topic: Cannot redeclare serendipity_ini_bool()
Replies: 3
Views: 2835

When I change from
include('serendipity_config.inc.php');
to
include_once('serendipity_config.inc.php');
in
serendipity_admin.php line 9, I don't get the error, but get this on the upgrade screen:

serendipity_admin.php corrupt or modified: failed verification

But the upgrade finishes successfull.
by roti
Sat Jan 17, 2009 9:16 pm
Forum: Installation
Topic: Cannot redeclare serendipity_ini_bool()
Replies: 3
Views: 2835

Cannot redeclare serendipity_ini_bool()

Hi!

I get this error calling serendipity_admin.php after upgrade (xdebug enabled) :

Fatal error: Cannot redeclare serendipity_ini_bool() (previously declared in ./include/functions_installer.inc.php:21) in /home/roti/public_html/serendipity/include/functions_installer.inc.php on line 23
Call ...
by roti
Mon Mar 03, 2008 9:40 pm
Forum: Plugins
Topic: New feature for the statistics-plugin
Replies: 4
Views: 4049

fix

Hi!

This is monday, and I found a bug in my code, if it is monday or sunday.
The following rows should be added to serendipity_plugin_statistics.php line 196, right after
$lastmonday = date('Ymd', strtotime('last monday'));
$nextsunday = date('Ymd', strtotime('next sunday'));

to check if it is ...
by roti
Wed Feb 27, 2008 10:30 pm
Forum: Bugs
Topic: Help - Spam Protector STILL not working
Replies: 5
Views: 5417

I had 'Disable spamblock for Authors' = none, thats why the comment expected the captcha.
I changed it to 'all' and I can post comment.
It is ok.

But if I set 'Disable spamblock for Authors' for some author, than for these authors the captcha should be visible.

Other odd thing is that if I reply ...
by roti
Wed Feb 27, 2008 10:03 pm
Forum: Bugs
Topic: Help - Spam Protector STILL not working
Replies: 5
Views: 5417

admin cant reply to comment if captcha enabled

(I realized that I had to take 'Force captchas after how many days' to 0 to test captchas instantly.)

My problem is:
When captchas are enabled, and accepted a comment as admin, I try to answer to it.
At the window, I dont have the captcha, and after posting the reply, I get this error:

'Your ...
by roti
Tue Feb 26, 2008 2:45 pm
Forum: Development
Topic: Hungarian translation.
Replies: 7
Views: 9936

done

Hi!

I have finished the translation of serendipity to Hungarian.

http://www.profi-media.com/~roti/etc/lang.zip

I have a suggestion:
in serendipity_config.inc.php, the languages should have their own name, like
'hu' => 'Magyar', // 'hu' => 'Hungarian',

I am going on with the modules. Not all ...
by roti
Tue Feb 26, 2008 2:28 pm
Forum: Plugins
Topic: New feature for the statistics-plugin
Replies: 4
Views: 4049

done

Hi!

I have implemented the idea.

Here it is the code:
http://www.profi-media.com/~roti/etc/serendipity_event_statistics.zip

Fixed an error with sqlite:
there is not function: REPLACE

Visitor/day + visitor/week with settings.
Adjusted the code, and the lang file.

Translated to hungarian too ...
by roti
Mon Feb 18, 2008 10:55 pm
Forum: Plugins
Topic: TinyMCE WYSIWYG editor
Replies: 96
Views: 80158

imanager and ibrowser can be downloaded here:

http://www.j-cons.com/downloads/
by roti
Mon Feb 18, 2008 9:49 pm
Forum: Development
Topic: _SESSION problem
Replies: 10
Views: 14226

Finally, I got the final solution.

I got this in apache config:

<IfModule mod_userdir.c>
UserDir /www/chroot/home/*/public_html
UserDir disabled root

<Directory /www/chroot/home/*/public_html>
AllowOverride FileInfo AuthConfig Limit Options
Options MultiViews Indexes SymLinksIfOwnerMatch ...
by roti
Fri Feb 15, 2008 4:10 pm
Forum: Development
Topic: _SESSION problem
Replies: 10
Views: 14226

I set this:
php_value session.save_path "/www/chroot/tmp"
in the server's conf

I can see all the sessions in that directory.

I inspected the headers, but I don't see any error:

http://al.pmmf.hu/~roti/headers.txt

The session and cookie numbers are the same.
This is the method inspecting the ...
by roti
Fri Feb 15, 2008 2:58 pm
Forum: Development
Topic: _SESSION problem
Replies: 10
Views: 14226

I use this:

ini_set("session.save_path","/www/chroot/home/roti/session");


and I can see the sessions:

[root@elod session]# ls -la /www/chroot/home/roti/session
total 16
drwxrwxr-x 2 roti www 4096 Feb 15 14:31 .
drwxr-x--x 13 roti roti 4096 Feb 15 14:30 ..
-rw------- 1 www www 37 Feb 15 14:31 ...
by roti
Fri Feb 15, 2008 2:37 pm
Forum: Plugins
Topic: TinyMCE WYSIWYG editor
Replies: 96
Views: 80158

and what about the imanager plugin?
can you insert images from your media gallery?
by roti
Thu Feb 14, 2008 10:34 pm
Forum: Development
Topic: _SESSION problem
Replies: 10
Views: 14226

I was happy too early ...

with this settings, the preview is good, but I can't install new plugins.

When I click on "Install" next to a plugin,
this page flashs in:


Trying to open URL package_event_hu.xml...
Fetched 257066 bytes from already existing file on your server. Saving file as /www ...
by roti
Thu Feb 14, 2008 10:15 pm
Forum: Development
Topic: _SESSION problem
Replies: 10
Views: 14226

Solved

Finally I solved it:

I had to add this:

ini_set("url_rewriter.tags", "a=href,area=href,frame=src,iframe=src,input=src,form=fakeentry");

to
serendipity_config_local.inc.php

maybe it should be a default at install