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
361
The Pub / Re: Wedge repo -- installation feedback
« on January 22nd, 2014, 10:56 AM »
PHP 5.4 & MySQL 5.5 works fine too.

Dunno if it's worth the hassle.
Just use BIT where it's useful. And that's what you've done.
The only thing is that BIT column doesn't play nice with indexes. But at this time no problem here.
We just must keep in mind that BIT columns never ever should be unsigned.

362
The Pub / Re: Wedge repo -- installation feedback
« on January 22nd, 2014, 10:23 AM »
Quote from Pandos on January 21st, 2014, 06:41 PM
Quote from Nao on January 21st, 2014, 06:19 PM
Hmm... I guess it's because of the BIT(1) element.

Open install.sql, and replace all occurrences of bit(1) with tinyint(1) -- that should help.

I don't get why it doesn't work, though. The official MySQL website does say that it was introduced in v5.0.3, which is the minimum version Wedge will accept.
Perhaps an incompatibility in the install.php file, I don't know... Will look into it.

Great movie, BTW.
Seems you hit a bug in MySQL :)
Read somtimes about problems with unsigned BIT.
FYI ...
http://www.xaprb.com/blog/2006/04/11/bit-values-in-mysql/
363
The Pub / Re: Wedge repo -- installation feedback
« on January 21st, 2014, 07:37 PM »
Are you using Apache?
364
The Pub / Re: Wedge repo -- installation feedback
« on January 21st, 2014, 07:29 PM »
Please try to login as admin and go to Server&Maintenace->General.
Disable "Enable compressed JS/css" and see if this do the trick for you.
365
The Pub / Re: Wedge repo -- installation feedback
« on January 21st, 2014, 06:41 PM »
Quote from Nao on January 21st, 2014, 06:19 PM
Hmm... I guess it's because of the BIT(1) element.

Open install.sql, and replace all occurrences of bit(1) with tinyint(1) -- that should help.

I don't get why it doesn't work, though. The official MySQL website does say that it was introduced in v5.0.3, which is the minimum version Wedge will accept.
Perhaps an incompatibility in the install.php file, I don't know... Will look into it.

Great movie, BTW.
Seems you hit a bug in MySQL :)
Read somtimes about problems with unsigned BIT.
366
The Pub / Re: Wedge repo -- installation feedback
« on January 21st, 2014, 05:22 PM »
Quote from Powerbob on January 21st, 2014, 05:13 PM
Sorry to pour water on the start but I get this on step 6 and then the installer freezes :sob:
What MySQL & PHP-Version do you run?
367
The Pub / Re: Wedge repo -- installation feedback
« on January 21st, 2014, 05:20 PM »
You'll have to put install.php, install.sql, Settings.php and Settings.php.bak in your root folder.
368
The Pub / Re: the beast has been unleashed
« on January 21st, 2014, 04:01 PM »
Yes, there will be a way :)
Fixing the importer at this time. Estimated time: today  :eheh:
369
The Pub / Re: Last minute frights
« on January 20th, 2014, 09:26 PM »
Quote from Nao on January 20th, 2014, 09:20 PM
I don't even remember where it is, or if it has a repo for it, or whatever... It's been a long time since I touched it!
On BB: NaoGilles/importer :)
I've updated it in November. It's broken for sure....
But will fix it tomorrow.

Tested OpenImporter a month ago and there where issues with PHP 5.4. Will look deeper into it, now that most important changes are made.
370
The Pub / Re: Last minute frights
« on January 20th, 2014, 08:04 PM »
Quote from Nao on January 20th, 2014, 06:53 PM
I mean, you say you're laughing, then you imply you're serious about it...

As for converting forums, it won't be possible until I get the importer out. It should work, but honestly I wouldn't bet on it, because I haven't tested it in a while, and I've done too many changes these days...
I'll take a look into the importer tomorrow and pull the changes to TE and you :)
371
The Pub / Re: Last minute frights
« on January 20th, 2014, 01:30 PM »
core!
372
Features / Re: Language revs
« on January 19th, 2014, 06:22 PM »
Signed off commit to match the latest rev.  [f8c8552] in german folder.
373
Features / Re: Language revs
« on January 17th, 2014, 07:38 PM »
By the way...
It would be nice to have German back again here on wedge.org :)
374
Features / Re: Language revs
« on January 17th, 2014, 07:37 PM »
omg.....
Drop it or take it. It's one line....
Should I make a new PR?
375
Archived fixes / Re: Log throws errors
« on January 17th, 2014, 07:35 PM »
No need to hurry, because I pull it live from BB to test if all is working to get you the time to do your things. So this is always an actual working copy to determine the status for you :)