Search results

  1. 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 =>...
  2. 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