Search found 12 matches

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
by Thoul
16 Apr 2010, 14:15
Forum: phpBB Development discussion
Topic: Odd assign_block_vars problem
Replies: 3
Views: 12393

Re: Odd assign_block_vars problem

I agree you should just do it the usual way, but here's the reason your approach didn't work. Template files are parsed inside a function of the template class. Inside the scope of that function, $template isn't set. To do it the way you were trying, instead of $template->_rootref, you'd have to use...
by Thoul
03 Jul 2007, 02:55
Forum: phpBB 3.0.x "Olympus" discussion
Topic: Join Date!...
Replies: 8
Views: 4081

Re: Join Date!...

In phpBB 2 they used a separate date format in the language files for that. I guess they changed it to make it configurable in the ACP/UCP. I agree that it is a bit too detailed, but I guess it would be useful for pinpointing the time of day that most people register.
by Thoul
03 Jul 2007, 02:24
Forum: phpBB Development discussion
Topic: Bitwise arithmetics bug
Replies: 3
Views: 2368

Re: Bitwise arithmetics bug

Then, that would mean the function whatever_ldap() doesn't exist. If you're working with classes and checking for a function inside a class, you need to use method_exists() (or maybe is_callable()) instead of function_exists().
by Thoul
20 Jun 2007, 17:02
Forum: phpBB Development discussion
Topic: Bitwise arithmetics bug
Replies: 3
Views: 2368

Re: Bitwise arithmetics bug

Is $auth_flags a non-empty array? How it is being set? Also, where does $method get set?
by Thoul
24 May 2007, 18:19
Forum: Introductions
Topic: I forgot to introduce myself!
Replies: 6
Views: 2131

Hi Trinity, nice to meet you. There aren't many people around that remember phpBB 1 now, so it's always good to see someone that does. I was going to use it myself, but they got 2 out before I could.
by Thoul
24 May 2007, 17:53
Forum: Introductions
Topic: Heya
Replies: 7
Views: 2310

Thanks all. It's nice to be here. :)
by Thoul
24 May 2007, 02:54
Forum: Introductions
Topic: Heya
Replies: 7
Views: 2310

You would, actually. <!-- s;) --><img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink" /><!-- s;) --> I've been meaning to check the place out for a while after seeing it in several sigs at phpbb.com. Seeing that your mods were hosted here reminded me and so I decided to drop by. Thanks fo...
by Thoul
23 May 2007, 23:17
Forum: phpBB Development discussion
Topic: Database Update Script (for MODs)
Replies: 8
Views: 4112

Thanks, I'll take a look at that. :)
by Thoul
23 May 2007, 23:00
Forum: phpBB 3.0.x "Olympus" discussion
Topic: phpBB3 RC1 released!
Replies: 41
Views: 14987

by Thoul
23 May 2007, 22:42
Forum: phpBB 3.0.x "Olympus" discussion
Topic: PhpBB 3 Captcha
Replies: 19
Views: 20907

I have to say, I'm not too fond of the RC1 captcha myself. It's okay, but I had problems reading it sometimes. I think I will probably replace it with a mod. Most likely, I'll convert the Photo Captcha phpBB 2 mod. I rather like that one.
by Thoul
23 May 2007, 22:40
Forum: phpBB Development discussion
Topic: Database Update Script (for MODs)
Replies: 8
Views: 4112

Sorry to bump an old topic, but I wanted to ask: did anyone make an independent phpBB 2 -> phpBB 3 upgrade script for mods, as was discussed here? I've been thinking about providing such a script for one of my old mods (a friend/foe list). I can always make one myself, but I don't see any reason to ...
by Thoul
23 May 2007, 22:30
Forum: Introductions
Topic: Heya
Replies: 7
Views: 2310

Heya

Hi, I'm Thoul. I decided to register because I've seen people from phpBBModders around other forums and have been generally impressed with their level of knowledge, courtesy, and good work. This seems like a good place and I hope I will be able to contribute something useful to this community. I've ...
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Go to advanced search