Toby's Comments
-
-
- Support
- Can't upload my photo
Toby Waterhole FounderMay 29, 2023 In reply to NathanKNathanKMay 28, 2023 In Chrome. This image: gravatar.jpeg And, no - the text fields don't save. Have you tried to repro using a test user rather than an admin user? Also, your avatar is broken when the email notificat...Yeah, this is strange – I've been trying to repro on your actual account using the impersonation feature, but it works fine (see your updated avatar).
I'm at a bit of a loss here... are you running any browser extensions that might interfere? Can you try with JavaScript disabled?
Regarding the broken image in the email notification, that should be fixed. Please let me know if it happens again.
-
- Support
- CSS and JS not rendering
Toby Waterhole FounderMay 29, 2023 @Adeala Ademola You've just posted an nginx config and an Apache config. Which webserver are you using? I'm not confident I'll be able to help you since this seems like a server configuration issue rather than an issue with Waterhole itself.
Edit: Just thought of something that might help. Try running
php artisan waterhole:cache:clear
-
Toby Waterhole Founder
May 29, 2023 Migrations can be so painful! Nice job working through the issues here @Subarist.
It would be quite trivial to write an extension to enable BBCode on Waterhole - it uses the same formatting library under the hood as Flarum.
-
- Support
- Can't upload my photo
Toby Waterhole FounderMay 28, 2023 In reply to BillyBillyMay 28, 2023 On desktop, using Brave, I also cannot upload a photo.Can't reproduce on Brave either What kind of image are you uploading? How big? Do any of the other text fields get saved?
-
Toby Waterhole Founder
May 28, 2023 Hi @Subarist, take a look at the Troubleshooting docs to start with.
-
- Support
- CSS and JS not rendering
Toby Waterhole FounderMay 27, 2023 - Can you check the permissions of the
public/storage
directory and the files within it? - Assuming these are okay, then I think the issue is likely at the nginx level. Can I see the configuration of your full server block? The config you've posted above is just an excerpt.
-
Toby Waterhole Founder
May 27, 2023 In reply to SubaristSubaristMay 27, 2023 After approximately 40 mins, it was completed. Error importing comments #573211: DOMDocument::loadXML(): Opening and ending tag mismatch: t line 1 and br in Entity, line: 1 Error importing comments...It looks like many of the posts in your Flarum table contain closing
</br>
tags, in the absence of an opening<br>
tag. This is invalid XML and doesn't make sense – they should be self-closing<br/>
tags.- Can you please post the full
content
of one of these posts? - Can you verify that Flarum renders these posts properly?
A possible fix may be to run a find & replace on your Flarum posts table, replacing
</br>
with<br/>
, and then try running the import again.User data was entered, but unable to log in. Is it necessary to change the password?
Yes, user passwords will need to be reset.
- Can you please post the full
-
Toby Waterhole Founder
May 27, 2023 In reply to SubaristSubaristMay 27, 2023 When set to 0.1.x-dev, the update was successful. Now stuck at "Importing 537738 comments..." image.pngDoes the progress bar ever move beyond zero? Do you mind pasting a sample of your Flarum comment data for the failing comments (specifically the
content
column) here, or email it to toby@waterhole.dev? -
- Support
- Can't upload my photo
Toby Waterhole FounderMay 27, 2023 Hi @NathanK, I can't seem to replicate this issue... What browser are you using?
-
Toby Waterhole Founder
May 26, 2023 Hi @Subarist,
I've just pushed a couple of fixes to user importing. Please make sure the version constraint for the
waterhole/import
package incomposer.json
is set to*
or0.1.x-dev
, and then runcomposer update
to pull in the changes, then try running the import again.The groups error indicates your database already has some data in it. Per the docs, make sure you're running this on a fresh Waterhole installation, before the
waterhole:install
command has been run. -
- Support
- CSS and JS not rendering
Toby Waterhole FounderMay 26, 2023 Hi @Adeala Ademola, we'll need some more information to be able to help you.
- What is the contents of the
public/storage
directory? (assuming it exists?) - Can you paste your webserver config block?
-
Toby Waterhole Founder
May 26, 2023 Thanks for the ideas! Some of the stuff I've written in the Philosophy is also highly relevant here:
The Waterhole business model is very simple: We make great software. You pay to use it. That money goes back into making the software even better. [...]
By charging for licenses, we avoid having to undertake other activities which would distract from product development, like soliciting donations, or running services. We believe that others are better placed to offer services around Waterhole, and we encourage freelancers, agencies, and entrepreneurs to seize this opportunity and become a part of the ecosystem.
That is to say, I'm not interested in doing anything involving services at this stage.
Dual licensing is too complicated. I think the only way I could see this working is with some kind of product limitation, like the Craft/Statamic model. Will keep thinking about it.
-
Toby Waterhole Founder
May 26, 2023 In reply to SubaristSubaristMay 26, 2023 In the "Migration Steps," error while executing "composer require waterhole/import." [root@instance20220311042805 forum]# composer require waterhole/import Do not run Composer as root/super user! Se...Oops, I forgot to submit it to Packagist. Should be working now!
-
Toby Waterhole Founder
May 26, 2023 In reply to AwilumAwilum Digital NomadMay 26, 2023 Toby, I have a question regarding price models. Could you please take a look at the price models for Craft CMS and Statamic? They seem to be a little more user-friendly, but ultimately the decision is...Thanks for the question. I've started a new discussion as my response: How could a free tier work?
I've made a change in 0.2 that should fix this. The posts with invalid XML just won't display an excerpt.