- May 20, 2021
- 7
- -1
- 1
sure that will not be a problemDid you try to enter anything?
smartass updated RISE - Ultimate Project Manager with a new update entry:
RISE - Ultimate Project Manager + Updates 3.0 (NULLED)
Read the rest of this update entry...
Hi @ohe_hitu thanks for your reply, but I'm not good in code, How can I do that ?Verify that the DB has been updated. You can cross reference the sql file and the database to see if the updates have been applied. This is one area that can cause issues.
Hi @ohe_hitu thanks for your reply, but I'm not good in code, How can I do that ?
@ohe_hitu, I have check that and that table isn't create in my database.This is not coding but a database check (SQL).
Simply open the upgrade-3.0.sql on a text editor. Take the first SQL query and see if this has been applied in your database.
For e.g. The first SQL is a create table `article_helpful_status` statement. Check if this table has actually been created in your database.
@ohe_hitu, I have check that and that table isn't create in my database.
Sorry for don't make my question clear. I wanted to know how can I add it properly ?
I got an error saying the estimates table don't exist.If you are accessing via phpmyadmin or any other SQL console, then simply copy the SQL query one by one (so that any errors are easily identifiable) and run it manually. Ensure your have selected the correct db first and also, take a back-up of the existing db before doing the manual update.
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.
Version 3.0.1 – 26 November, 2021
[Fixed] Notifications are not working.