Old:Bugs 3.5-Apollo: Introduction: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 22: Line 22:
This is a beta script and contains a known bug even after correction the script will not work unless parameter %2 is reinstated see above.
This is a beta script and contains a known bug even after correction the script will not work unless parameter %2 is reinstated see above.


[[Bugs 3.5-Apollo: Start_vbs | Proposed solution]] Proposed solution, correct the bug, add an enhancement to auto detect first free drive letter and add an option to run a command prompt see section 1) above.
[[Bugs 3.5-Apollo: Start_vbs | Proposed solution]] , correct the bug, add an enhancement to auto detect first free drive letter and add an option to run a command prompt see section 1) above.


== 4) Close.bat ==
== 4) Close.bat ==
Line 30: Line 30:


== 5) config.inc.php ==
== 5) config.inc.php ==
In vary rare situations the environment variable “Disk” is not passed to PHP. In this event the script calculates its own path and extracts and uses this disk letter. Unfortunately there is a bug that produces an incorrect drive letter.
In vary rare situations the environment variable “Disk” is not passed to PHP. In this event the script calculates its own path and extracts the disk letter. Unfortunately a bug in the script produces an incorrect drive letter.


[[Bugs 3.5-Apollo: config_inc_php | Proposed solution]] change code to extract correct drive letter.
[[Bugs 3.5-Apollo: config_inc_php | Proposed solution]] change code to extract correct drive letter.
Line 36: Line 36:
== 6) Apanel blown away ==
== 6) Apanel blown away ==
In php.ini turning off “short open tags” blows apanel away, sounds alarming! It is re-enabling short open tags does not reinstate apanel.
In php.ini turning off “short open tags” blows apanel away, sounds alarming! It is re-enabling short open tags does not reinstate apanel.
[[Bugs 3.5-Apollo: apanel blown away | Proposed solution]] Edit all files associated with apanel replace all occurrences of short tags with long tags.


== 7) w2c1.pl ==
== 7) w2c1.pl ==
Line 42: Line 44:
[[Bugs 3.5-Apollo: apanel blown away | Proposed solution]] correct file.
[[Bugs 3.5-Apollo: apanel blown away | Proposed solution]] correct file.


== 8) Perl libray modules ==
== 8) Perl library modules ==
Some Perl modules are incompatible with the Perl executable.
Some Perl modules are incompatible with the Perl executable.


[[Bugs 3.5-Apollo: Perl incompatible modules | Proposed solution]] update all Perl modules.
[[Bugs 3.5-Apollo: Perl incompatible modules | Proposed solution]] update all Perl modules.
== 9) Apanel Browser Failed to Connect ==
In certain situations apanel not initially displayed resulting in a browser error message “Failed to Connect” after a short delay clicking try again resolves this.
[[Bugs 3.5-Apollo: Apanel not displayed | Proposed solution]] add delay loop.


== Dedicated Drive ==
== Dedicated Drive ==
The servers can be run on any read/write device (Hard disk, USB stick) from it’s top level (root).
The servers can be run on any read/write device (Hard disk, USB stick) from it’s top level (root).
Eliminates the need for a Virtual drive requiree two new batch files hdusb_server_start.bat and hdusb_server_stop.bat  
Eliminates the need for a Virtual drive requires two new batch files hdusb_server_start.bat and hdusb_server_stop.bat  


[[Bugs 3.5-Apollo: Additional batch files | Proposed Enhancement]] for details.
[[Bugs 3.5-Apollo: Additional batch files | Proposed Enhancement]] for details.