Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ahmeti

    (@ahmeti)

    Hi grisales,

    First, you activate the Debug property.

    File Name:

    /wp-config.php

    define( ‘WP_DEBUG’, true );

    This way, replace it.

    Would you write your error message on Group List page?

    Best Regards,
    Ahmet

    Thread Starter grisales

    (@grisales)

    There is the thing!
    Is not showing anything meaning there is nothing to debug in the routines!

    It only shows the empty table with the field headers and no data, I’ve checked the database and the data is correct in there and the insertion (creation) of new groups works fine.

    The issue is when you go to review the group list on WP.

    Looks to me like the content of the query that retrieves the data is not being printed properly.

    like if the data were assigned to some $var and this $var weren’t printed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New release don't read previous group names’ is closed to new replies.