Seeder

Seeder 1.1.0 Release Candidate 1

No permission to download
Add-on doesn't support that yet. You should be able to write your own seed class to bring support for what you're looking for.
 
How to use the following commands:

php.exe cmd.php tck-seeder:seed-user-reject -b 100 -l 500 --resume
In XF.php line 596:

Argument 1 passed to XF::asVisitor() must be an instance of XF\Entity\User, null given, called in src\addons\TickTackk\Seeder\Seed\AbstractSeed.php on line 7
6

php.exe cmd.php tck-seeder:seed-threadmark-category -b 100 -l 500 --resume
In Manager.php line 51:

Entity SV\Threadmarks:ThreadmarkCategory (class: SV\Threadmarks\Entity\ThreadmarkCategory) could not be found

php.exe cmd.php tck-seeder:seed-post-threadmark -b 100 -l 500 --resume
In Finder.php line 761:

Unknown relation or alias Threadmark accessed on xf_post

php.exe cmd.php tck-seeder:seed-conversation-message-threadmark -b 100 -l 500 --resume
In Finder.php line 761:

Unknown relation or alias Threadmark accessed on xf_conversation_message
 
How to use the following commands:

php.exe cmd.php tck-seeder:seed-user-reject -b 100 -l 500 --resume
In XF.php line 596:

Argument 1 passed to XF::asVisitor() must be an instance of XF\Entity\User, null given, called in src\addons\TickTackk\Seeder\Seed\AbstractSeed.php on line 7
6

php.exe cmd.php tck-seeder:seed-threadmark-category -b 100 -l 500 --resume
In Manager.php line 51:

Entity SV\Threadmarks:ThreadmarkCategory (class: SV\Threadmarks\Entity\ThreadmarkCategory) could not be found

php.exe cmd.php tck-seeder:seed-post-threadmark -b 100 -l 500 --resume
In Finder.php line 761:

Unknown relation or alias Threadmark accessed on xf_post

php.exe cmd.php tck-seeder:seed-conversation-message-threadmark -b 100 -l 500 --resume
In Finder.php line 761:

Unknown relation or alias Threadmark accessed on xf_conversation_message
found it, looks like I executed in the wrong order for the first one.
The others Threadmark need to be installed!
 
Top Bottom