Search found 767 matches

by kleinerChemiker
Sun Jun 16, 2013 9:56 am
Forum: Bugs
Topic: Captcha not displayed [SOLVED]
Replies: 11
Views: 7980

Re: Captcha not displayed

There is nothing shon for me.
by kleinerChemiker
Sun Jun 16, 2013 12:37 am
Forum: Bugs
Topic: Captcha not displayed [SOLVED]
Replies: 11
Views: 7980

Re: Captcha not displayed

Do you have JavaScript enabled?
by kleinerChemiker
Sat Jun 15, 2013 7:35 pm
Forum: General discussions
Topic: Server Error 500 under heavy load
Replies: 32
Views: 23828

Re: Server Error 500 under heavy load

Usually not. With cloudflare you could also use $_SERVER['HTTP_CF_CONNECTING_IP'].
by kleinerChemiker
Sat Jun 15, 2013 5:39 pm
Forum: General discussions
Topic: Server Error 500 under heavy load
Replies: 32
Views: 23828

Re: Server Error 500 under heavy load

Please test this. Your problem should be fixed.
by kleinerChemiker
Sat Jun 15, 2013 5:23 pm
Forum: General discussions
Topic: Server Error 500 under heavy load
Replies: 32
Views: 23828

Re: Server Error 500 under heavy load

It seems, that the var $realip_var has no value, allthough it has a default value. I'll write a fix and post it here, so you can try it.
by kleinerChemiker
Fri Jun 14, 2013 3:27 pm
Forum: General discussions
Topic: Server Error 500 under heavy load
Replies: 32
Views: 23828

Re: Server Error 500 under heavy load

After about one month after starting with cloudflare the "threats" started to decrease. Starting with about 50% threats I'm now at about 10%.
by kleinerChemiker
Fri Jun 14, 2013 9:45 am
Forum: General discussions
Topic: Server Error 500 under heavy load
Replies: 32
Views: 23828

Re: Server Error 500 under heavy load

Please add before

eval('$realip_ip = ' . $realip_var . ';');

echo '$realip_ip = ' . $realip_var . ';';

and post the output of this line.
by kleinerChemiker
Thu Jun 13, 2013 11:44 pm
Forum: General discussions
Topic: Server Error 500 under heavy load
Replies: 32
Views: 23828

Re: Server Error 500 under heavy load

Can you try changeing the code on line 62 from

eval('$realip_ip = ' . $realip_var . ';');

to

eval('$realip_ip = ' . $realip_var);
by kleinerChemiker
Thu Jun 13, 2013 1:52 pm
Forum: General discussions
Topic: Strange behaviour of serendipity_admin.php
Replies: 7
Views: 5760

Re: Strange behaviour of serendipity_admin.php

That's why my first guess is, that it's an overactive securtiy plugin of PHP.
by kleinerChemiker
Thu Jun 13, 2013 11:08 am
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 155764

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

of course, an automatic routine would be better, since its useable for other plugins too. i just wanted to give you an idea how you might solve the problem until there is an upgrade-function.
by kleinerChemiker
Thu Jun 13, 2013 10:31 am
Forum: Plugins
Topic: new WYSIWYG-Editor event Plugin: CKEDITOR!
Replies: 169
Views: 155764

Re: new WYSIWYG-Editor event Plugin: CKEDITOR!

you could write your own upgrade function.
In an extra var you save the version, to which the plugin is upgraded and check it against the actual version every time the plugin is used. if the versions differ, you run the upgrade routine and actualize the var.
by kleinerChemiker
Thu Jun 13, 2013 10:28 am
Forum: General discussions
Topic: Server Error 500 under heavy load
Replies: 32
Views: 23828

Re: Server Error 500 under heavy load

What bad did you here about cloudflare? Since I'm useing it, this would interest me. Maybe you have a link or two?

tia
by kleinerChemiker
Thu Jun 13, 2013 8:20 am
Forum: General discussions
Topic: Strange behaviour of serendipity_admin.php
Replies: 7
Views: 5760

Re: Strange behaviour of serendipity_admin.php

Please also ask your provider. This could be a malfunction of some security plugin for PHP.
by kleinerChemiker
Tue Jun 11, 2013 10:17 pm
Forum: General discussions
Topic: Server Error 500 under heavy load
Replies: 32
Views: 23828

Re: Server Error 500 under heavy load

You could try cloudflare, which should reduce the page requests because it stores and delivers cached pages.
by kleinerChemiker
Wed Jun 05, 2013 10:22 pm
Forum: Installation
Topic: Upgrade Prob - array_merge()...
Replies: 13
Views: 11306

Re: Upgrade Prob - array_merge()...

As far, as I remember from other posts, uninstall the browser compatibility plugin. It doesn't work with the 1.7 version.