PHP ISP Config Problems

Discussion in 'General' started by bbepristis, Nov 1, 2006.

  1. bbepristis

    bbepristis New Member

    Hey all I Keep getting this error on a site I am working on

    Warning: require_once(Connections/craftcastle.php) [function.require-once]: failed to open stream: Operation not permitted in /var/www/web6/web/demo/craftcastle/ideas.php on line 1

    Fatal error: require_once() [function.require]: Failed opening required 'Connections/craftcastle.php' (include_path='.:/usr/share/pear') in /var/www/web6/web/demo/craftcastle/ideas.php on line 1

    However there is nothing wrong with my code..

    <?php required_once('Connections/craftcastle.php'); ?>

    So what is causing this?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    ls -la /var/www/web6/web/demo/craftcastle/Connections/craftcastle.php
     

Share This Page