#CreateWiki Help
1 messages · Page 1 of 1 (latest)
Can you paste an example
And some config
Like a what the dbname should be and what it ended up as
Doing
I'm on a train so apologies if internet takes a shit
😉
Is a photo of the warning we are getting. I’m getting a system admin to get some of the other stuff for you.
CC: @peak flume @leaden axle @native canyon @vapid topaz
That's weird
What do you have your CreateWiki suffix set too?
You haven't changed it have you?
I believe it is set to wiki, but I’m not a system admin so I cannot be sure.
Ok
Wiki, at least that's what I set it to.
Capital W?
let me check
@iron perch it's not
We've managed to get Sammy to look through it, and they're pretty good, and will have it fixed in no time. I hope...
@near silo why did you get nerd sniped
urrrrrgh
They didn't...
Yes they did
Or they’re on a train with bad internet
My train arrived at its destination 2.5 hours ago
Nerd sniping is giving a nerd an interesting problem and making them fall into the trap of solving it
That's exactly what's happened to @near silo
You've attracted their interest and got them to want to solve it
Now they won't stop until it's an amazing extension
Are you calling Sammy a nerd?
Yes!
Smh
I'd be offended @near silo just kick off please, to prove a point...
🤨
@near silo are you not at chaos communication camp
Not yet, 13th
Oh it's just in your status early
There's no way I'm ever going camping again @near silo
To make sure folx know :p plus the dates are in there..
I will stick to luxury hotels when I do hackathons
I'm off to my work one in September
I will make wikimedia or Wikimania hackathon one year @near silo
Next year 😌
Ohh, yeah
Might be some helpful stuff for config in https://github.com/miraheze/ci-scripts/blob/master/mediawiki/globals/setup-CreateWiki.php. Last time I saw this problem, it was caused by the order in which configuration was initialized.
Also, if it helps, here's a copy of the LocalSettings.php that I last used in a working CreateWiki dev environment. Some of the default installer stuff has been removed (and obviously it can't be used on its own).
lol
@near silo I see you left the Discord server. Here’s a re-invite.
Are you still planning on assisting our wiki?
if they left, probably not
you never know, they might'vve just pressed the leave button accidentally.
@near silo we have our new hosting setup and the wikis back online. Could you assist in finishing createwiki setup or give instructions on how to?
We are now getting errors like “the wiki already exists”. We think this is because it doesn’t have the ability to edit the database. Any ideas?
or @iron perch
Why am I being pinged
blame them not me, I had nothing to do with this....
Hey Rhinos - sorry about that. "Wiki already exists" error - any thoughts?
Some thoughts:
- The database user you have doesn't have
CREATE DATABASEpermissions. - The intended target database already exists, which if empty, you can probably fix with
DROP DATABASE. - The new wiki already has an entry in
cw_wikis, remove that entry (or make it work).
Hey @steady sleet - I've tested theory 1, they all have full perms.
#2 - No database tables other than our current wiki showing up
Would it be possible for me to give you backend access and you poke around and look?
Everything requested is showing up in cw_requests like it should
ill take a look sometime tomorrow?
@native canyon that would be great
none of them are the problem I think, but no3 would be most likely.