srulad / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Scripts do not load on install page. #512

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Put files onto Server
2. Setup config file
3. Navigate to /install

What is the expected output? What do you see instead?
Things like the show password button do not work due to the scripts not 
loading. Nothing happens and errors are generated for jQuery not being defined 
etc.

What version of the product are you using? r561

Please provide any additional information below.
This can be fixed by removing the unnecessary <?php echo BASE_URI; ?> before 
each script URL. Simply exclude a leading / and then the includes are relative.

Original issue reported on code.google.com by acerbus...@gmail.com on 1 Dec 2014 at 10:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
On looking at it again, that BASE_URI removal would not work. I think it needs 
to be defined prior to installation. I haven't delved to far into the code 
sorry.

Original comment by acerbus...@gmail.com on 2 Dec 2014 at 11:55