We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am getting the above error when i re-run an xml import to update existing entries on symphony 2.7.3 and extension version 3.0
I did add the following on line 380, which worked, but wanted to check this was the correct fix;
$entry->set('modification_author_id', is_null(Symphony::Engine()->Author()) ? '1' : Symphony::Engine()->Author()->get('id'));
If it is I can submit a pull request when I'm on my correct pc just don't have access to it at the moment. thanks
The text was updated successfully, but these errors were encountered:
Yes please do! Thanks @jude86-7 !
Sorry, something went wrong.
modification_author_id cannot be null
c8d7192
'Symphony Fatal Database Error: Column 'modification_author_id' cannot be null' symphonists#53
Set a proper Author Id (#54)
2ef1525
* modification_author_id cannot be null 'Symphony Fatal Database Error: Column 'modification_author_id' cannot be null' #53 * author static property, change required
No branches or pull requests
Hi,
I am getting the above error when i re-run an xml import to update existing entries on symphony 2.7.3 and extension version 3.0
I did add the following on line 380, which worked, but wanted to check this was the correct fix;
$entry->set('modification_author_id', is_null(Symphony::Engine()->Author()) ? '1' : Symphony::Engine()->Author()->get('id'));
If it is I can submit a pull request when I'm on my correct pc just don't have access to it at the moment.
thanks
The text was updated successfully, but these errors were encountered: