Unable to save draft
-
I’m learning WordPress and how to create a form. I have installed WP locally on my home computer to build a proof-of-concept form to show that we can create a WP form for our annual convention registration that we currently have as a fillable PDF document.
I keep getting “Something went wrong while saving your form. Please try again.” and cannot save my draft form.I’ve turned on debugging and these are the lines in debug.log after I clicked “Save Draft”
[12-Sep-2022 01:10:47 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 24
[12-Sep-2022 01:10:47 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 35
[12-Sep-2022 01:10:47 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 49
[12-Sep-2022 01:10:47 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 56
[12-Sep-2022 01:10:47 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 70
[12-Sep-2022 01:10:47 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 132
[12-Sep-2022 01:10:47 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 143
[12-Sep-2022 01:10:47 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 154
[12-Sep-2022 01:10:47 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 166
[12-Sep-2022 01:10:47 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 177
[12-Sep-2022 01:10:50 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 24
[12-Sep-2022 01:10:50 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 35
[12-Sep-2022 01:10:50 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 49
[12-Sep-2022 01:10:50 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 56
[12-Sep-2022 01:10:50 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 70
[12-Sep-2022 01:10:50 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 132
[12-Sep-2022 01:10:50 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 143
[12-Sep-2022 01:10:50 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 154
[12-Sep-2022 01:10:50 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 166
[12-Sep-2022 01:10:50 UTC] PHP Deprecated: Return type of Forminator_Addon_Container::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\mysite\wp-content\plugins\forminator\library\addon\class-addon-container.php on line 177`
- The topic ‘Unable to save draft’ is closed to new replies.