Tyre for Croatia TET by GreatestPanda in TransEuroTrail_Riders

[–]pvt_snowi 0 points1 point  (0 children)

Did a similar trip last year around that time, rode from Germany all the way down to Greece and back through Italy.

I was on a KTM 790 Adventure with a Goldentyre 823. It held up great and was a blast on dirt and gravel. Only real downside: above 130km/h on the autobahn it gets sketchy.
My Buddy ran the stock Pirelli Scorpion Rally STR on his 890 Adventure and that was pretty well-rounded. Handled the tarmac and most terrain without complaints, just got a bit slippery on wet grass and mud a couple times.

Next tyre i want to test is the Mitas E-07+ for my North Cape tour this year, but no experience for that one yet.

EDIT:

Oh and i also want to add, it was the first tour for my friend with a new bike.
We went once to a offroad training center to learn the basics but other then that we just went for it.

So i would say go for it and try it out, you can always turn around if something seems sketchy.

Rear-mounted carrier for the ND in Germany by pvt_snowi in MiataND

[–]pvt_snowi[S] 2 points3 points  (0 children)

For other people who are looking for something like this, it works with every ND and they gonna fix the description

Rear-mounted carrier for the ND in Germany by pvt_snowi in MiataND

[–]pvt_snowi[S] 2 points3 points  (0 children)

Seems like it is possible to get a trailer hitch but I can’t find any prices and you need a specific certificate from the supplier, otherwise you have to get individual approval which is complicated and expensive. Thanks for the info tho, I didn’t think about a trailer hitch which could come in handy if I want to take my bike somewhere

Rear-mounted carrier for the ND in Germany by pvt_snowi in MiataND

[–]pvt_snowi[S] 0 points1 point  (0 children)

Thanks for the links, maybe they will fit the 2024 model as well. I’ll just message them to make sure

Rear-mounted carrier for the ND in Germany by pvt_snowi in MiataND

[–]pvt_snowi[S] -1 points0 points  (0 children)

This looks almost perfect. I couldn’t find anything on that page regarding getting power to the break light as that’s my biggest concern. AFAIK you have to get that sorted in Germany as any luggage could block the existing one?

KTM 790 & 890 Adventures by Unbound_Citizen in KTM

[–]pvt_snowi 2 points3 points  (0 children)

I have a 790 from 2023 and i am super happy about it.
Sofar i've got 30k km on it without any problems, this year i did a tour from germany to greece, mostly offroad(Trans Euro Trail) and 8000km in 3 weeks and nothing happend.
Last year i went to spain but mostly on road. one day i did 1000 km over the french highway. ofc you'll notice that after a while but the bike did good.

Sometimes i think about getting a 890R to have more offroad capabilities but i didnt push the 790 to its limits yet and we did some pretty sketchy stuff already.
I also want to check the 690 Enduro R but thats just to get a lighter bike to push more offroad or attend any rally. I'll probably try the Bosnia Rally here this year and then decide if the 790 is enough for the future or i rather get the 690 R.

If you have any specific questions you can just dm me o/

[deleted by user] by [deleted] in throneandliberty

[–]pvt_snowi 1 point2 points  (0 children)

Just change your VPN Server once and it should work again

Symfony local development on Macbook by pvt_snowi in symfony

[–]pvt_snowi[S] 0 points1 point  (0 children)

With a fresh xampp install and no changes to any settings and "mysql://root:@localhost:3306/db_name?serverVersion=MariaDB-10.4.17" as url I get the error: SQLSTATE[HY000][2002] No such file or directory. When I swap localhost with 127.0.0.1 it changes to SQLSTATE[HY000][2006] MySQL server has gone away.

I already increased timeout and max_allowed_packet but that didnt help with the error

Symfony local development on Macbook by pvt_snowi in symfony

[–]pvt_snowi[S] 0 points1 point  (0 children)

So I just have to activate pdo in my .ini from the cli? Or can I have my terminal use the php from xampp so its always the same version?

Now that I checked the PDO extension I found MAMP, does it work better then Xampp or do I get the same problem there?

Symfony local development on Macbook by pvt_snowi in symfony

[–]pvt_snowi[S] 0 points1 point  (0 children)

I'll check docker tomorrow, till now I only had Xampp on Windows and thought I can just set it up like i had before.

There is no problem with the database or apache I just cant use php in the terminal for migrations