Seeder

Seeder 1.1.0 Release Candidate 1

No permission to download
@TickTackk Have you tested this in 2.2.3?

Seeing a bug with page node templates not being created.
I can resolve it myself but just wanted to check if you were aware of the bug.

1615148048585.webp
 
Interesting article here from the original author of Faker, the library used for this

 
@TickTackk Have you tested this in 2.2.3?

Seeing a bug with page node templates not being created.
I can resolve it myself but just wanted to check if you were aware of the bug.

View attachment 248074
I wasn't aware of that.

Interesting article here from the original author of Faker, the library used for this

RIP. Will very likely need to switch to https://github.com/FakerPHP/Faker.
 
Thanks. I found no manual of this plugin.
Due to the nature of this add-on, I expect people who are attempting to use this add-on have some prior experience with CLI and other general add-on development.

What shall I do if I want to add 999 users...
You need to run something a command something like this:
Code:
php <path to xf root>/cmd.php tck-seeder:seed-user --limit 999

with username named by using UIDs?
That is not supported yet.
 
I've just rebuilt my localhost environment and installed the latest version - 1.1.0 RC1.

For some reason I can't get more than 10 media gallery items no matter how many times I run php cmd.php tck-seeder:seed-media-gallery-item --limit 200

No errors in the ACP or in the server log, the command just hangs in the shell window and I have to force close it.

Not a big deal but I wondered if anyone else had encountered anything similar.

Edit: Looks like it's related to GD and memory limits.
 
Top Bottom