PHP problem?

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


Joined: 27 Dec 2006
Posts: 50

PostPosted: Fri May 02, 2008 10:43 pm    Post subject: PHP problem? Reply with quote

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 View user's profile Send private message
jrdeahl
-


Joined: 27 Dec 2006
Posts: 50

PostPosted: Sat May 03, 2008 7:44 am    Post subject: Reply with quote

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 View user's profile Send private message
jrdeahl
-


Joined: 27 Dec 2006
Posts: 50

PostPosted: Sun May 04, 2008 4:42 am    Post subject: Reply with quote

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 View user's profile Send private message
roganty
-


Joined: 08 Jun 2004
Posts: 357
Location: Bristol, UK

PostPosted: Sun May 04, 2008 11:08 am    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website
jrdeahl
-


Joined: 27 Dec 2006
Posts: 50

PostPosted: Sun May 04, 2008 6:55 pm    Post subject: Reply with quote

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 View user's profile Send private message
roganty
-


Joined: 08 Jun 2004
Posts: 357
Location: Bristol, UK

PostPosted: Mon May 05, 2008 11:32 am    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website
jrdeahl
-


Joined: 27 Dec 2006
Posts: 50

PostPosted: Mon May 05, 2008 7:26 pm    Post subject: Reply with quote

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 View user's profile Send private message
roganty
-


Joined: 08 Jun 2004
Posts: 357
Location: Bristol, UK

PostPosted: Mon May 05, 2008 8:38 pm    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website
jrdeahl
-


Joined: 27 Dec 2006
Posts: 50

PostPosted: Mon May 05, 2008 9:10 pm    Post subject: Reply with quote

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 View user's profile Send private message
jrdeahl
-


Joined: 27 Dec 2006
Posts: 50

PostPosted: Mon May 05, 2008 9:45 pm    Post subject: Reply with quote

I finaslly managed to get an error displayed.

http://www.stopnwo.com/error.bmp
Back to top View user's profile Send private message
rrinc
-


Joined: 24 Feb 2006
Posts: 725
Location: Arkansas, USA

PostPosted: Tue May 06, 2008 2:48 am    Post subject: Reply with quote

You are missing mbstring for your php install.
_________________
-Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados.
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
jrdeahl
-


Joined: 27 Dec 2006
Posts: 50

PostPosted: Tue May 06, 2008 3:23 am    Post subject: Reply with quote

It is in my php5 directory. And php5 is in the path.
Back to top View user's profile Send private message
olly86
-


Joined: 25 Apr 2003
Posts: 993
Location: Wiltshire, UK

PostPosted: Tue May 06, 2008 1:54 pm    Post subject: Reply with quote

have you enabled the extension in your php.ini configuration file?
_________________
Olly
Back to top View user's profile Send private message
jrdeahl
-


Joined: 27 Dec 2006
Posts: 50

PostPosted: Tue May 06, 2008 10:13 pm    Post subject: Reply with quote

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 View user's profile Send private message
chewzzqq
-


Joined: 28 Sep 2005
Posts: 198

PostPosted: Sun May 11, 2008 8:00 pm    Post subject: Reply with quote

Or maybe you have to follow recommended tutorials site.

www.trustabyss.com
www.abyssunderground.co.uk
_________________
Back to top View user's profile Send private message Visit poster's website
nora
-


Joined: 28 Jul 2008
Posts: 1

PostPosted: Mon Jul 28, 2008 11:15 am    Post subject: Reply with quote

Hi,

I think you might be able to find the solution to your setup problem here
http://www.fixya.com/support/p926112-php_group_php

Good luck.
Back to top View user's profile Send private message
fiasco
-


Joined: 12 Aug 2008
Posts: 8

PostPosted: Tue Aug 12, 2008 6:44 am    Post subject: Reply with quote

You are missing mbstring for your php install.
Back to top View user's profile Send private message Visit poster's website
rrinc
-


Joined: 24 Feb 2006
Posts: 725
Location: Arkansas, USA

PostPosted: Thu Aug 14, 2008 4:16 am    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
swissboney3
-


Joined: 02 Jul 2005
Posts: 31

PostPosted: Thu Aug 14, 2008 10:33 pm    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail MSN Messenger
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