Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Access denied to all users except globeadmin

Questions related to using nuBuilder Forte.
Post Reply
Lala
Posts: 31
Joined: Thu Nov 07, 2024 11:46 pm
Has thanked: 8 times
Been thanked: 4 times

Access denied to all users except globeadmin

Unread post by Lala »

Help

I updated nubuilder and now access is denied to all the users except globeadmin.

The debug information says:

[0] : ===PDO MESSAGE===

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sfo_status' in 'SELECT'

===SQL===========

SELECT `sfo_status` FROM `zzzzsys_form` WHERE `zzzzsys_form_id` = ?

===BACK TRACE====

/home/u150737126/domains/kiribatidb.com/public_html/lep/core/nudatabase.php - line 361 (nuRunQuery)

/home/u150737126/domains/kiribatidb.com/public_html/lep/core/nuform.php - line 1533 (db_fetch_value)

/home/u150737126/domains/kiribatidb.com/public_html/lep/core/nuform.php - line 61 (nuGetFormStatus)

/home/u150737126/domains/kiribatidb.com/public_html/lep/core/nuapi.php - line 95 (nuBeforeEdit)

I can't attach a backup because I get the following message if I try to back it up:

Image

HELP!
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Access denied to all users except globeadmin

Unread post by kev1n »

Hi,

You’ll need to run the database update as well, since it adds the sfo_status column to the zzzzsys_form table.
Also, the procedure will include '../third_party/mysqldump/Mysqldump.php', whereas your error shows a path to core/libs/, which strongly indicates that your database still needs updating.
Lala
Posts: 31
Joined: Thu Nov 07, 2024 11:46 pm
Has thanked: 8 times
Been thanked: 4 times

Re: Access denied to all users except globeadmin

Unread post by Lala »

Far out - that's a relief! I've got a clinic full of leprosy patients whose records couldn't be seen! Thank you so much!
Post Reply