View previous topic :: View next topic |
Author |
Message |
jrdeahl -
Joined: 27 Dec 2006 Posts: 50
|
Posted: Fri May 02, 2008 10:43 pm Post subject: PHP problem? |
|
|
I have abyss x2. Running php5. I have some pics I am displaying with an index.php and it works fine. I am now trying to install mysql and phpmtadmin and I can't get the setup.php to run.
Upon examination I noticed php is not a running process. Is it supposed to be a windows service? If so, how do I get it to load atomaticlly?
Thanks,
jake |
|
Back to top |
|
|
jrdeahl -
Joined: 27 Dec 2006 Posts: 50
|
Posted: Sat May 03, 2008 7:44 am Post subject: |
|
|
I went over to the underground site and followed their instructions for php5.
No difference but still can't get a test.php or the phpmysql setup.php to display. What I get is a webpage that says it can not be displayed.
This is really odd because I set php5 up a while back to display pictures via an index.php file and it works.
http://www.stopnwo.com/images/space/index.php
any help appreciated.
Thanks,
Jake |
|
Back to top |
|
|
jrdeahl -
Joined: 27 Dec 2006 Posts: 50
|
Posted: Sun May 04, 2008 4:42 am Post subject: |
|
|
I have tried everything I have thought of. I can sit here and access the test.php file and I will get a 404 page saying it can't be found and yet if I watch the log it will add the path and 404 error to the access.log.
Of course all the test.php files I have tried to access are there.
This is frustrating! |
|
Back to top |
|
|
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Sun May 04, 2008 11:08 am Post subject: |
|
|
jrdeahl wrote: | I have tried everything I have thought of. I can sit here and access the test.php file and I will get a 404 page saying it can't be found and yet if I watch the log it will add the path and 404 error to the access.log.
Of course all the test.php files I have tried to access are there.
This is frustrating! |
Is the file you are trying to access in the htdocs folder? _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
|
jrdeahl -
Joined: 27 Dec 2006 Posts: 50
|
Posted: Sun May 04, 2008 6:55 pm Post subject: |
|
|
I do have a copy of the file I am trying to access in several places for test purposes. Including htdocs. None of them are giving me anything other than 404 errors.
I have added php.ini to windows directory. Put path in windows environment. All to no avail. |
|
Back to top |
|
|
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Mon May 05, 2008 11:32 am Post subject: |
|
|
jrdeahl wrote: | I do have a copy of the file I am trying to access in several places for test purposes. Including htdocs. None of them are giving me anything other than 404 errors.
I have added php.ini to windows directory. Put path in windows environment. All to no avail. |
How are you trying to access the file?
http://127.0.0.1/test.php _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
|
jrdeahl -
Joined: 27 Dec 2006 Posts: 50
|
Posted: Mon May 05, 2008 7:26 pm Post subject: |
|
|
Through the web server via 127.0.0.1 and through a different computer via domain name to a web page with the php script. |
|
Back to top |
|
|
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Mon May 05, 2008 8:38 pm Post subject: |
|
|
jrdeahl wrote: | Through the web server via 127.0.0.1 and through a different computer via domain name to a web page with the php script. |
The file extension is defiantly test.php and not test.php.txt as notepad may automatically save files with a .txt extension _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
|
jrdeahl -
Joined: 27 Dec 2006 Posts: 50
|
Posted: Mon May 05, 2008 9:10 pm Post subject: |
|
|
No, they are not test.php.txt. All the different php scripts are php ext without the txt from notepad.
One of the confusing things is the photo display php file is index.php. It works. If I uninstall php it does not work.
I guess that means only php scripts that will run is index.php.
Does that mean anything to anybody? |
|
Back to top |
|
|
jrdeahl -
Joined: 27 Dec 2006 Posts: 50
|
|
Back to top |
|
|
rrinc -
Joined: 24 Feb 2006 Posts: 725 Location: Arkansas, USA
|
Posted: Tue May 06, 2008 2:48 am Post subject: |
|
|
You are missing mbstring for your php install. _________________ -Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados. |
|
Back to top |
|
|
jrdeahl -
Joined: 27 Dec 2006 Posts: 50
|
Posted: Tue May 06, 2008 3:23 am Post subject: |
|
|
It is in my php5 directory. And php5 is in the path. |
|
Back to top |
|
|
olly86 -
Joined: 25 Apr 2003 Posts: 993 Location: Wiltshire, UK
|
Posted: Tue May 06, 2008 1:54 pm Post subject: |
|
|
have you enabled the extension in your php.ini configuration file? _________________ Olly |
|
Back to top |
|
|
jrdeahl -
Joined: 27 Dec 2006 Posts: 50
|
Posted: Tue May 06, 2008 10:13 pm Post subject: |
|
|
Yes I do.
I believe I have found the problem.
My abyss interepter setup showed c:\php5\php-cgi.exe on the screen. But when I opened up the abyss.conf file it was c:\program files\php5\php-cgi.exe.
I changed it and now i think it works. |
|
Back to top |
|
|
chewzzqq -
Joined: 28 Sep 2005 Posts: 198
|
|
Back to top |
|
|
nora -
Joined: 28 Jul 2008 Posts: 1
|
|
Back to top |
|
|
fiasco -
Joined: 12 Aug 2008 Posts: 8
|
Posted: Tue Aug 12, 2008 6:44 am Post subject: |
|
|
You are missing mbstring for your php install. |
|
Back to top |
|
|
rrinc -
Joined: 24 Feb 2006 Posts: 725 Location: Arkansas, USA
|
Posted: Thu Aug 14, 2008 4:16 am Post subject: |
|
|
Me: rrinc wrote: | You are missing mbstring for your php install. |
You: fiasco wrote: | You are missing mbstring for your php install. |
Fiasco, would you care to explain why you've bumped 2 posts today with no meaningful contributions? You said the exact same thing I said over a month ago. _________________ -Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados. |
|
Back to top |
|
|
swissboney3 -
Joined: 02 Jul 2005 Posts: 31
|
Posted: Thu Aug 14, 2008 10:33 pm Post subject: |
|
|
its probably a bot....bumpin topics wiv existing posts is one tell tale sign...and they also advertise a web design site in their profile, so those 2 things alone lead me to believe its a bot |
|
Back to top |
|
|
|