-
Notifications
You must be signed in to change notification settings - Fork 116
Multiverse? #301
Comments
A little update: I've contacted my host, and they had this to say:
I commented out lines 48-51 and increased my memory limit from 128 to 256 and still no luck. Possible bug? |
Can you test the patch here? |
Hello, Never really worked for me either. If you want a quick solution, simply go to your database, uni1_config. Copy the row and change the uniId with a new uniId, i will look for a fix later Regards |
As I see. The description this totally wrong. You do not have nothing to comment out since It is active by default. https://github.com/jkroepke/2Moons/blob/master/.htaccess#L58 |
Could you test
|
I will test as soon as I can find the time. I'll post the results when I can test it. |
I am leaving for Basic Training in a few weeks and it will last about 9 weeks and 4 days, I have not forgotten about this Issue and will be able to "test" it when I can get back. Life gets a bit hectic when you sign your life away to the government.. |
Default .htaccess works just fine, but maybe there's another problem. So I decided to look what cause this problem. I wrote a simple code to print curl error info below the refresh buttons. includes/pages/adm/ShowUniversePage.php And finally got a reason: So I moved to unsecured version of game and it works adding and deleting universes without problems. RewriteRule uni([0-9]+)/?(.*)?$ $2?uni=$1 [L,QSA,E=UNI:$1] also works fine. |
Information support to the multi universe
I currently have 2 universes, when I go to create a third, it gives me that message. I did comment out 48-51 but I still get above error:
The following text has been translated using google
I have no idea what any of this means and why I can't have 3 or more universes.
The text was updated successfully, but these errors were encountered: