masterking32 / WoWSimpleRegistration

Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos
https://masterking32.com
GNU General Public License v3.0
254 stars 212 forks source link

How to create your website 101 please? #79

Open KRDucky opened 1 year ago

KRDucky commented 1 year ago

Your installation guide was less than helpful.

Please provide me with steps to install your website on either Windows Server or Linux. I have an Nginx server running on Linux and can use Windows WWW services if need be. Where do I place what files etc?

KRDucky commented 1 year ago

All I get are error 500 messages

JonathanAkaJD commented 1 year ago

Enable debug mode in the config to get more info on your 500 error.

bblewitt commented 9 months ago

For me all I am getting is a basic look on the site. I am using WAMP with PHP 7.4.33 and when I enter debug more no errors show up but when I check the F12 Dev console I get http://localhost/*Server_Folder_Name*/template/icecrown/images/wow-logo.png 500 (Internal Server Error)

gr33k commented 5 months ago

I had to reinstall everything on Fedora 39 with fresh Nginx and php-fpm install (what a pain). I got SElinux going and the test page loads up...this resolved the 403 errors I was experiencing. Now I get error 500 with very little info in the nginx logs thus far. Does anyone have an "Ideal" nginx conf for using this wow reg site?

EDIT: I figured out it was all of the PHP extension that had to be installed. Not that it worked easily....it started complaining about composer errors - i removed the composer folder and auto_load files and ran composer install and that took care of those. Good luck folks - check php-fpm logs and that will at least give you some hints on where to look (sometimes)