Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notice, session attribute #19

Open
m-aciek opened this issue Aug 3, 2016 · 1 comment
Open

Notice, session attribute #19

m-aciek opened this issue Aug 3, 2016 · 1 comment
Milestone

Comments

@m-aciek
Copy link

m-aciek commented Aug 3, 2016

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

@jpSimkins
Copy link
Owner

jpSimkins commented Aug 17, 2016

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 jpSimkins added this to the V2 milestone Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants