Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Exec() disabled · 11 years ago

    I learned something fascinating today. I use SkyToaster servers for most of my live work, and MODX Cloud development accounts for dev work. I was puzzled because I could run the gpm install for thing

  • Exec() disabled · 11 years ago

    Do you really need to clone the git repository, or just get the files, on line 123 of cli/InstallCommand.php and on line 371 of /gpm/InstallCommand.php?

  • Exec() disabled · 11 years ago

    Way too many. Especially in the QuestionHelper and DialogHelper files. Not much point in dealing with the installer with all the rest of it. Will just need to make sure exec() and shell_exec() are ena

  • Exec() disabled · 11 years ago

    Ok, not so much. A lot of false positives, probably need a better search criteria.

  • Exec() disabled · 11 years ago

    Hm. This doesn't look promising. You use exec() a LOT.

  • Exec() disabled · 11 years ago

    I'll see what I can do. I'm mostly just an edge-case hacker, they call me the Corner Case Queen because for years I've been finding niggley little issues and usually providing the patches. I haven't l

  • Exec() disabled · 11 years ago

    Would be great if you were able to take your experience with the modx and provide a Pull Request that perhaps adds a PHP-fallback approach if exec() is not available. Ideally using exec() will be fas

  • Exec() disabled · 11 years ago

    As far as unzipping and moving files, I have an installer/upgrade script for MODX that doesn't use exec() for any of that.

  • Exec() disabled · 11 years ago

    Copyright (c) 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies with the ionCube PHP Loader v4.7.5, Copyright (c) 2002-2014, by ionCube Ltd.```

  • Exec() disabled · 11 years ago

    To be honest I've never seen anyone having this problem. Are you sure you are running the CLI version of php? what does php -v say?