This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
76
Archived fixes / [switch languages] Re: Weird error
« on May 20th, 2014, 12:46 PM »
It's not only related to memcached.
Play a bit with cache settings and set it to filebased and caching level 2.
Et voilà!
Could it be that there are some keys with spaces?
We should fix this. Memcached will discard them silently: Don't know how other caches behave.
Code: [Select] There are no cache entries in level 2. Time for generating a page jumps from 0.07s (level1) to 0.32s (level2&3).
Play a bit with cache settings and set it to filebased and caching level 2.
Et voilà!
Could it be that there are some keys with spaces?
We should fix this. Memcached will discard them silently: Don't know how other caches behave.
$key = str_replace(' ', '_', $orig_key);77
Archived fixes / [switch languages] Re: Weird error
« on May 20th, 2014, 01:10 AM »
No, I love memcached :D
Tested with different servers and hosts in cache path.
It's a bug in Wedge :D
Will memcached start in verbose mode tomorrow.. I've got some ideas. :)
Tested with different servers and hosts in cache path.
It's a bug in Wedge :D
Will memcached start in verbose mode tomorrow.. I've got some ideas. :)
78
Archived fixes / Re: A rather silly menu bug
« on May 19th, 2014, 08:50 PM »I can reproduce it.
Home --> Members --> Back via Button --> No dropdown menu on Home.
Everyone has got their own Wedge :D
79
Archived fixes / [switch languages] Re: Weird error
« on May 19th, 2014, 07:49 PM »
Gotcha!
There seems to be a problem with memcached support.
Code: [Select]
Cool, because I configured Memcached-Settings to listen on another IP :D (192.168.148.9:11211)
There seems to be a problem with memcached support.
memcache_pconnect(): Can't connect to 127.0.0.1:11211, Connection refused (111) in /wedge/core/app/Subs-Cache.php on line 2042
Cool, because I configured Memcached-Settings to listen on another IP :D (192.168.148.9:11211)
80
Archived fixes / Re: A rather silly menu bug
« on May 19th, 2014, 07:01 PM »Lol, can't reproduce by following Sara's steps... ;)
It does happen, though, it's just that the steps to reproduce are incorrect.
That's me...
...following the rules :D
81
Archived fixes / Re: A rather silly menu bug
« on May 19th, 2014, 06:20 PM »
Can't reproduce on Google Chrome, FF 29.01, IE 11.08.
Neither here on Wedge, or on my fresh install.
Neither here on Wedge, or on my fresh install.
82
Archived fixes / [switch languages] Re: Weird error
« on May 19th, 2014, 04:50 PM »
This only happens when you switch to Cache Level 2.
83
Archived fixes / [Notifications ] Re: Impossible to change settings
« on May 19th, 2014, 03:20 PM »
Confirmed as fixed!
84
Archived fixes / [Install] Re: Error 500
« on May 19th, 2014, 01:38 PM »
Your latest commit [bcd3d00] fixed this.
Great work!
Great work!
85
Archived fixes / [Media Gallery] Re: YouTube links sometimes not working
« on May 17th, 2014, 09:15 PM »
Can confirm it as fixed.
Great!
Great!
86
Archived fixes / [Notifications ] Re: Impossible to change settings
« on May 17th, 2014, 08:49 AM »
Sorry, that wasn't on my mind anymore. But we can state this as a confirmed bug. :)
87
Archived fixes / [Notifications ] Impossible to change settings
« on May 16th, 2014, 04:24 PM »
If you try to change your notification settings, Wedge did not save the changes.
It always stays at 7 days. Also changes to instantly, etc. are not saved.
It always stays at 7 days. Also changes to instantly, etc. are not saved.
88
Archived fixes / [Media Gallery] YouTube links sometimes not working
« on May 16th, 2014, 03:12 PM »
Try to link a video from Youtube in MediaGallery.
For some Videos it's working, for some not..
http://wedge.org/?action=media;sa=item;in=246
but if you post the same video in a message, it still works:
For some Videos it's working, for some not..
http://wedge.org/?action=media;sa=item;in=246
but if you post the same video in a message, it still works:
89
Archived fixes / [switch languages] Re: Weird error
« on May 16th, 2014, 09:25 AM »
Purging cache and disabling and re-enabling languages solves this issue. But it comes back if you change your language again.
90
Archived fixes / [switch languages] Weird error
« on May 16th, 2014, 09:09 AM »
If you change to your desired language you'll get the following error on every topic :
Invalid database variable, {query_see_topic}.
Debug:Quote Switching back to another language will not fix the problem.
Invalid database variable, {query_see_topic}.
Debug:
Invalid database variable, {query_see_topic}.
Function: Display
Datei: /gz/app/Display.php
Zeile: 102