Show Posts

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.

Messages - Pandos
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]
$key = str_replace(' ', '_', $orig_key);
There are no cache entries in level 2. Time for generating a page jumps from 0.07s (level1) to 0.32s (level2&3).



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. :)
78
Archived fixes / Re: A rather silly menu bug
« on May 19th, 2014, 08:50 PM »
Quote from CerealGuy on May 19th, 2014, 08:08 PM
I can reproduce it.
Home --> Members --> Back via Button --> No dropdown menu on Home.
Can't reproduce it...
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]
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 »
Quote from Nao on May 19th, 2014, 06:57 PM
Lol, can't reproduce by following Sara's steps... ;)
It does happen, though, it's just that the steps to reproduce are incorrect.
*lol*
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.
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!
85
Archived fixes / [Media Gallery] Re: YouTube links sometimes not working
« on May 17th, 2014, 09:15 PM »
Can confirm it as fixed.
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.
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:
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
Invalid database variable, {query_see_topic}.
Function: Display
Datei: /gz/app/Display.php
Zeile: 102
Switching back to another language will not fix the problem.