Page 1 of 1

[Solved]install.expanded wrong links step 9

Posted: Thu Apr 02, 2015 12:40 pm
by jce76350
using cmsms-2.0-beta3-install.expanded.zip (last rev)
I know normally it's not the right solution, but a user must use this solution

Test on debian 7.8 PHP 5.6.7-1~dotdeb.2 installation: /home/jc48/sites/TestDevel
at the end step 9 links are wrong
- http://debian/home/jc48/sites/TestDevel/
- http://debian/home/jc48/sites/TestDevel/admin
and So the mail sent
Dossier d'installation : /home/jc48/sites/TestDevel
root URL : http://debian/home/jc48/sites/TestDevel/

the real link should be http://debian/sites/TestDevel/admin/

Test on WAMP (Windows PHP 5.4.39 installation: F:\Sites\Test\temp2
at the end step 9 links are wrong
- http://localhost/F:/Sites/Test/temp2/
- http://localhost/F:/Sites/Test/temp2/admin
and So the mail sent
Dossier d'installation : F:\Sites\Test\temp2
root URL : http://localhost/F:/Sites/Test/temp2/

the real link should be http://localhost/Test/temp2/admin

Re: install.expanded wrong links step 9

Posted: Thu Apr 02, 2015 2:28 pm
by calguy1000
The expanded installer (because it is writing to a completely different directory than the directory you're browsing from). Has no 'reliable' way of determining the proper web site URLS.

I will modify the mail out routine for the expanded zip to NOT send the links. But just the site name.

Re: install.expanded wrong links step 9

Posted: Thu Apr 02, 2015 5:46 pm
by jce76350
I will modify the mail out routine for the expanded zip to NOT send the links. But just the site name.
OK for the mail
Is it possible that the 2 links are not displayed on step 9

Re: install.expanded wrong links step 9

Posted: Thu Apr 02, 2015 5:48 pm
by calguy1000
yeah I already took that out (after beta3 was released).

Re: install.expanded wrong links step 9

Posted: Fri Apr 03, 2015 7:33 am
by jce76350
calguy1000 wrote:yeah I already took that out (after beta3 was released).
OK Solved