You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With PG4WP 3.2 I follow the instructions at https://wordpress.org/documentation/article/create-a-network/ to create a network. I add define( 'WP_ALLOW_MULTISITE', true ); in wp-config.php, then go to Administration → Tools → Network Setup. I select Subdomains → Install.
Now I see "Warning: pg_query(): Query failed: ERROR: currval of sequence "wp_blogs_blog_id_seq" is not yet defined in this session in /example/wp-content/pg4wp/driver_pgsql.php on line 1122".
The text was updated successfully, but these errors were encountered:
With PG4WP 3.2 I follow the instructions at https://wordpress.org/documentation/article/create-a-network/ to create a network. I add
define( 'WP_ALLOW_MULTISITE', true );
inwp-config.php
, then go to Administration → Tools → Network Setup. I select Subdomains → Install.Now I see "Warning: pg_query(): Query failed: ERROR: currval of sequence "wp_blogs_blog_id_seq" is not yet defined in this session in /example/wp-content/pg4wp/driver_pgsql.php on line 1122".
The text was updated successfully, but these errors were encountered: