php myadmin not working

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
shreevan
-


Joined: 30 Mar 2005
Posts: 3

PostPosted: Thu Mar 31, 2005 4:20 am    Post subject: php myadmin not working Reply with quote

am a newbie at this , having trouble with php myadmin working.
have abyss web server v2 up and running-great, installed the MySQL just like the tutorial said,then install the php and now the phpmyadmin. But when I get to the http://127.0.0.1/phpadmin, I get page no found.( HTTP 404 not found)
have tried everything and now I'm stumped. Please If someone Can help
Back to top View user's profile Send private message
Glitch2082
-


Joined: 02 Dec 2004
Posts: 194

PostPosted: Thu Mar 31, 2005 4:58 am    Post subject: Reply with quote

Well lets start with the obviouse, 404 (Not Found) is the error when the file isn't there. If you used an alias check that, and if you just plainly put it in htdocs, just type the folder name :) make sure you followed the tutorial (in the tutorial section) on installing phpmyadmin :D
_________________
int main() {
cout << "Im Pro Apache";
cin.get();
}
Back to top View user's profile Send private message Send e-mail
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Thu Mar 31, 2005 5:40 pm    Post subject: Re: php myadmin not working Reply with quote

shreevan wrote:
am a newbie at this , having trouble with php myadmin working.
have abyss web server v2 up and running-great, installed the MySQL just like the tutorial said,then install the php and now the phpmyadmin. But when I get to the http://127.0.0.1/phpadmin, I get page no found.( HTTP 404 not found)
have tried everything and now I'm stumped. Please If someone Can help


What is the (assuming your using windows) windows folder path to the phpmyadmin folder? (E.G. C:\WINDOWS )
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
shreevan
-


Joined: 30 Mar 2005
Posts: 3

PostPosted: Fri Apr 01, 2005 10:01 pm    Post subject: php myadmin not working Reply with quote

Yes I'm using windows 2000

my real path to phpmyadmin is c:\program files\abyss web server\scripts\phpmyadmin

)-:
Back to top View user's profile Send private message
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Sat Apr 02, 2005 1:50 am    Post subject: Re: php myadmin not working Reply with quote

shreevan wrote:
Yes I'm using windows 2000

my real path to phpmyadmin is c:\program files\abyss web server\scripts\phpmyadmin

)-:


Have you set up aliasing correctly in that case?
Try putting the phpmyadmin folder in htdocs just as a trial.
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
Glitch2082
-


Joined: 02 Dec 2004
Posts: 194

PostPosted: Sat Apr 02, 2005 2:03 am    Post subject: Reply with quote

Make sure the phpmyadmin alias is correct also if its not in the htdocs.
_________________
int main() {
cout << "Im Pro Apache";
cin.get();
}
Back to top View user's profile Send private message Send e-mail
shreevan
-


Joined: 30 Mar 2005
Posts: 3

PostPosted: Sat Apr 02, 2005 8:43 pm    Post subject: php myadmin not working Reply with quote

Thanks everybody for you help, figured out what my problems was.
I am user abyss v2 pro, I have multiple web sites that I'am hosting.
I need to put the php my admin in the default host configuration. I was installing the setting in one of my host web site only.

Once I put all settings in the default host it work perfect. the tutorial is gear towards hosting one web site on abyss only.

now on to the next step with ppbbs

(-:
Back to top View user's profile Send private message
deacon187
-


Joined: 05 Apr 2005
Posts: 1

PostPosted: Tue Apr 05, 2005 6:03 pm    Post subject: Reply with quote

i keep getting error 2003 cannot connect to host, my forums are up and running with phpbb2 but i cant use phpmyadmin to gain access to manage anything there at all, ive tryd editing the config file but still same error, dir is root of c: with allias i get directed no problem but cant get past error screen

i believe i am able to access database with ,mysql administrator, straight from windows, should i just remove phpmyadmin form server than since its doing no good, or just leave it since its password protected my abyss
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Chatline
-


Joined: 14 Jul 2004
Posts: 39

PostPosted: Fri Apr 15, 2005 7:42 pm    Post subject: Re: php myadmin not working Reply with quote

shreevan wrote:
Yes I'm using windows 2000

my real path to phpmyadmin is c:\program files\abyss web server\scripts\phpmyadmin

)-:


Quoted From First Post wrote:
But when I get to the http://127.0.0.1/phpadmin,


It might be http://127.0.0.1/scripts/phpmyadmin tryed that?
_________________
Allways and needing help ;)
Back to top View user's profile Send private message
Nocturnal
-


Joined: 30 Apr 2005
Posts: 1

PostPosted: Sat Apr 30, 2005 11:22 am    Post subject: Reply with quote

Instead of using :

http://127.0.0.1/phpmyadmin

http://127.0.0.1/scripts/phpmyadmin

http://localhost/scripts/phpmyadmin

Get a cjb.net account, configure it to work with your ip
( http://www.cjb.net )


Then go http://mysite.cjb.net/phpmyadmin

All should be good now ;)
Back to top View user's profile Send private message
deejaygeo
-


Joined: 02 May 2005
Posts: 4

PostPosted: Mon May 02, 2005 1:28 pm    Post subject: Reply with quote

I'm having problems with phpMyAdmin too, every time I go to http://127.0.0.1/phpadmin I'm getting "Error 500 Internal Server Error."

Anyone have any idea what could be causing this? It's in a scripts folder outside of htdocs, running windows.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue May 03, 2005 2:41 pm    Post subject: Reply with quote

deejaygeo,

Have a look on the error log in log/cgi.log . It will give you an idea about why PHP/Abyss were unable to run the script.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
deejaygeo
-


Joined: 02 May 2005
Posts: 4

PostPosted: Tue May 03, 2005 5:36 pm    Post subject: Reply with quote

CGI: [C:\Php\php.exe ] URI: /phpadmin/index.php Broken pipe

Hmm, any idea's what could be causing this?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed May 04, 2005 1:21 pm    Post subject: Reply with quote

deejaygeo wrote:
CGI: [C:\Php\php.exe ] URI: /phpadmin/index.php Broken pipe

Hmm, any idea's what could be causing this?

This means that PHP stopped working before sending anything relevant to the web server. This usually caused by some missing DLLs or extensions.

Open Start > Run, type there command (if you're on Windows 95/98/ME) or cmd if you're on NT/2000/XP/2003. In the displayed window (usually black), type:

Code:

C:\PHP\php.exe


Do you get an error message? What is the output you have?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
deejaygeo
-


Joined: 02 May 2005
Posts: 4

PostPosted: Wed May 04, 2005 8:51 pm    Post subject: Reply with quote

No error message, the blinking cursor just moves onto the next line and no text or anything else is displayed.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu May 05, 2005 11:49 am    Post subject: Reply with quote

deejaygeo wrote:
No error message, the blinking cursor just moves onto the next line and no text or anything else is displayed.

Do you have a php-cgi.exe file in the C:\PHP directory? You may be using the wrong (non-CGI) version of PHP.

If the problem persists, we recommend installing our preconfigured PHP 5 package from http://www.aprelium.com/abyssws/php5win.html .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
deejaygeo
-


Joined: 02 May 2005
Posts: 4

PostPosted: Tue May 10, 2005 2:50 pm    Post subject: Reply with quote

Yes, php-cgi.exe is right there in "C:\Php". I'll give the pre-configured package a go, thanks for the help.
Back to top View user's profile Send private message
gaij
-


Joined: 14 May 2005
Posts: 1

PostPosted: Sat May 14, 2005 4:30 am    Post subject: Re: php myadmin not working Reply with quote

Quote:
Once I put all settings in the default host it work perfect



Shreevan,

I'm having the exact same problem that you had and also have multiple site folders inside of my 'htdocs' folder.

Could you let me know more precisely what you put where in order to solve the problem?

I have:
C:\Program Files\Abyss Web Server\htdocs\site1
C:\Program Files\Abyss Web Server\htdocs\site2
C:\Program Files\Abyss Web Server\htdocs\site3

and:
C:\Program Files\Abyss Web Server\scripts\phpMyAdmin



So, if I want site1 to work, what do I need to do?

Thank you!
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sat May 14, 2005 3:09 pm    Post subject: Reply with quote

Please read my Tutorial on phpMyAdmin.
http://www.trustabyss.com
Back to top View user's profile Send private message Visit poster's website
warspite
-


Joined: 07 Apr 2005
Posts: 59

PostPosted: Wed May 18, 2005 7:07 pm    Post subject: Reply with quote

aprelium wrote:
deejaygeo wrote:
No error message, the blinking cursor just moves onto the next line and no text or anything else is displayed.

Do you have a php-cgi.exe file in the C:\PHP directory? You may be using the wrong (non-CGI) version of PHP.

If the problem persists, we recommend installing our preconfigured PHP 5 package from http://www.aprelium.com/abyssws/php5win.html .


I am having the same problem with the 400 and 500 error. I do not have that php.cgi file. So I will try to install that prepackaged php 5.0. However, should I uninstall my previously installed phpmyadmin before i start this?

Does anyone else have icq so they can chat me through things? I try to use mirc but can figure out how to configure the channel right. 8(
Back to top View user's profile Send private message Visit poster's website ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Wed May 18, 2005 7:36 pm    Post subject: Reply with quote

mIRC automaticly creates a channel when you enter /join #channel_name so
if you have mIRC , connect to Chat4all network and I will help you. LateR! :-)

Better yet , Connect to #abyss on Chat4all.

Sincerely , TRUSTpunk
Back to top View user's profile Send private message Visit poster's website
warspite
-


Joined: 07 Apr 2005
Posts: 59

PostPosted: Wed May 18, 2005 8:05 pm    Post subject: Reply with quote

TRUSTpunk wrote:
mIRC automaticly creates a channel when you enter /join #channel_name so
if you have mIRC , connect to Chat4all network and I will help you. LateR! :-)

Better yet , Connect to #abyss on Chat4all.

Sincerely , TRUSTpunk


8( I know it is easy for you but I am confused just by what you wrote.

I downloaded mirc, I click continue and it takes me to mirc options. I entered my name and nickname etc. Then i click connect to server. So it pulls up mirc favorites and beeps a few times. Then I type #abyss into the channel name and click join. A chat room pulls up and there are people there but none of them talk to me. Here are some names of people (lyrework, silme, fiz, fragile etc) in the chat room, no one is talking, I dont think this is the right abyss room. I have no idea what i click to allow me to get on chat4all.
Back to top View user's profile Send private message Visit poster's website ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Wed May 18, 2005 9:40 pm    Post subject: Reply with quote

Open mIRC and go to Tools -> Options... -> Connect -> Servers , than select
Chatcafe for IRC Network and Random for the IRC Server, click on the connect
button and join the channel #abyss , im currently waiting on you. lateR!

Edit: Chat4all is a Bad Network , go to Chatcafe. Thank You!

Sincerely , TRUSTpunk
Back to top View user's profile Send private message Visit poster's website
warspite
-


Joined: 07 Apr 2005
Posts: 59

PostPosted: Wed May 18, 2005 9:53 pm    Post subject: Reply with quote

Ok I have done that, I have chat4all in irc network, I have chat4all random server for the IRC server. Then i click connect to server and it says to me.

connecting to irc.chat4all.org (6666)
unable to resolve server
connect retry #1 irc.chat4all.org (6668)
unable to resolve server

it keeps trying but unable to resolve server. Do i need to type in another thing?

I wish i knew more about computers, i have used irc before and i dont know why this is happening to me. I appreciate the help
Back to top View user's profile Send private message Visit poster's website ICQ Number
warspite
-


Joined: 07 Apr 2005
Posts: 59

PostPosted: Wed May 18, 2005 9:56 pm    Post subject: Reply with quote

ah i just saw your edit, i will try chatcafe
Back to top View user's profile Send private message Visit poster's website ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Wed May 18, 2005 9:56 pm    Post subject: Reply with quote

I had to edit my last post , im in Chatcafe now , chat4all kicked me out for
some stupid reason , I got the same connection errors , im in Chatcafe. :)
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group