Join us on Discord!
You can help CodeWalrus stay online by donating here.
Menu

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.

Show posts Menu

Messages - Yuki

#2926
I'll switch to PHP real soon.
#2927
Quote from: DJ Omnimaga on November 14, 2014, 12:56:01 AM
Quote from: Juju on November 13, 2014, 11:41:44 PM
Oh, and what about a download mod?
The file archives will be integrated directly into the forums, as categories and sub-forums, like Omni had back in 2005-2007. There will only be 1 sub-forum for now, though (topic titles will include the platform in them).

Sounds good.
#2928
Here's the results of my investigation. Have some excerpts of the hhvm error.log:

QuoteFatal error: f_get_extension_funcs is not supported: extensions are built differently in /var/www/codewalr.us/Sources/ManageAttachments.php on line 158

Fatal error: f_get_extension_funcs is not supported: extensions are built differently in /var/www/codewalr.us/Sources/ManageAttachments.php on line 219

Happens on blank pages of death. The faulty function is get_extension_funcs, which always throws a fatal error with hhvm.

Quotejuju@rick:~$ grep -r get_extension_funcs /var/www/codewalr.us/
/var/www/codewalr.us/Sources/Subs-Graphics.php: if (($extensionFunctions = get_extension_funcs('gd')) === false)
/var/www/codewalr.us/Sources/Subs-Graphics.php: $testGD = get_extension_funcs('gd');
/var/www/codewalr.us/Sources/ManageAttachments.php:     $testGD = get_extension_funcs('gd');
/var/www/codewalr.us/Sources/ManageAttachments.php:     $testGD = get_extension_funcs('gd');

It happens 4 times in 2 files, so you can easily write a mod to fix it.

QuoteWarning: Invalid argument: function: method 'ob_gzhandler' not found in /var/www/codewalr.us/index.php on line 97

This one is pretty harmless, but it happens quite a lot.

So yeah, a few solutions:

1. Write a mod to fix it
2. Switch to PHP

Suggested steps are also:

3. Complain to HHVM's GitHub and IRC channel
4. Also complain to SMF
#2929
Oh, and what about a download mod?
#2930
Should be kind of smaller. And with more transparency. Otherwise, nice icon.
#2931
You can add all the genders you want as long you have the pic for it, I made it a custom field.
#2932
UPDATE:

- Added other gender options
#2933
I like the green you have right now. Maybe you could do some wacky background like you did on Omnimaga v5, but green. And more wacky.
#2934
UPDATE:
- https://github.com/Omnimaga/smf-patches

I made no changes to Tapatalk yet, it's just a check that should be unchecked in the settings, actually. Also, uploading large files should work as I uploaded the Tapatalk mod. I'll try to debug whatever causes a blank page of death and the session thing in the error log.
#2935
I'm looking at this.
#2936
UPDATE:

- Increased upload max file size from 1M to 32M (should fix quite a few stuff and bigger mods can be uploaded)
- Installed Tapatalk (nag might still be present once every 90 days but no mobile welcome screen)
- www automatically 301-redirects to no-www

So yeah, as we fix stuff, cross it in the OP and if you find any, add it in the OP and in a reply. This will be kind of our changelog.
#2937
I'll get to it when I can.
Powered by EzPortal