Jump to content

symlink with php but I get this error: No such file or directory in


scvroin

Recommended Posts

Hello,

 

I wanted to create a symlink using php, but I have this error: No such file or directory in /home/scvroinh/public_html/jobeet/createsymlinks.php

 

<?php
$target1 = '/home/scvroinh/public_html/scvroin/jobeet/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web/';
$link1 = 'sfDoctrinePlugin';
$target1 = '/home/scvroinh/public_html/scvroin/jobeet/plugins/sfFormExtraPlugin/web/';
$link1 = 'sfFormExtraPlugin';
symlink($target1, $link1);
symlink($target2,$link2);
?>

 

I try to see if I could put in great shared host like heliohost, the symfony example: jobeet Jobeet on heliohost and it works except the assets in the admin part: Jobeet Admin at heliohost user and pass: fabien

 

Thank you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...