Search found 161 matches

by schimanke
Wed Jul 13, 2016 11:39 am
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20532

Re: Database problem when updating PHP from 5.4 to 5.5

Well, all I see is the same error message in the browser, i.e. "serendipity error: unable to connect to database - exiting". What would be the result if I set $serendipity['production']=false? If possible I would like to avoid taking the blog offline since there is a lot of traffic on it t...
by schimanke
Mon Jul 11, 2016 12:34 pm
Forum: Development
Topic: Notification before being logged out automatically
Replies: 4
Views: 16571

Re: Notification before being logged out automatically

Thanks for the suggestion, Garvin. I'll give it a try.
by schimanke
Mon Jul 11, 2016 12:32 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20532

Re: Database problem when updating PHP from 5.4 to 5.5

Hi Garvin, thanks for your reply. I had already tried that but to no avail. Setting the database to mysqli makes the blog unavailable at all. I have currently set PHP to version 5.5 for the domain http://www.schimanke.org and to version 5.4 for the domain http://www.schimanke.com . While the latter ...
by schimanke
Fri Jul 08, 2016 6:17 am
Forum: Development
Topic: Notification before being logged out automatically
Replies: 4
Views: 16571

Notification before being logged out automatically

Hi there, since updating to s9y 2 it happens very often that I get logged out automatically during writing a post. This is extremely annoying despite the auto-save feature because I have to start over writing huge parts of the post. Is there any chance that we can get a little notification or warnin...
by schimanke
Sat Jun 25, 2016 8:19 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20532

Re: Database problem when updating PHP from 5.4 to 5.5

I'm using MySQL 5.1.73-1+deb6u1
by schimanke
Sat Jun 25, 2016 6:02 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20532

Re: Database problem when updating PHP from 5.4 to 5.5

Sorry I forgot to mention that. I already tried it but that also did not do the trick. I needed to change the serendipity_config_local.inc.php afterwards via FTP to get the blog working again.
by schimanke
Sat Jun 25, 2016 5:51 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20532

Re: Database problem when updating PHP from 5.4 to 5.5

Thanks for your feedback. Unfortunately that didn't solve the problem. However, I found a hint on the 1&1 website, which states that MySQL is no longer supported by PHP 5.5. Instead users should use the following code for MySQLi. mysqli.php <?php $host_name = "localhost"; $database = &...
by schimanke
Fri Jun 24, 2016 12:06 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20532

Database problem when updating PHP from 5.4 to 5.5

Hi, I'm currently running s9y 2.0.3 with PHP 5.4.45 on a 1&1 Managed Server, which works perfectly fine. However, when I try to change the PHP version to 5.5 I suddenly get the following error: serendipity error: unable to connect to database - exiting. Changing back to PHP 5.4 makes the blog wo...
by schimanke
Sat Jun 18, 2016 3:26 pm
Forum: Plugins
Topic: Regexep Plugin
Replies: 4
Views: 5306

Re: Regexep Plugin

Okay, I recently ran into another problem. Is it possible to extend the Regexep Plugin to not only handle the text within the comments feld but also the text entered into the name field?
by schimanke
Sat Jun 04, 2016 1:28 pm
Forum: Plugins
Topic: Regexep Plugin
Replies: 4
Views: 5306

Re: Regexep Plugin

Yep, that worked!
Thank you very much. You made my day! :)
by schimanke
Fri Jun 03, 2016 9:03 am
Forum: Plugins
Topic: Regexep Plugin
Replies: 4
Views: 5306

Regexep Plugin

Hi! I hope somebody can help me with a question regarding an expression within the Regexp Plugin. I need to replace a string like \ud83d\ude0a\ud83d\ude0a\ud83d\ude0a This basically an ASCII representation of emojis which do not get interpreted. I have played around a little with the plugin and ende...
by schimanke
Wed Aug 26, 2015 10:23 am
Forum: General discussions
Topic: How to protect s9y from mySQL sleep injections
Replies: 5
Views: 5703

Re: How to protect s9y from mySQL sleep injections

Okay, thanks again!
I will talk to my provider and see if they can do anything for me.

Updating to s9y 2.0.2 will be my next step anyway. :-)
by schimanke
Wed Aug 26, 2015 10:08 am
Forum: General discussions
Topic: How to protect s9y from mySQL sleep injections
Replies: 5
Views: 5703

Re: How to protect s9y from mySQL sleep injections

Thanks for your reply! I found several entries in my log which looked like this: "GET /index.php?url=archives%2F3763-Kein-Video-Out-ueber-den-neuen-Lightning-Connector-UPDATE.html%27%20AnD%20sLeep%283%29%20ANd%20%271&serendipity= HTTP/1.0" 200 69456 schimanke.com "-" "Op...
by schimanke
Wed Aug 26, 2015 9:42 am
Forum: General discussions
Topic: How to protect s9y from mySQL sleep injections
Replies: 5
Views: 5703

How to protect s9y from mySQL sleep injections

Hi everybody, since last weekend my blog is under attackt from some servers in China. Specifically they call the URL of some older posts and add a SQL sleep injection to it which causes my blog to become offline after some time with the database reporting "max_user_connections". Is there a...
by schimanke
Wed Jan 29, 2014 11:21 am
Forum: Themes
Topic: Smarty error in template Andreas08 when adding a footer tag
Replies: 5
Views: 6453

Re: Smarty error in template Andreas08 when adding a footer

Thanks a lot YL! That seemed indeed to do the trick. Now it works. :-)