Search found 65 matches

by Rincewind
Tue Dec 06, 2016 05:10 UTC
Forum: Installation Help
Topic: Local installation
Replies: 67
Views: 88324

Re: Local installation

Yeah, its not setting the cookie. The way Setup Info works is it checks if the cookie is set if not it sets the cookie redirects back to itself and checks if the cookie is set, if it is then its passed, you can see what happens when it fails to set the cookie hence the redirected too much message. ...
by Rincewind
Mon Dec 05, 2016 11:12 UTC
Forum: Installation Help
Topic: Local installation
Replies: 67
Views: 88324

Re: Local installation

http://110.174.197.231:8081/bnt2/ This is the instance that works best (mysqli + adodb-session fixes on ubuntu). Not blocking cookies. If I enable cookies test in setup_info.php the page doesn't render. I have no errors in apache log either. Rest of the tests pass. Actually, this is the one error I ...
by Rincewind
Mon Dec 05, 2016 02:05 UTC
Forum: Installation Help
Topic: Local installation
Replies: 67
Views: 88324

Re: Local installation

Sorry, at work now and this is a separate installation which doesn't have external access.. I'll update my home installation in a bit
by Rincewind
Mon Dec 05, 2016 01:41 UTC
Forum: Installation Help
Topic: Local installation
Replies: 67
Views: 88324

Re: Local installation

That was it! I had to install php5-mysql to install the mysqli module and then restart apache2 to use the new module!

Wow, it creates the universe (including sessions table).

But when I try to log-in it redirects me to the page where it says you need to login :D
by Rincewind
Sun Dec 04, 2016 23:54 UTC
Forum: Installation Help
Topic: Local installation
Replies: 67
Views: 88324

Re: Local installation

Thanks for the pointers.. I definitely got mysql-server and client up and I can log into mysql via 'mysql -uroot -upass' also '-ubnt -pbnt' and fiddle with the db, and it's listening on the standard port 3036 or whatever it is, but it's that one from db_config.php I will try to find some kind of gen...
by Rincewind
Sun Dec 04, 2016 04:56 UTC
Forum: Installation Help
Topic: Local installation
Replies: 67
Views: 88324

Re: Local installation

Very strange that I cannot get it to work, I must be doing something wrong. http://110.174.197.231:8081/bnt/ (permissions vagrant:vagrant) http://110.174.197.231:8081/ < --- php info http://110.174.197.231:8081/bnt2/ with different permissions (root:root) http://110.174.197.231:8081/bnt3/ with diffe...
by Rincewind
Sat Dec 03, 2016 15:44 UTC
Forum: Installation Help
Topic: Local installation
Replies: 67
Views: 88324

Re: Local installation

I say go with whatever is going to yield results faster. it's all about making it accessible and playable.

Just playing with Ubuntu via Vagrant, and it's not really happening :)

Just upgrading the box now to 14.04.5, so I hope that helps.
by Rincewind
Sat Dec 03, 2016 07:13 UTC
Forum: Installation Help
Topic: Local installation
Replies: 67
Views: 88324

Re: Local installation

don't be so harsh on your code haha, it's just old and not maintained as of late ;)

you get to fix it soonish I hope :P

still downloading Vagrant. their servers are ultra slow tonight.
by Rincewind
Sat Dec 03, 2016 06:45 UTC
Forum: Installation Help
Topic: Local installation
Replies: 67
Views: 88324

Re: Local installation

I'm actually thinking of spinning up a vagrant machine for bnt. Will try that today I believe.
by Rincewind
Sat Dec 03, 2016 06:40 UTC
Forum: Installation Help
Topic: Local installation
Replies: 67
Views: 88324

Re: Local installation

I see there is no errors on your game, what have you changed? jsut waht you said left it to use adodb-session2.php and used 'mysqli' but still it doesn't create sessions tables. Hmm strange, I have my sessions table created. What OS are you running? I am running Ubuntu 14.04 All that the adodb-sess...