Re: pwAdmin blank char page
I know it sounds too simple but, did you make sure the game server is running (and all 'services')? It's often the little things that are overlooked that cause something not to work ;)
Re: pwAdmin blank char page
Yeah, all running, and I know what you mean about the little things.
Sometimes I spend hours trying to fix a glitch and then I suddenly realize I forgot something really really obvious and i'm like ffs i'm an idiot lol
1 Attachment(s)
Re: pwAdmin blank char page
Ou, I think I know... I think I actually had the same issue. Hoping this is a 'virgin' server for you (so you don't have to worry about deleting accounts and whatnot) import this version of DBO, and then it may work ;) Aside that -- (if that doesn't fix it) what version of java are you running (should be jre1.5.0_21 for pwAdmin)?
Re: pwAdmin blank char page
I'm running Java 1.6, yeah the characters don't really matter at all, just me and a few friends messing around testing stuff.
ummmm just wondering what the best way to import the server is?
Thanks
Re: pwAdmin blank char page
Quote:
Originally Posted by
Bananarz
I'm running Java 1.6, yeah the characters don't really matter at all, just me and a few friends messing around testing stuff.
ummmm just wondering what the best way to import the server is?
Thanks
whatever you use to access the MySQL DB -- PHPMYADMIN or NaviCat
Re: pwAdmin blank char page
http://imageshack.us/f/831/unledft.png/
That's all adminer does....
Server is turned on btw. Am I missing something? or........???????
It would appear adminer isn't even connection to the database at all
Re: pwAdmin blank char page
you have to import the DBO that I supplied (it will over write your old one note: back it up if it's important to you)... use PHPMYADMIN or NaviCat ;)
Re: pwAdmin blank char page
Yeah I know, but databases can be imported with adminer right? and adminer isn't working.
I was under the impression adminer was very similar to phpmyadmin and did basically the same thing
Re: pwAdmin blank char page
Not too sure, just use whatever is working ;) :)
Re: pwAdmin blank char page
Ok thanks, i'll mess round and try to get phpmyadmin working :P
thanks for your help xD
Re: pwAdmin blank char page
didnt you already ask this question? i gave an answer last time to fix this problem o.o dunno if you read it or not xd
Re: pwAdmin blank char page
Yeah...
I just can't seem to get adminer or phpmyadmin working to import the db so I thought there might be another reason it wasn't working.
bloody apache refuses to even acknowledge that phpmyadmin even exists.
Re: pwAdmin blank char page
ok if you already installed phpmyadmin, through apt-get install
open your ftp software
go into /etc/apache2/ folder
and open the file apache2.conf
go all the way to the bottom and type this
include /etc/phpmyadmin/apache.conf
save
and go to your server console/terminal and type
service apache2 restart
then try to load the page www.address/phpmyadmin
Re: pwAdmin blank char page
I installed phpmyadmin manually but I will still try this
---------- Post added at 07:05 PM ---------- Previous post was at 07:04 PM ----------
Alright when I do an apache restart it says /etc/phpmyadmin/apache.conf doesn't exist.
I installed phpmyadmin to my /etc folder but yeah, there is no apache.conf in the /etc/phpmyadmin folder
Re: pwAdmin blank char page
try apt-get install phpmyadmin its much easier than manual, unless you wanna mod a bunch of files, then restart the apache2 service.
imma head to bed but if that works for you
and you log into phpmyadmin click on the dbo database on the left, then on the menu on the top right where it says import, click that and import the dbo.sql file 343 gave you, then it should load the page.
good luck
Re: pwAdmin blank char page
Yeah....
The reason I installed it manually is because I cant seem to get internet to virtualbox.
I am connected to the router with a bridged connection and with port forwarding friends can connect to the server by using my WAN IP so i'm not really quite sure what is wrong....
I was thinking it could be something to do with the router and port forwarding as in the /etc/network/interfaces file I have it configured with an IP address assigned straight from the router. So it isn't an internal network in my computer at all so i'm thinking it doesn't really fall under connection sharing as it connects straight to the router.
Re: pwAdmin blank char page
you may need to forward your port for your server as well in the server
ufw is a good way to do so
example
ufw allow 22
this allow ssh connections to the server
3036 for phpmyadmin
80 for webserver
and so on but if it lets you go to most of the ports then it might not be enabled and wouldnt need to be worried about.
thats why i prefer either from scratch virtual servers and fresh real servers xd.
Re: pwAdmin blank char page
What port does apt-get use though? That's what I really need to get working, the others are all good with the server allowing them and the ones that I want to be able to be accessed from outside my network have been forwarded with the router.
I have basically been just using hrace's vbox image for experimentation and learning how it all works before I take the plunge and set up my own one.
Re: pwAdmin blank char page
it doesnt require a port to be opened, type apt-get update
then after if it has no errors, such as ign and stuff
do apt-get install
i personally dont like using other server images, id say the best one out there is 343's server image, and if you wanna make a server from a normal ubuntu or server image try out my "very detailed ubuntu server guide" so far ive heard 343's guide is alot more simpler than mine and quicker to set up so dunno o.o.
Re: pwAdmin blank char page
Apt-get update just constantly tries to connect to ubuntu and fails making me think I need to forward a port as im the server does connect to the router and other friends making me think that it does have internet.
Either that or it could be a vbox configration or connection sharing issue but I don't think so...
Posted via Mobile Device
Re: pwAdmin blank char page
Quote:
Originally Posted by
Bananarz
Apt-get update just constantly tries to connect to ubuntu and fails making me think I need to forward a port as im the server does connect to the router and other friends making me think that it does have internet.
Either that or it could be a vbox configration or connection sharing issue but I don't think so...
Posted via Mobile Device
If you used hrace009's vbox release DNS config is incorrect and needs to be fixed.
If you manually installed everything Ubuntu uses DHCP unless otherwise told and works fine. Port forwarding is External -> Internal only Internal -> External the router handles and no port forwarding needed
Check the network config in vbox itself, you can use it's built in NAT just fine and use vbox port forwarding to do some magic with that (my most recent VM's use this over bridging mostly because I prefer this method for handling firewalls (better to run firewall separate from OS if possible and Amazon EC2 works like this))