View previous topic :: View next topic |
Author |
Message |
CD82 -
Joined: 12 Jan 2007 Posts: 8
|
Posted: Fri Jan 12, 2007 7:31 pm Post subject: phpadmin abyss torubles |
|
|
hello all i have the free version of abyss and have been following this tutorial http://www.aprelium.com/forum/viewtopic.php?t=6470
and on setting up phpadmin for the web login ive followed the tutorial severl times. an the http :127.0.0.1/phpadmin dont work for me its giving me page not displayed or. it will ask to login and abyss in the sys tray will blink like its been restrted.
ports are fowared ive tried ports any help whould be grateful |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
|
Back to top |
|
 |
CD82 -
Joined: 12 Jan 2007 Posts: 8
|
Posted: Fri Jan 12, 2007 8:00 pm Post subject: |
|
|
ok thanks ill reinstall every bit of it an start fresh. im sure that whould be the wise thing to do an should i even reinstall abyss or? |
|
Back to top |
|
 |
CD82 -
Joined: 12 Jan 2007 Posts: 8
|
Posted: Fri Jan 12, 2007 9:05 pm Post subject: |
|
|
ok ive done something majorly wrong here im sure of it.
i go to my website which is my ip and i of course add the myadminphp on it and i get this
phpMyAdmin - Error
Cannot load mysql extension. Please check your PHP configuration. - Documentation |
|
Back to top |
|
 |
hc2995 -
Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
|
Posted: Fri Jan 12, 2007 9:47 pm Post subject: |
|
|
Open your php.ini file (where ever you have php installed) and look for:
Code: |
;extension=php_mysql.dll
;extension=php_mysqli.dll
|
Change it to:
Code: |
extension=php_mysql.dll
extension=php_mysqli.dll
|
_________________ Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P |
|
Back to top |
|
 |
CD82 -
Joined: 12 Jan 2007 Posts: 8
|
Posted: Fri Jan 12, 2007 10:11 pm Post subject: |
|
|
thank you ok its working now all i got to do is fix it where i cna get a pass to the admin login i set one up but it didnt work |
|
Back to top |
|
 |
CD82 -
Joined: 12 Jan 2007 Posts: 8
|
Posted: Fri Jan 12, 2007 11:20 pm Post subject: |
|
|
ok im getting really irratated with this its not letting me use my password for the phpmyadmin section. the pc i host off of i can go in there fine and well. but this pc where i do all my work i cant acess it like i could earlier and i havnt changed a thing |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Fri Jan 12, 2007 11:47 pm Post subject: |
|
|
phpMyAdmin must be loaded from the pc your MySQL server is on otherwise you will get an error. To allow the login from phpMyAdmin loading from another pc's webserver you need to login on the server itself and add "%" as the host names allowed to access the MySQL account. Then you should be able to access it from another pc. I hope I understand your question and that this is the answer. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
CD82 -
Joined: 12 Jan 2007 Posts: 8
|
Posted: Fri Jan 12, 2007 11:50 pm Post subject: |
|
|
yeah well now its all jacked up form the pc it was hosted on the pass whouldnt work. now its loading to the index and i have not changed a thing |
|
Back to top |
|
 |
CD82 -
Joined: 12 Jan 2007 Posts: 8
|
Posted: Sat Jan 13, 2007 1:42 am Post subject: |
|
|
ok well im able to log back into the admin page now. on both pcs ive noticed though from eaither one. it takes a while to login cause it keeps restartign the abyss server. why whould this be happening |
|
Back to top |
|
 |
hc2995 -
Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
|
Posted: Sat Jan 13, 2007 2:10 am Post subject: |
|
|
Are you using the latest version of php? If so make sure the interpretor is php-cgi.exe not php.exe _________________ Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P |
|
Back to top |
|
 |
CD82 -
Joined: 12 Jan 2007 Posts: 8
|
Posted: Sat Jan 13, 2007 2:32 am Post subject: |
|
|
yes i am and it is php-cgi.exe. |
|
Back to top |
|
 |
|