@ohe_hitu How can I make a rollback ?The `estimates` table should already exist (even in v2.8). Seems like your db is not up to date. You can compare with the database.sql file in the install folder.
@ohe_hitu how can I make a rollback ?The `estimates` table should already exist (even in v2.8). Seems like your db is not up to date. You can compare with the database.sql file in the install folder.
Thank you mansmartass updated RISE - Ultimate Project Manager with a new update entry:
RISE - Ultimate Project Manager + Updates 3.0.1 (NULLED)
Read the rest of this update entry...
How to update? I try for update. But i got this message
[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.
Thanks bro
It'sThanks bro
It's good to see that some people have found the solution to updating RISE.
app/Controllers/Updates.php in the installation folderIt's
It's good to see that some people have found the solution to updating RISE.
I wish someone could slowlyexplain the process to me and a few others who are scratching their heads. By the way, I'm slowly developing a patch on my head from all these head-scratching, so pleeeeeeeeeeease help.
I already had RISE perfectly installed a few months back but now need to update to 3.01.
So after unzipping the file on Babiato - what's the next step?
Do I simply replace the following hosted folders:
Config, Controllers, Helpers, Models, Views
with those found in rise-ultimate-project-manager-3.0.1+updates-nulled\updates\3.0.1\app\?
If yes, I don't see this file app/Controllers/Updates.php" which @crashyroot mentioned in his guide.
The only file I found in the Babiato's zipped file @ rise-ultimate-project-manager-3.0.1+updates-nulled\updates\3.0.1\app\Controllers is Settings.php.
I look forward to ALL your assistance. Probably someone could create a thread on how to update RISE and point people over there?
I'm most grateful. Thank you.
After following the previous instructions above, the installation page appears but I eventually get an error saying app already installed and I cannot install it again.app/Controllers/Updates.php in the installation folder
Have you already copied the 3.0.1.zip file to the "updates" folder of your installation?After following the previous instructions above, the installation page appears but I eventually get an error saying app already installed and I cannot install it again.
What do I do, please? Exhausted.
I am not sure of a roll back. This will be R & D for me. If you are in a position to do a fresh installation, I would strongly suggest you go down that route.@ohe_hitu how can I make a rollback ?
Hello Everyone,
Is there anyone who can kindly share the step-by-step process of updating RISE for non-tech members, please?
I have read somewhere that the Updates folder should be uploaded but others also talk about database and SQL. It's a bit confusing for some of us
Please help.![]()
NoIs my notification still not working? Does it work for you?
Thank you for this information. How do you bypass the issues you mentioned in No. 2, especially when commenting does not fix it?Regarding updates, 2 words of advice:
1) Since version 2.8 RISE uses prefixes for the table names, therefore you should be aware that:
"If you are using any database prefix, you have to change the upgrade script manually before installation (/updates/[version]/upgrade-version.sql)"
So, if you installed version 2.8 onwards, you can't simply copy/paste the SQL scripts as is to the database and execute them. You must adapt the scripts to your case. It might be a simple underscore _ before the table names, just look at your database tablenames and use your head to figure what you must do.
2) app/Controllers/Updates.php
A while back (https://babiato.tech/threads/rise-ultimate-project-manager.7840/post-740014) crashyroot pointed that commenting some lines in this file would let the do_update procedure run to update the script bypassing verifications.
Carefull, because even though the update procedure may execute correctly, your domains information is being sent to the update url of the author.
By the way, every visit to the Settings, Updates page will send information of your domain to the author.
Cheers