samerton / NamelessMC

A complete Minecraft-related PHP website package. Please note this is an old repository, a link to the new repo is in the readme
https://github.com/NamelessMC/Nameless
MIT License
39 stars 17 forks source link

Installation bugs #42

Closed Root3287 closed 9 years ago

Root3287 commented 9 years ago

Hey Sam, I did some bug testing and I found a few I think. I couldn't get past the installation because I kept on making a mistake. When I go back to the page the document had already expired. So I couldn't go back. Also for the outgoing email is that supposed to be valid or not I was thinking that not, because php mail function. Then register an admin there was an problem. There is one more problem with the infraction and or buycraft. If checked the setting page will go blank and press continued or submit the thing will just sit there. Any more Ill try to inform you thanks.

samerton commented 9 years ago

Hi,

Can you edit inc/init.php and enable error reporting? That should result in errors appearing instead of a blank page.

As for the page being expired, nothing can be done about this, you'll have to refresh the page after clicking back.

Root3287 commented 9 years ago

Sure things

Root3287 commented 9 years ago

It usually come up with an error because I use Xampp

Root3287 commented 9 years ago

But still

samerton commented 9 years ago

The package is set to disable all errors by default.

Root3287 commented 9 years ago

yea I see but no errors :\

Root3287 commented 9 years ago

Its only doesnt work when the link is /install/?step=settings_extra&c=true

samerton commented 9 years ago

Can't reproduce this issue I'm afraid, and there's not much that can be done without any errors. Can you try clearing out your database, redownload the files and try again?

Root3287 commented 9 years ago

Sure thing

Root3287 commented 9 years ago

Ok now it work

samerton commented 9 years ago

As for the question "Also for the outgoing email is that supposed to be valid or not I was thinking that not, because php mail function", the email will need to be valid. As you say, it uses the PHP mail function however this will change in a future update.

I'll close this for now, glad you've got it working.

Root3287 commented 9 years ago

But how about the account for the admin?

samerton commented 9 years ago

Fixed in latest commit. It appeared to be an issue in general whilst creating accounts.