• Resolved footstepsdesign

    (@footstepsdesign)


    WordPress database error: [Table ‘db3zd1e4tukcdp.s7gn_aiowps_logged_in_users’ doesn’t exist]
    SELECT * FROM s7gn_aiowps_logged_in_users WHERE user_id = 1

    WordPress database error: [Table ‘db3zd1e4tukcdp.s7gn_aiowps_logged_in_users’ doesn’t exist]
    SHOW FULL COLUMNS FROM s7gn_aiowps_logged_in_users
    Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/****.co.uk/public_html/wp-includes/class-wpdb.php:1854) in /home/customer/www/****.co.uk/public_html/wp-includes/pluggable.php on line 1093

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support aporter

    (@aporter)

    Hi,

    Sorry about the delay.

    Some how one of the AIOS database tables appears to have been removed.

    Are you able to confirm if this is the case via PHPMyAdmin or similar?

    Best Wishes,

    Ashley

    Thread Starter footstepsdesign

    (@footstepsdesign)

    I have acces to PHPMyAdmin what do i need to look for?

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @footstepsdesign

    Can you please cross check if in phpMyAdmin the table s7gn_aiowps_logged_in_users is there or not if yes and it is not corrupted you should see the rows if any.

    If table is not there please try create table using below query you can add table

    CREATE TABLE s7gn_aiowps_logged_in_users (
    			id bigint(20) NOT NULL AUTO_INCREMENT,
    			user_id bigint(20) NOT NULL,
    			username varchar(60) NOT NULL DEFAULT '',
    			ip_address varchar(45) NOT NULL DEFAULT '',
    			site_id bigint(20) NOT NULL,
    			created integer UNSIGNED,
    			expires integer UNSIGNED,
    			PRIMARY KEY (id),
    			UNIQUE KEY unique_user_id (user_id),
    			INDEX created (created),
    			INDEX expires (expires),
    			INDEX user_id (user_id),
    			INDEX site_id (site_id)
    			) 
    
    

    Regards

    Thread Starter footstepsdesign

    (@footstepsdesign)

    Solved! Thank you. Really excelling support.

    Do you know what may have caused this table to be dropped?

    I have not done this intentionally and to my knowledge noon has ben in phpMyAdmin for set time.

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @footstepsdesign

    It might be some issue while updating the plugin some how this new table not created. It should not be the general case.

    Do you have any php log enabled? It might be there is create table error logged.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t login after Auto WordPress update’ is closed to new replies.