Search results

  1. D

    [Solved] Symlink issue after app build process

    Fixed via restart config I wasn't triggering the restart properly. In case this helps somebody in the future: Add your user to your sudoers file w/ appropriate abilities Comment out "Defaults requiretty" in your sudoers file Add "default_run_options[:pty] = true" to your Capfile
  2. D

    [Solved] Symlink issue after app build process

    For some reason we're not able to get LSWS to follow symlinks our deployment script sets. Symlinks work okay when set initially, but not when changed. (We're using Capistrano for a PHP app if that helps.) Our symbolic links are set up as follows: public_html => current/public current =>...
  3. D

    [Solved] PHP DOMdocument not found

    Thanks webizen. I've purchase an hour of support time and filed a ticket just to be on the safe side, another minor issue cropped up.
  4. D

    [Solved] PHP DOMdocument not found

    Thanks for the quick reply. I tried installing it, looks like it's already there: Package libxml2-devel-2.6.26-2.1.2.8.el5_5.1.x86_64 already installed and latest version
  5. D

    [Solved] PHP DOMdocument not found

    Fatal error: Class 'DOMDocument' not found in /path/to/script/calling/it on line nnn I compiled PHP to include XML support, I'm not sure why it's complaining. I tried to reinstall php-xml via YUM and it says it's already there (Package php-xml-5.3.5-1.1.rs.el5.x86_64 already installed and...
Top