Displaying 2 results from an estimated 2 matches for "is_link".
Did you mean:
if_link
2015 Dec 28
5
Phabricator/Arcanist feedback
...t;/src/filesystem/Filesystem.php:923]
#1 Filesystem::pathExists(string) called at [<arcanist>/src/configuration/ArcanistConfigurationManager.php:290]
#2 ArcanistConfigurationManager::readSystemArcConfig() called at [<arcanist>/scripts/arcanist.php:116]
[2015-12-27 14:01:02] ERROR 2: is_link(): open_basedir restriction in effect. File(/etc/arcconfig) is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) at [/home/dan/dev/libphutil/src/filesystem/Filesystem.php:923]
arcanist(head=master, ref.master=b3e68c9f1793), phutil(head=master, ref.master...
2005 Apr 04
0
io timeout after 180 seconds
...}
~ // let the snapshot reflect the current date
~ elseif (is_dir("$s_fullPath$s_backupType.0") && !$b_dryRun) {
~ touch("$s_fullPath$s_backupType.0");
~ if (($s_backupType == 'hourly' || $s_backupType ==
$s_rsyncType) &&
~ !is_link($s_fullPath . 'current')) {
~ symlink("$s_fullPath$s_backupType.0", $s_fullPath .
'current');
~ }
~ if (isset($a_backupHosts[$s_configName]['post_command'])) {
~ $s_cmd =
replaceVars($a_backupHosts[$s_configName]['post_comman...