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