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 create a model in wordpress but not save in database:
<?php class Etekaf extends \WeDevs\ORM\Eloquent\Model { } $et = new Etekaf(); $et->name = 'my Name'; $et->save();
and static 'create' method error:
Fatal error: Uncaught exception 'Illuminate\Database\Eloquent\MassAssignmentException' with message 'email' in C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\vendor\illuminate\database\Eloquent\Model.php:404 Stack trace: #0 C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\vendor\illuminate\database\Eloquent\Model.php(259): Illuminate\Database\Eloquent\Model->fill(Array) #1 C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\vendor\tareq1988\wp-eloquent\src\Eloquent\Model.php(19): Illuminate\Database\Eloquent\Model->__construct(Array) #2 C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\vendor\illuminate\database\Eloquent\Model.php(527): WeDevs\ORM\Eloquent\Model->__construct(Array) #3 C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\dyedd-extra-option.php(96): Illuminate\Database\Eloquent\Model::create(Array) #4 C:\xampp\htdocs\daneshjooyar\wp-settings.php(254): include_once('C:\\xampp\\htdocs...') #5 C:\xampp\htdocs\daneshjooyar\wp-co in C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\vendor\illuminate\database\Eloquent\Model.php on line 404
The text was updated successfully, but these errors were encountered:
Take a look here
Sorry, something went wrong.
No branches or pull requests
hi
i create a model in wordpress but not save in database:
and static 'create' method error:
Fatal error: Uncaught exception 'Illuminate\Database\Eloquent\MassAssignmentException' with message 'email' in C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\vendor\illuminate\database\Eloquent\Model.php:404 Stack trace: #0 C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\vendor\illuminate\database\Eloquent\Model.php(259): Illuminate\Database\Eloquent\Model->fill(Array) #1 C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\vendor\tareq1988\wp-eloquent\src\Eloquent\Model.php(19): Illuminate\Database\Eloquent\Model->__construct(Array) #2 C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\vendor\illuminate\database\Eloquent\Model.php(527): WeDevs\ORM\Eloquent\Model->__construct(Array) #3 C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\dyedd-extra-option.php(96): Illuminate\Database\Eloquent\Model::create(Array) #4 C:\xampp\htdocs\daneshjooyar\wp-settings.php(254): include_once('C:\\xampp\\htdocs...') #5 C:\xampp\htdocs\daneshjooyar\wp-co in C:\xampp\htdocs\daneshjooyar\wp-content\plugins\dyedd-extra-option\vendor\illuminate\database\Eloquent\Model.php on line 404
The text was updated successfully, but these errors were encountered: