Old:Bugs 3.5-Apollo: apanel blown away: Difference between revisions

From The Uniform Server Wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
<span id="top"></span>
{{Uc nav 3.5 bugs}}
<div style="padding:0;margin:0; border-bottom:3px inset #000000">
{|
| [[Image:uc_small_logo.gif | MPG UniCenter]] ||
Bugs 3.5-Apollo:
[[Bugs 3.5-Apollo: Introduction | Introduction]] | 
[[Bugs 3.5-Apollo: Server_Start_bat | Server_Start.bat]] | 
[[Bugs 3.5-Apollo: Start_vbs | Disk Start.vbs]] | 
[[Bugs 3.5-Apollo: Close_bat | Close.bat]] |
[[Bugs 3.5-Apollo: config_inc_php | config.inc.php]] |
[[Bugs 3.5-Apollo: apanel blown away | apanel - blown away]] |
[[Bugs 3.5-Apollo: Combined bug fix | Combined bug fix]]
|}
</div>
{| cellpadding="2"
|
__TOC__
||
'''Uniform Server 3.5-Apollo known bugs or issues'''
|}
'''''apanel - blown away'''''
'''''apanel - blown away'''''
== Bug fix corrects apanel being blown away ==
== Bug fix corrects apanel being blown away ==
File: '''All files associated with apanel'''
File: '''All files associated with apanel'''
Line 33: Line 13:


== Download ==
== Download ==
There are a lot of files to change its quicker to download this file [http://wiki.uniformserver.com/exeload/bugs35apollo/uc_bug_fix_1.exe uc_bug_fix_1.exe]
There are a lot of files to change its quicker to download this file [http://wiki.uniformserver.com/exeload/bugs35apollo/Uc_bug_fix_1.exe Uc_bug_fix_1.exe]


'''''MD5 =''''' '''a3a2a87a77c3cbec5570aceee352e167'''
'''''MD5 =''''' '''ea8bf32a1d88e8548b77cdfe3e6dd524'''


The file is a self-extracting archive; double click to run, no need to change the path, allow overwriting existing files.
The file is a self-extracting archive; double click to run, no need to change the path, allow overwriting existing files.
Line 60: Line 40:
| [[Image:uc_small_logo.gif]] || [[User:Ric|Ric]]
| [[Image:uc_small_logo.gif]] || [[User:Ric|Ric]]
|}
|}


[[Category: UniCenter]]
[[Category: UniCenter]]

Revision as of 14:22, 29 June 2008

Uniform Server 3.5-Apollo known bugs or issues.

apanel - blown away

Bug fix corrects apanel being blown away

File: All files associated with apanel Location: *\Uniform Server\udrive\home\admin\www

Problem: Turning off short open tags (short_open_tag = Off line 83) in php.ini (*\Uniform Server\udrive\usr\local\php) blows apanel away. Re-enabling short open tags (short_open_tag = On) does not reinstate apanel.

Solution: Edit all files associated with apanel:

  • Replace all <? with <?php
  • Replace all <?= with <?php echo

Download

There are a lot of files to change its quicker to download this file Uc_bug_fix_1.exe

MD5 = ea8bf32a1d88e8548b77cdfe3e6dd524

The file is a self-extracting archive; double click to run, no need to change the path, allow overwriting existing files.

Note: This also includes bug fix 4) config.inc.php

Not a major problem

To put this minor bug into perspective, short open tags allow you to run php scripts using both forms of tag pairs “<? ?>” or “<?php ?>” hence its not a real problem. However if you want to force your server by changing php.ini to use only the standard form of tag “<?php ?>” it becomes a serious problem and you do need to update apanel.

Forum reference

Additional information or background can be found on these forum pages.
None

Note: I found the above problem while browsing Source Forge tracker

Proposed solution

See above.

Top


Ric