Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1244832
skin_upgrade.tpl
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 21, 3:23 AM
Size
800 B
Mime Type
text/plain
Expires
Sun, Nov 23, 3:23 AM (1 d, 16 h)
Engine
blob
Format
Raw Data
Handle
807543
Attached To
rINP In-Portal
skin_upgrade.tpl
View Options
<
tr
class
=
"table-color2"
>
<
td
class
=
"text"
colspan
=
"2"
valign
=
"middle"
>
Automatic upgrade of Administrative Console Skin failed. You can verify patching log errors below.
<
textarea
cols
=
"70"
rows
=
"10"
readonly
>
<?php
$
output = unserialize(
$
this->Application->RecallVar('SkinUpgradeLog') );
foreach (
$
output as
$
version =>
$
version_output) {
$
sub_header = 'Patching to ' .
$
version . ' version:';
echo
$
sub_header . "\n" . str_repeat('=', strlen(
$
sub_header)) . "\n";
echo
$
version_output . "\n";
}
?>
</
textarea
>
</
td
>
</
tr
>
<
tr
class
=
"table-color2"
>
<
td
colspan
=
"2"
>
<
p
class
=
"error"
>
You must manually merge skin, created during upgrade with your current
primary skin to ensure, that Administrative Console interface isn't broken.
</
p
>
<
br
/>
</
td
>
</
tr
>
Event Timeline
Log In to Comment