![]() |
Domain aliases with same mount point - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Suggestions (/forum-2.html) +--- Thread: Domain aliases with same mount point (/thread-921.html) Pages: 1 2 |
RE: Domain aliases with same mount point - raphael - 07-18-2007 03:42 AM greg, next time please use diff -urN; that will save me more time (specially when working with already modified files) RE: Domain aliases with same mount point - greg - 07-18-2007 05:19 AM raphael Wrote:greg, next time please use diff -urN; that will save me more time (specially when working with already modified files) Okay raphael, sorry for this one... I will use these options in the future ! Thanks for your work ![]() RE: Domain aliases with same mount point - sven - 08-11-2007 08:20 AM the hack also need to be done in the reseller/add_alias.php RE: Domain aliases with same mount point - greg - 08-11-2007 06:16 PM sven Wrote:the hack also need to be done in the reseller/add_alias.php If you look at my comment http://www.isp-control.net/forum/domain-aliases-with-same-mount-point-t-921.html#pid8090 (and the diff file) I think I do it no ? RE: Domain aliases with same mount point - keffer - 09-14-2007 04:24 AM I need help !!! What command i use to integrate this patch domain-aliases-with-same-mount-point.diff.txt on my server My ISPCP Version IspCP Omega 1.0.0 RC2c EDIT: I have problem with one patch ****:/var/www# patch < patch_alias.diff can't find file to patch at input line 2 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |diff -r ispcp.orig/gui/include/input-checks.php ispcp/gui/include/input-checks.php -------------------------- File to patch: /var/www/ispcp/gui/include/input-checks.php patching file /var/www/ispcp/gui/include/input-checks.php Hunk #1 FAILED at 411. 1 out of 1 hunk FAILED -- saving rejects to file /var/www/ispcp/gui/include/input-checks.php.rej marvell:/var/www# tail /var/www/ispcp/gui/include/input-checks.php.rej *************** *** 411 - if (!chk_username($token, $num)) --- 411 ----- + if (($token) && (!chk_username($token, $num))) RE: Domain aliases with same mount point - joximu - 09-14-2007 08:10 AM Seems taht your patch is not suitable to your ispCP release. You can manually have a look at the patch file and find the areas in your files what and where to patch... /J RE: Domain aliases with same mount point - keffer - 09-14-2007 10:20 AM joximu Wrote:Seems taht your patch is not suitable to your ispCP release. Ok, i patched manually, but i have problem mount alias in same directory domain and not delete alias existents Please help my config RE: Domain aliases with same mount point - keffer - 09-19-2007 03:27 AM keffer Wrote:joximu Wrote:Seems taht your patch is not suitable to your ispCP release. Not working = [ RE: Domain aliases with same mount point - greg - 09-19-2007 05:59 AM keffer Wrote:joximu Wrote:Seems taht your patch is not suitable to your ispCP release. What is your problem exactly ? And what is the release of ispCP you're using ? I made this patch based upon the 17/07/2007 nighty build (r709) for the dev team and this modifications are been merged in the trunk since the r711 changeset. RE: Domain aliases with same mount point - keffer - 09-19-2007 06:20 AM greg Wrote:keffer Wrote:joximu Wrote:Seems taht your patch is not suitable to your ispCP release. My ISPCP Version IspCP Omega 1.0.0 RC2c I patched manually, but i have problem with mount alias in same directory domain and not delete alias existents |