Drupal2WordPress-Plugin icon indicating copy to clipboard operation
Drupal2WordPress-Plugin copied to clipboard

Notice, session attribute

Open m-aciek opened this issue 9 years ago • 1 comments

I've got following notice on clean install of plugin, WordPress 4.5.3, PHP 5.6, built-in server:

Notice: Undefined index: druaplDB in …/wp-content/plugins/drupal2wp/inc/Drupal2WordPress_Views.php on line 87

m-aciek avatar Aug 03 '16 09:08 m-aciek

It's a PHP Notice and not really an issue. The Session data is not available and it was a minor oversight on my behalf. The new version of this will not be using a Session but an encrypted cookie instead. For now, not really anything that should affect the functionality. If you are getting header issues, just disable PHP errors for Notices (Not ideal but it will help you get past header issues if you are getting them)

jpSimkins avatar Aug 17 '16 16:08 jpSimkins