mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: Send Invitation as a member got "Fatal Error in Gdn_Database.Query()" in version 2.1.11
It seems strftime('%Y-%m-01', $Timestamp) doesn't work as expected for you. Can you add var_dump($Format);var_dump($Timestamp);var_dump($Result);die(); directly after $Result = strftime($Format, $Tim… (View Post)1 -
Re: Send Invitation as a member got "Fatal Error in Gdn_Database.Query()" in version 2.1.11
Replace * Gdn_Format::Date($User->DateSetInvitations, 'n Y') with Gdn_Format::Date($User->DateSetInvitations, '%n %Y') * Gdn_Format::Date('', 'n Y') with Gdn_Format::Date(time(), '%n %Y') * Gdn… (View Post)3 -
Re: My forum is messed up bad
You just came across an instance of this unresolved :glasses: problem. (get it? because all his resolved flags have been dropped :winky:) (View Post)1 -
Re: The Hall Of Code Curiosities
@R_J The only relevant (copyright and) licensing clause here is the one found in the header of the source code: and in one particular case Whether or not other projects (such as web wiz whatever) re-… (View Post)2 -
Re: The Hall Of Code Curiosities
Actually, if you chose to ignore the file-scope licensing terms of Mark G. Jager and go with the Web Wiz license instead, you are in for even more trouble. (View Post)2