Grant Kinney

Results 90 comments of Grant Kinney

> Should we display some kind of error message when the ZipArchive class does not exist, like the theme export function does? Yes, that seems appropriate!

@srlowe I'm having the same problem, the my pkg bundled executable doesn't seem to be able to see the `magic.node` file (which I've copied into the same directory as the...

The fixed note length when using MIDI input was a big disappointment when trying out MuseScore 4 today. For me, the software is much less useful as a composition tool...

In case it's helpful, here's a Makefile I was able to use to compile hash_extender on an M1 Mac. Be sure to install openssl with Homebrew first (`brew install openssl`),...

I haven't looked at the code for that plugin, but if it hard codes the content or plugins directory, it will have problems when WordPress is installed in a subdirectory...

I believe you have 2 options: - Rewrite the plugin - Use a different one (or the built in media galleries) But I am surprised that nextgen gallery doesn't support...

This setup requires that the url and the folder name always be the same, in order for the server to know which folder to find the site in. The only...

Haven't seen that error before, but a few things I'd recommend checking: 1. Is there a mysql database connected to your Heroku app? 1. If so, are the database credentials...

Glad you got it working! > I remove the config file going inside the dyno and than installation runs... What exactly does this mean? You're deleting `config.ini.php` after deploying? Or...

> Yes, what I did is remove vendor/piwik/piwik/config/config.ini.php and after that the installation was done. Interesting--it's been a while since I did a fresh install. From your experience it seems...