Logs opttion moving from 3.1 to 3.2.1

Post Reply
jim_berg1
Posts: 10
Joined: 03 Feb 2022, 18:49
Name: Jim Berg
Location: USA, Saint Louis
Company Name: NONE

Logs opttion moving from 3.1 to 3.2.1

Post by jim_berg1 »

The logs option returns a database error.

Database Error: 1146 - Table 'eigwrus_ruko150.app_logs' doesn't exist
Query: select count(*) as total from app_logs l left join app_entity_1 u on u.id=l.users_id where log_type='http' order by l.date_added desc
Page: /ATON/index.php?module=logs/view&type=http&action=listing&token=hY22wbpaTX
#0 includes/functions/database.php(87): mysqli_query(Object(mysqli), 'select count(*)...')
#1 includes/classes/split_page.php(52): db_query('select count(*)...')
#2 modules/logs/components/http_listing.php(52): split_page->__construct('select l.*,u.fi...', 'log_listing', '', 50)
#3 modules/logs/actions/view.php(14): require('/home1/eigwrus/...')
#4 index.php(20): require('/home1/eigwrus/...')
#5 {main}
User avatar
support
Site Admin
Posts: 6231
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Logs opttion moving from 3.1 to 3.2.1

Post by support »

You did not update database to 3.2
Open in browser next url http://[your-site]/install/autoupdate/from_3.1_to_3.2.php to update database.
Post Reply