Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
osticket
Commits
69032db3
Commit
69032db3
authored
12 years ago
by
Peter Rotich
Browse files
Options
Downloads
Patches
Plain Diff
Change upgrader landing page to prereq page
parent
f5f90dca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/upgrader/prereq.inc.php
+1
-1
1 addition, 1 deletion
include/upgrader/prereq.inc.php
include/upgrader/upgrade.inc.php
+1
-1
1 addition, 1 deletion
include/upgrader/upgrade.inc.php
scp/upgrade.php
+1
-1
1 addition, 1 deletion
scp/upgrade.php
with
3 additions
and
3 deletions
include/upgrader/prereq.inc.php
+
1
−
1
View file @
69032db3
...
...
@@ -12,7 +12,7 @@ if(!defined('OSTSCPINC') || !$thisstaff || !$thisstaff->isAdmin()) die('Access D
<h2>
Getting ready!
</h2>
<p>
Before we begin, we'll check your server configuration to make sure you meet the minimum requirements to run the latest version of osTicket.
</p>
<h3>
Prerequisites:
<font
color=
"red"
>
<?php
echo
$errors
[
'prereq'
];
?>
</font></h3>
These items are necessary in order to
use osTicket
the latest version of osTicket.
These items are necessary in order to
run
the latest version of osTicket.
<ul
class=
"progress"
>
<li
class=
"
<?
echo
$upgrader
->
check_php
()
?
'yes'
:
'no'
;
?>
"
>
PHP v4.3 or greater - (
<small><b>
<?php
echo
PHP_VERSION
;
?>
</b></small>
)
</li>
...
...
This diff is collapsed.
Click to expand it.
include/upgrader/upgrade.inc.php
+
1
−
1
View file @
69032db3
...
...
@@ -26,7 +26,7 @@ $action=$upgrader->getNextAction();
</div>
<div
id=
"sidebar"
>
<h3>
Upgrade Tips
</h3>
<p>
1. Be patient the process will take a couple of
second
s.
</p>
<p>
1. Be patient the process will take a couple of
minute
s.
</p>
<p>
2. If you experience any problems, you can always restore your files/database backup.
</p>
<p>
3. We can help, feel free to
<a
href=
"http://osticket.com/support/"
target=
"_blank"
>
contact us
</a>
for professional help.
</p>
</div>
...
...
This diff is collapsed.
Click to expand it.
scp/upgrade.php
+
1
−
1
View file @
69032db3
...
...
@@ -61,7 +61,7 @@ switch(strtolower($upgrader->getState())) {
$inc
=
'done.inc.php'
;
break
;
default
:
$inc
=
'
upgrade
.inc.php'
;
$inc
=
'
prereq
.inc.php'
;
if
(
$upgrader
->
isAborted
())
$inc
=
'aborted.inc.php'
;
elseif
(
!
$ost
->
isUpgradePending
())
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment