RISE - Ultimate Project Manager By FairSketch

RISE - Ultimate Project Manager By FairSketch v3.8.2 Untouched

No permission to download

reishi

Well-known member
Trusted Uploader
Aug 26, 2019
142
278
63
Do not automatically jump after installation, Solution:

Modify install/do_install.php
line 41,
if ($verification || $verification == "verified") {
To
if (!$verification || $verification !== "verified") {

On line 147
function verify_rise_purchase_code($code) {
Enter below
return'verified';
Save and execute the installation wizard.
 

smartass

Well-known member
Babiato Lover
Trusted Uploader
May 5, 2019
676
1,311
93
smartass updated RISE - Ultimate Project Manager with a new update entry:

RISE - Ultimate Project Manager + Updates 3.0 (NULLED)

Version 3.0 – 23 November, 2021

[Added] New option to remove specific task statuses from specific projects.
[Added] New option to open the estimate publicly.
[Added] New template variables to show signature info in contract.
[Added] Staff can sign contract.
[Added] New role permission to give a team member access to specific client groups.
[Added] Variables to use the custom fields in the contract and proposals.
[Added] Plugin hook inside head tag
[Added] Plugin hooks for...

Read the rest of this update entry...
 

Zevyx

New member
Sep 15, 2022
0
0
0
There is no files in `updates` folder.

I did the following.

1. Open `"upgrades"` folder and extracted `3.0` into my old project "updates/3.0/HERE"

2. When i execute, it says "Fatal error: Uncaught Error: Call to undefined function db_connect() in ..."
me too
 

Zevyx

New member
Sep 15, 2022
0
0
0
upload files from folder "updates" in the archive, then open https://site.com/execute.php
can fix this is case ? Fatal error: Uncaught Error: Call to undefined function db_connect()

I try

<?php
$host = "localhost";
$user = "mynamedb";
$pass = "mypass";
$name = "user";

try {
$connect = new PDO("mysql:dbname=$dbname;host=$hostname", $username, $password);
} catch (PDOException $e) {
echo 'Connection failed: ' . $e->getMessage();

but keep not solved
 

crashyroot

Member
Dec 2, 2020
55
17
8
Planet Earth

[GUIDE] - How to update manually?

I did this and it works.​


1. Copied "3.0.zip" file from the "upgrades" to "updates" folder.
2. Open this file "app/Controllers/Updates.php" and comment on the following lines.

PHP:
// if ($updates_info->next_installable_version != $version) {
//     echo json_encode(array("success" => false, 'message' => "Please install the version - $updates_info->next_installable_version first!"));
//     exit();
// }

3. Once done, go to this URL: "yourproject.com/index.php/updates/do_update/3.0" and it did the installation as expected.

If you have any better way of doing this, let me know.
 
Last edited:

RTFM

Member
Dec 30, 2018
51
11
8

[GUIDE] - How to update manually?

I did this and it works.​


1. Copied "3.0.zip" file from the "upgrades" to "updates" folder.
2. Open this file "app/Controllers/Updates.php" and comment on the following lines.

PHP:
// if ($updates_info->next_installable_version != $version) {
//     echo json_encode(array("success" => false, 'message' => "Please install the version - $updates_info->next_installable_version first!"));
//     exit();
// }

3. Once done, go to this URL: "yourproject.com/index.php/updates/do_update/3.0" and it did the installation as expected.

If you have any better way of doing this, let me know.

@crashyroot Worked, Thanks bro
 
  • Like
Reactions: crashyroot

GambitSteel

Active member
Trusted Uploader
Oct 22, 2020
149
152
43

[GUIDE] - How to update manually?

I did this and it works.​


1. Copied "3.0.zip" file from the "upgrades" to "updates" folder.
2. Open this file "app/Controllers/Updates.php" and comment on the following lines.

PHP:
// if ($updates_info->next_installable_version != $version) {
//     echo json_encode(array("success" => false, 'message' => "Please install the version - $updates_info->next_installable_version first!"));
//     exit();
// }

3. Once done, go to this URL: "yourproject.com/index.php/updates/do_update/3.0" and it did the installation as expected.

If you have any better way of doing this, let me know.
1637710239706.png
Works perfectly, thank you 👌
 
  • Love
Reactions: crashyroot

DLSR

Active member
Trusted Uploader
Feb 14, 2021
171
19
28

[GUIDE] - How to update manually?

I did this and it works.​


1. Copied "3.0.zip" file from the "upgrades" to "updates" folder.
2. Open this file "app/Controllers/Updates.php" and comment on the following lines.

PHP:
// if ($updates_info->next_installable_version != $version) {
//     echo json_encode(array("success" => false, 'message' => "Please install the version - $updates_info->next_installable_version first!"));
//     exit();
// }

3. Once done, go to this URL: "yourproject.com/index.php/updates/do_update/3.0" and it did the installation as expected.

If you have any better way of doing this, let me know.
Can u pls share the procedure for nulling the same & for fresh installation .
 

Forum statistics

Threads
69,206
Messages
908,351
Members
236,894
Latest member
rydz

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu