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 - Nao
1261
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on March 2nd, 2014, 10:45 PM »
I haven't heard about it being slower.
One issue with bit is that mysql doesn't accept queries where it's set as a string. But it Worked fine as a number.
Did you try replacing b'1' with just 1?

Also you're the first to find a bug with this. Maybe no one uses strict mode..?
1262
Features / Re: Language revs
« on March 2nd, 2014, 09:07 PM »
[Commit revision 193d85d]
Author: Farjo (Signed-off)
Date: Sun, 02 Mar 2014 20:59:10 +0100
Stats: 1 file changed; +5 (insertions), -5 (deletions)

  • Update Help.english.php
  • Other minor changes.
1263
Features / Re: New revs
« on March 2nd, 2014, 08:53 PM »
[Commit revision 98c7434]
Author: Nao
Date: Sun, 02 Mar 2014 20:52:40 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Action text could be empty in some moderation logs. Thanks to haxar for the patch! Fixes issue #12. (Modlog.php)
1264
The Pub / Re: Wedge translation pt_PT (Git questions)
« on March 2nd, 2014, 05:32 PM »
I'm actually planning to add the ability to do any. Will come soon. Shouldn't be too complicated to implement.
1265
Archived fixes / Re: Exhausted memory?
« on March 2nd, 2014, 01:03 PM »
I'd advise enabling it as a beta tester... And you are, technically ;)
But more importantly --> Admin > Server > Debugging > Enable query logging.
This is a must have for debugging.
1266
Features / Re: Language revs
« on March 2nd, 2014, 11:52 AM »
[Commit revision 3007598]
Author: Nao (Signed-off)
Date: Sun, 02 Mar 2014 11:52:33 +0100
Stats: 3 files changed; +0 (insertion), -3 (deletions)

  • Removed quick reply description from the 20th century, as suggested on the Elk forum. (index)
1267
Features / Re: New revs
« on March 2nd, 2014, 11:52 AM »
[Commit revision 9ed80bc]
Author: Nao
Date: Sun, 02 Mar 2014 11:52:06 +0100
Stats: 2 files changed; +1 (insertion), -3 (deletions)

  • Removed quick reply description from the 20th century, as suggested on the Elk forum. (Display.template.php, index.english.php)
1268
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on March 2nd, 2014, 09:49 AM »
1269
Archived fixes / Re: Smileys are gone
« on March 2nd, 2014, 12:56 AM »
'kay.
It's really odd... :-/
A possibility would be that your server didn't report itself as being Apache at install time.

strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') === false

If this is false, then it skips creating htaccess, because why waste disk space when these files aren't used anyway...
Of course, if Apache can't be detected, a lot of other problems could occur!
1270
Archived fixes / Re: Exhausted memory?
« on March 2nd, 2014, 12:34 AM »
Also please install latest Class-DB + Errors update, and tell me if it helps with reducing the amount of errors! (If it ever occurs again, of course.)
1271
Features / Re: New revs
« on March 2nd, 2014, 12:31 AM »
[Commit revision 14d54fd]
Author: Nao
Date: Sun, 02 Mar 2014 00:31:20 +0100
Stats: 2 files changed; +7 (insertions), -3 (deletions)

  • Fixed a long-lived Wedge bug where logged errors had an incorrect URL if pretty URLs were enabled and the error was triggered before cleanRequest() was called. Yes, it happened more often than you'd think. (Errors.php)
  • Trying to reduce the memory impact of debug_backtrace() calls. (Class-DB.php, Errors.php)
1272
Archived fixes / Re: Exhausted memory?
« on March 2nd, 2014, 12:09 AM »
I'm looking into the Class-DB issue... If anything.

Can you tell me if debug is enabled on your forum? i.e., the footer area, does it show you debug statistics?
1273
Archived fixes / Re: PHP Fatal error
« on March 1st, 2014, 06:48 PM »
Nope, windows 7... actually, it's probably the only 16-bit program I still use! And it has its bugs too. But the ui is unbeatable to me. I know it by heart.
1274
Archived fixes / Re: PHP Fatal error
« on March 1st, 2014, 04:15 PM »
CuteFTP v2.8... dating back to 1998 or so. I just never liked other clients, even the cool open source popular ones like Filezilla.
1275
Archived fixes / Re: Exhausted memory?
« on March 1st, 2014, 03:27 PM »
Is it always the same files and lines..?
Because these aren't too helpful to reproduce. The first is actually triggered when asking php to return the list of all functions called so far after an error happened. Perhaps an infinite loop of nested calls. I guess without xdebug it's hard to pinpoint what happened.
The second is triggered by loading a HTML template. There's no reason for it to crash... unless you changed the file somehow...?