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
61
Archived fixes / Re: Install error get_preferred_language()
« on June 2nd, 2014, 11:24 AM »
Quote from CerealGuy on June 2nd, 2014, 11:08 AM
EDIT: Checked with the latest commit, bug is still present.
How to reproduce?
Quote
Yes that one is fixed, but normally on installation it should give you the browser language. But in the moment it only gives you english and you have to choose for example german on your own.
For me it's OK when you have to choose from available languages.

Did we talk about two different things?
62
Archived fixes / Re: Install error get_preferred_language()
« on June 2nd, 2014, 09:22 AM »
Not the installer. Only Wedge itself.
If you upload languages before installing your forum, they will be displayed and you have to choose.
Installing in your prefered language will make this language default in your forum. Go to admin and enable all languages as available.
Change your main language to e.g. English and Browse as guest. Et voila! Wedge is in your prefered language (e.g. German).
63
Archived fixes / Re: Install error get_preferred_language()
« on June 2nd, 2014, 08:56 AM »
Confirmed as fixed!
64
Archived fixes / [switch languages] Re: Weird error
« on May 30th, 2014, 04:53 PM »
And fixed :)
65
Bug reports / [Proxy Settings] Re: X-Forwarded-For not recognized
« on May 30th, 2014, 04:28 PM »
Just created a little script to determine the real IP:

Code: [Select]
<?php
echo 'Server IP: ' $_SERVER['SERVER_ADDR'] . '<br />';
echo 
'Your IP: ' $_SERVER['REMOTE_ADDR'];

if(isset(
$_SERVER['HTTP_X_FORWARDED_FOR']))
{
   echo 
'<br />Forwarded For: ' $_SERVER['HTTP_X_FORWARDED_FOR'];
}

echo 
getenv('HTTP_VIA'),"\n";
?>

And here's the output from one user:

Server IP: 192.168.148.9
Your IP: 192.168.148.6
Forwarded For: 87.152.XXX.XXX
VIA:

So enabling forwarded for should do read the forwarded IP, right?

You can test it. You've got access to this server :)
66
Bug reports / [Proxy Settings] Re: X-Forwarded-For not recognized
« on May 30th, 2014, 04:23 PM »
No?
If users are behind a reverse proxy the IP should display the right way? Not due to changes to the core?
67
The Pub / Re: Project Dutch Translation (Transifex)
« on May 23rd, 2014, 10:49 PM »
The German translation is to 100% build from scratch. I know it, because I spend about 3 Weeks on it!
I will look into the difs. Perhaps there are some strings not importet correct?
We will see.
68
The Pub / Re: Project Dutch Translation (Transifex)
« on May 23rd, 2014, 07:13 PM »
But why German 83% when 100% is translated? :whistle:
69
Bug reports / [Proxy Settings] Re: X-Forwarded-For not recognized
« on May 23rd, 2014, 01:17 PM »
Dig a bit deeper into it. The real IP is saved in DB as IP2. IP1 is the proxy IP :)
70
Bug reports / [Proxy Settings] X-Forwarded-For not recognized
« on May 23rd, 2014, 11:39 AM »
Server is behind a remote proxy. Logs already got the right X-FORWARDED-FOR IP.
In Wedge all users got the IP from the remote proxy (192.168.x.x). Also putting the proxy IP in settings did not change this value.
71
Importing into Wedge / Re: MyBB Import
« on May 22nd, 2014, 08:32 AM »
Ja, wenn das so klappen würde, wäre es natürlich das Beste.

Signatur?
Ich sehe keine in Deinem Account?
72
Importing into Wedge / Re: MyBB Import
« on May 22nd, 2014, 07:57 AM »
Versuche es einfach mit zwei getrennten Datenbanken.
73
Importing into Wedge / Re: MyBB Import
« on May 21st, 2014, 09:07 PM »
OK, translate it to German: :)

Du benötigst eine Datenbank Wedge und eine Datenbank von deiner MyBB Installation.

Die Informationen besagen eigentlich, dass Du keinen Zugriff auf die Datenbank hast (Rechte falsch?)
74
Importing into Wedge / Re: MyBB Import
« on May 21st, 2014, 07:21 PM »
I think it's 1.6.12 as mentioned above from @Bunstonious ?
Don't know about the DB changes in MyBB, Sorry. Give it a try and if there's an issue, you are welcome to post the erros here. That's the only way we can get informed about errors in the importer script.
75
Importing into Wedge / Re: MyBB Import
« on May 21st, 2014, 07:04 PM »
Hi Gerriet,

what others declare as RC is ways behind Wedge's actual developement status.
It's really stable.
There are some known issues (Look in Bug Reports). But nothing that will stop you from using this software on production sites.

It's up to you, if you can live with those bugs meanwhile...